I have kibana running as a k8s pod, and ES running as a docker image, the saving of objects and importing/exporting works, I just can't find out where they end up in the file system, any tips?
I guess what I am asking is where is .kibana_1? How can I find this if I wanted to mount my dashboard there at deployment time. I assumed maybe it would be in here
/usr/share/elasticsearch/data/nodes/0/indices
Sorry, I probably made it sound more complex. I have a very simple task, I want to mount the JSON file in the ES dockerfile or Kibana K8s at deploy time so that the user does not have to navigate to the kibana dashboard and manually "import" the dashboard JSON file. When kibana is deployed I want the dashboard to already be in the filesystem.
Yeah that's pretty well it, it's just that I can't find the hidden directory ".kibana" in "/usr/share/elasticsearch/data" Otherwise I'd just mount a volume there and call it a day
I assume this is possible and a very common use case but I could be wrong. I'll wait a bit and see if anyone else managed to get this solved. I have many items in my /usr/share/elasticsearch/data/nodes/0/indices directory but no saved objects as far as I can tell
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.