FATAL Error: Unknown configuration key(s): "action.auto_create_index"

Hi,

i have this message when i start the service kibana:

my kibana.yml file:

# Kibana is served by a back end server. This setting specifies the port to use.
#server.port: 5601
elasticsearch.hosts:
  - https://elk01:9200
  - https://elk02:9200
  - https://elk03:9200
logging:
  dest: /var/log/kibana/kibana.log
  quiet: false
  silent: false
  verbose: false
server:
  host: elk01-gth.intra.realstuff.ch
  port: 5601

xpack.encryptedSavedObjects.encryptionKey: a74b6a99157be6133a0952829db39e0c
#xpack.ingestManager.fleet.elasticsearch.host: https://elk01:9200
#xpack.ingestManager.fleet.kibana.host: https://elk01:5601
#xpack.reporting.enabled: true
#xpack.reporting.encryptionKey: 952e433c91ec027458c8e9df6c21418e
#xpack.reporting.kibanaServer.hostname: elk01
#xpack.reporting.kibanaServer.port: 5601
#xpack.reporting.kibanaServer.protocol: https
xpack.security.enabled: true

action.auto_create_index: true

elasticsearch.username: "elastic"
elasticsearch.password: "OHN1hKowFyPv87pKRi1l"

server.ssl.enabled: true
server.ssl.certificate: "/etc/kibana/certs/kibana.crt"
server.ssl.key: "/etc/kibana/certs/kibana.key"

elasticsearch.ssl.certificateAuthorities: [ "/etc/kibana/certs/rootCA.crt" ]

elasticsearch.ssl.verificationMode: "full"

thanks for any reponse,

i remove action.auto_create_index: true and its working

action.auto_create_index is an Elasticsearch configuration setting, not a Kibana setting. Maybe it ended up in the wrong file?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.