Replies: 1 comment 2 replies
-
Did you add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.100
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Standalone
Location
airgap
Hardware Specs
Exceeds minimum requirements
CPU
8
RAM
64
Storage for /
250
Storage for /nsm
250
Network Traffic Collection
span port
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
Yes, there are additional clues in /opt/so/log/ (please provide detail below)
Detail
First, I know winlogbeats was removed from SO and Elastic Agent should be used instead, but I have some 32 bit Windows hosts that I am unable to upgrade but need the logs from them. I thought maybe I could use winlogbeats to send the data to SO's logstash. If this is not technically possible in 2.4 then I guess we can stop the discussion here, but I have tried to follow the guides found and other individuals configs and have not had success.
Steps taken:
Added IP's to allow through firewall by adding them to the beats_endpoint firewall hostgroup
Enabled logstash in grid configuration
Installed winlogbeat on windows host
updated config to use output.logstash with my :5044
Ran .\winlogbeat.exe -c test output -e -d "*"
This tried to connect but when trying to connect it gets the error: No connection could be made because the target machine actively refused it.
ran iptables on SO and verified that port 5044 was listening and accepting connections from the sending ip cidr range
ran tcpdump and saw the packets coming in and actively getting rejected by SO.
Noticed there was no input configured for beats in logstash, so created the 0009_input_beats.conf file and placed it in the /opt/so/saltstack/local/salt/logstash/pipelines/config/so/ path
restarted logstash
same result as before with a reject on the request from winlogbeat.
I did notice in /opt/so/log/logstash/logstash.log that it didn't say it started a listener on port 5044 which might mean my 0009_input_beats.conf file is in the wrong path. But in multiple other discussions it points to the path referenced above.
Is there something I am overlooking to make this work?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions