Im using filebeat to push my logs to Elasticsearch directly. I have configured a kibana space in filebeat.yml but it is giving me error saying
Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to https://kibana-host:9243/s/SPACE/api/status fails: Not Found: <nil>. Response: {"statusCode":404,"error":"Not Found","message":"Not Found"}.
My filebeat configuration looks like this:
setup.kibana:
# Kibana Host
# Scheme and port can be left out and will be set to the default (http and 5601)
# In case you specify and additional path, the scheme is required: http://localhost:5601/path
# IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
host: "https://kibana-host:9243"
# Kibana Space ID
# ID of the Kibana Space into which the dashboards should be loaded. By default,
# the Default Space will be used.
space.id: "SPACE"
Credentials are provided in elastic output.