No data showing in alerts, dashboards, hunt, or Kibana #12074
-
Version2.4.3 Installation MethodNetwork installation on Debian Descriptioninstallation Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU40 RAM500 GBs Storage for /900 GB SSD Storage for /nsm15 TB HDD Network Traffic Collectiontap Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailHey SO community, the past week I've been working on getting the new SO 2.4 IDS environment setup and running. We decided to go the virtualization route with 1 manager and 3 search nodes. We have one physical forward node setup. The hypervisor we decided was Proxmox, I looked at the docs for Proxmox on the official SO documentation website for help before coming to github. The manager has 32 gb of ram and 9 cpus, all three of the search nodes are the exact same way with 64 gb of ram and 6 cpus. They are all connected and working together just fine and have been added to the manager very smoothly. The forward node was on the old IDS environment and I did a fresh install of Debain 12 and ran the commands in the SO docs. It took the forward node about 3 times to run the so-setup-network command to finally show up in the web interface and add it onto the rest of the cluster. My problem is there is no data showing up in the new cluster at all, the forward node is seeing traffic because I've done a 'tcpdump -i' on the tap interface. The manager and search nodes are seeing data as well I done the same with them but on their mgmt interface. I checked the logstash logs and it shows a redis command failure of some sort and the redis count is very high. I have tried a different few things to get the redis count lowered but nothing has worked so far. Any help will be greatly appreciated! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
What exactly does it say? |
Beta Was this translation helpful? Give feedback.
-
I have standalone setup, facing the similar issue, please show me how would i do that step by step |
Beta Was this translation helpful? Give feedback.
Good news Mr. Doug Burks, I found the problem and it wasn't a redis, logstash, or any service issue. The firewall didn't have the manager ip put into the manager group. I put it in and about 15 minutes later it everything was working together, the redis count started to go down and data was showing up in all of the graphs. Thank you for your help!