Jayad / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Missing Archive. Index not buffering #239

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Running perl /usr/local/elsa/web/cron.pl -c /etc/elsa_web.conf 

What is the expected output? What do you see instead?
DBD::mysql::st execute failed: Table 'syslog_data.syslogs_archive_1120295104' 
doesn't exist at /usr/local/elsa/web/../node//Indexer.pm line 1463.
Error: DBD::mysql::st execute failed: Table 
'syslog_data.syslogs_archive_1120295104' doesn't exist at 
/usr/local/elsa/web/../node//Indexer.pm line 1463.

What version of the product are you using? On what operating system?
CentOS 6.4

The buffer files in /data/elsa/tmp/buffers are not getting indexed due to the 
missing archive. I looked in the syslog_data database for the table and it has 
not been created. I am unable to find any pointers to that archive. 

Is there any way I can create/delete this table in order to get ELSA to start 
indexing the tmp buffers?

Original issue reported on code.google.com by uva...@gmail.com on 18 May 2015 at 7:00