Hi Splunkers,
I want to capture local mysql packet from redmine by Splunk App for stream.
But we cannot capture it.
This server includes apache server of redmine, and I can capture it.
Why I cannot capture mysql packet ?
Is it because Splunk stream app cannot capture on loop back interface ?
Stream can capture traffic on the loopback interface, but this is disabled with the default configuration. You will need to edit the streamfwd.xml
file to add the loopback device to the list of interfaces that it monitors. See example #1 in the docs for details.
Stream can capture traffic on the loopback interface, but this is disabled with the default configuration. You will need to edit the streamfwd.xml
file to add the loopback device to the list of interfaces that it monitors. See example #1 in the docs for details.
Thank you, mdickey_splunk. I edited streamfwd.xml to listen the interface lo, but I cannot get sql streams.
SQL database is a MySQL in bitnami. Does any body have tried this ?
Thank you for your help.
Have you tried using tcpdump -i lo to verify it's getting the mysql packets? The connection may be using a local socket versus network connection. See also this article on serverfault.
Thank you, mdickey_splunk. You're right. My Web server and SQL server connected by local socket.
So I changed this settings in the side of database and enabled to capture it.