Bear with me, I'm only two weeks into SO, but loving it. Have not fully wrapped my head around ELSA\Sphinx\searchd\indexer relationships just yet, so could be missing something simple.
ELSA only shows data up to 1-27.
sostat shows syslog-ng running and listening on 514, mysql running and listening on 3306, but Sphinx running and NOT listening on 9306 (connection refused).
ps ax|grep searchd shows the process running
spinix.conf looks good: listen = 0.0.0.0:9306:/mysql41 and listen =
0.0.0.0:9312
grep -a7 nodes /etc/elsa_web.conf shows spinix_port correctly set to 9306
Running the indexer manually while pointing to sphinx.conf with --all showed some corruption, which mysqlcheck verified on syslogs_index_1.frm; I ran recover on that and then re-verified it was no longer in crashed/corrupt state.
Not sure where else to look, or what I'm not potentially understanding?