Hi guys,
I am using Kibana and Elasticsearch with Docker. I need to run the Docker container of Kibana with index which begin for example with extract_logs*. Is that possible ? if yes, how can I do that ?
Hi guys,
I am using Kibana and Elasticsearch with Docker. I need to run the Docker container of Kibana with index which begin for example with extract_logs*. Is that possible ? if yes, how can I do that ?
Hey, it is possible.
Kibana doesn't support env variables but the docker image will translate them into kibana configuration
The kibana.yml parameter is kibana.index
, and the env variable name docker uses is KIBANA_INDEX
.
Thank you for your reply @jbudz !
What I have to put ? path or just index name ?
index name,
KIBANA_INDEX=my-kibana-index
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.