Hello,
I've been trying to configure logAlias to my config file and I get the following message:
[xpack.infra].sources.default.logAlias]: definition for this key is missing
I used the 2 below configurations on kibana.yml
xpack.infra.sources.default.logAlias: 'logs-*,filebeat-*'
or
xpack.infra:
sources:
default:
logAlias: 'logs-*,filebeat-*'
I am using the docker.elastic.co/kibana/kibana docker image.
I have read docs, issues and topics here and everything is blurry. Is logAlias supported on 8? Can logIndices be used on kibana's configuration file and how? Do logAlias and/or logIndices need more than "basic" xpack? What's the proposed method for setting up log indexes and sources/spaces without using the UI?
Thanks in advanced for any help.