Open hfariass opened 3 years ago
Here is the "elasticsearch.yml" config file. I've changed nothing in this file. The network host is set to accept all traffic.
#
#
network.host: 0.0.0.0 #
#
#
I've added this to my script and commented out the Elasticsearch output portion of the Winlogbeat.yml file but I'm now receiving another error. `#-------------------------- Windows Logs To Collect ----------------------------- winlogbeat.event_logs:
output.kafka:
hosts: ["192.168.90.22:9092"] topic: "winlogbeat" ############################# HELK Optimizing Latency ###################### max_retries: 2 max_message_bytes: 1000000`
"Exiting: Index management requested but the Elasticsearch output is not configured/enabled"
Is there something I'm missing from my winlogbeat.yml config?
Hi Robert,
I've tried to run 'winlogbeat.exe setup' on Windows 10 & also tried running Filebeat on a Ubiquiti USG but in both instances I receive the following output: Exiting: couldn't connect to any of the configured Elasticsearch hosts. Errors: [error connecting to Elasticsearch at https://192.168.xxx.xxx:9200: Get "https://192.168.xxx.xxx:9200": dial tcp 192.168.xxx.xxx9200: connectex: No connection could be made because the target machine actively refused it.] I've pointed the output.elasticsearch IP address to my HELK server and I'm still receiving this error. Is there a change to my elasticsearch config file on my HELK server that I need to do? Can you please assist? Any help would be greatly appreciated. Thank you.