Logstash error in filebeat log #9262
Replies: 16 comments 5 replies
-
Are both filebeat and metricbeat configured to connect to |
Beta Was this translation helpful? Give feedback.
-
Yes
From: Doug Burks ***@***.***>
Sent: Friday, December 2, 2022 12:28 PM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Are both filebeat and metricbeat configured to connect to mymangerip:5044?
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC4PLI22D57L3IS7OJDWLIWQTANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Have you run tcpdump on your Security Onion management interface to verify that it is actually receiving traffic from both filebeat and metricbeat? |
Beta Was this translation helpful? Give feedback.
-
Metricbeat logs are being parsed and seen in Kibana, I don’t however see anything coming in for Filbeat.
From: Doug Burks ***@***.***>
Sent: Monday, December 5, 2022 7:44 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Have you run tcpdump on your Security Onion management interface to verify that it is actually receiving traffic from both filebeat and metricbeat?
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC23KLNQJOMCFJAV7JTWLXPSBANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
I also am seeing this in the logstash logs.
][WARN ][io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.net.SocketException: Connection reset
Researching this people are saying I have SSL enabled in my config file which I do not.
From: Doug Burks ***@***.***>
Sent: Monday, December 5, 2022 7:44 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Have you run tcpdump on your Security Onion management interface to verify that it is actually receiving traffic from both filebeat and metricbeat?
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC23KLNQJOMCFJAV7JTWLXPSBANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Yes, I have ran tcpdump on my manager and am seeing it communicate but every little bit it sends a reset. I have turned off Metricbeat and even uninstalled it.
From: Doug Burks ***@***.***>
Sent: Tuesday, December 6, 2022 2:18 PM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Metricbeat logs are being parsed and seen in Kibana, I don’t however see anything coming in for Filbeat.
Let's take Kibana out of the equation altogether. Have you run tcpdump on your Security Onion management interface to verify that Filebeat traffic is actually reaching the interface? You could stop metricbeat and only run Filebeat and then see if any traffic is arriving at port 5044.
—
Reply to this email directly, view it on GitHub<#9262 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC3ZCRMX2A3U7ZXMGO3WL6GPHANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Have you verified that the version number of filebeat and metricbeat match the version of the Elastic stack? |
Beta Was this translation helpful? Give feedback.
-
Yes, both are 8.4.3 OSS.
From: Doug Burks ***@***.***>
Sent: Wednesday, December 7, 2022 1:08 PM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Have you verified that the version number of filebeat and metricbeat match the version of the Elastic stack?
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC25J6JC4X5MF4XPCQTWMDHA7ANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Are there any other clues in filebeat's diagnostic log? |
Beta Was this translation helpful? Give feedback.
-
Yes, the only thing that it tells me is what I mentioned in my original message for this post.
From: Doug Burks ***@***.***>
Sent: Friday, December 9, 2022 7:33 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Have you checked filebeat's diagnostic log for additional clues?
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUCZOCGFQVJ7TKJWFJUTWMMRGTANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
The next thing I would try is downloading a fresh copy of Filebeat (making sure the version number matches) and starting from a fresh configuration to see if that makes any difference. |
Beta Was this translation helpful? Give feedback.
-
I have done this already. This makes no sense, thanks for any help Doug, I appreciate it.
Eric
From: Doug Burks ***@***.***>
Sent: Monday, December 12, 2022 7:11 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
The next thing I would try is downloading a fresh copy of Filebeat (making sure the version number matches) and starting from a fresh configuration to see if that makes any difference.
—
Reply to this email directly, view it on GitHub<#9262 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC4SOCJGYYBV63AWJSDWM4I47ANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Are you able to share your Filebeat configuration? |
Beta Was this translation helpful? Give feedback.
-
I have not tried either. I will test that. Thanks!
From: Doug Burks ***@***.***>
Sent: Thursday, December 15, 2022 7:29 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Have you tried commenting out the setup.kibana section to see if that makes any difference?
Have you tried increasing logging.level to look for additional clues?
—
Reply to this email directly, view it on GitHub<#9262 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUC323ZDDE5I2RUMU6DLWNMFJPANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
No and if it was that doesn’t explain how metricbeat works. Thanks again Doug!
From: Doug Burks ***@***.***>
Sent: Friday, January 6, 2023 7:22 AM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: Eric Vanderveer ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] Logstash error in filebeat log (Discussion #9262)
Is the traffic going through any kind of network inspection device that might be interfering with the traffic?
—
Reply to this email directly, view it on GitHub<#9262 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATLMUCYX2ZZHYWO6HZVUJBLWRAE7FANCNFSM6AAAAAASQ7VROI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
If I were you, I would set up a fresh installation of Security Onion (perhaps in a VM) and then set up a fresh filebeat installation (perhaps in a second VM), verify everything works correctly there, and then compare the working deployment with the non-working deployment to try to pinpoint where the issue is. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have both filebeat and metricbeat running on a Windows server and metricbeat sends logs just fine to logstash but filebeat is showing me errors.
Failed to connect to backoff(async(tcp://mymangerip:5044)): dial tcp mymanagerip:5044: connectex: No connection could be made because the target machine actively refused it."
I know firewall rules are good since metricbeat can send just fine. Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions