Hi
I would like to get the advanced settings in kibana from an API call.
I tried
GET .kibana/_search
{
"query": {
"term": {
"type": {
"value": "config"
}
}
}
}```
but I am getting this under source
```
"_source" : {
"config" : {
"buildNum" : 30896,
"defaultIndex" : "ff959d40-b880-11e8-a6d9-e546fe2bba5f"
},
"type" : "config",
"references" : [ ],
"updated_at" : "2020-06-11T13:54:14.909Z"
}
I am trying to retrieve the Date format, the CSV separator, Formatting locale, the darkmode and so on. But as we can see from the response above they are not there.
Any Idea where I can find them through an API call?
Thanks
Hi
Sorry, but you can't. you can only retrieve the values you set manually, so if css separator, formatting locale, dark mode were set, you could retrieve them with your request.
My kibana version is 7.6.1.
After setting the csv separator, formatting locale and dark mode using the UI on the advanced setting page, I still can't get them using the request above. They are not showing up in the response.
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.