seems I shouldn't have updated the .kibana_* indexes
this solved it:
PUT /.kibana_*/_settings
{
"settings": {
"default_pipeline": null
}
}
seems I shouldn't have updated the .kibana_* indexes
this solved it:
PUT /.kibana_*/_settings
{
"settings": {
"default_pipeline": null
}
}
© 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.