Hello Everyone,
I'm new to ELK Stack. Im trying to run the winlogbeat on a windows server but I'm experiencing some issues. Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: fail to execute the HTTP GET request I'm running the ELK and Kibana on the same host. The winlogbeat is running on a different host. Tried to turned off the firewall on both hosts and allowed the port 5601 and 9200 but issue still persists.
CONFIG:
Elasticsearch:
bootstrap.memory_lock: true
network.host: xx.xx.x.xx
http.port: 9200
discovery.type: single-node
xpack.securirty.enabled: true
Kibana:
server.port: 5601
server.host: xx.xx.x.xx
Elasticsearch.hosts: ['http:xx.xx.x.xx:9200']
Elasticsearch.username: "kibana_system"
Elasticsearch.password: "zlwZQV2BfJ4oT7ctdjy7"
Winlogbeat:
winlogbeat.event_logs:
- name: System
ignore_older: 10h
level: information
event_id: 1074
setup.template.settings:
index.number_of_shards: 1
setup.kibana:
host: "xx.xx.x.x:5601"
username: "kibana_system"
password: "zlwZQV2BfJ4oT7ctdjy7"
output.Elasticsearch:
hosts: ["xx.xx.x.xx:9200"]
username: "elastic"
password: "jype0BFLuVFwlvWYojpR"
processors: - add_host_metadata:
when.not.contains.tags: forwarded - add_cloud_metadata: ~