Not sure if it's an Elasticsearch or a Kibana issue.
I removed an index pattern in Kibana and tried to re-create it. It created without any problem, but it seems that the previous one was not deleted correctly. Now in Management >> KIbana >> Index Patterns, I have the same 2 index patterns :
The problem is that it's impossible to open one of these index patterns, so I'm not able to delete it and keep just one, I get an error 413 when trying to open it.
Did someone already have this issue?
Thanks in advance
EDIT:
I managed to delete the second index pattern that was created, so now I just have one pattern logstash-fortinet-* but still can't open it. I have a 413 error.
Hmm, it sounds like the delete requests aren't going through in Kibana. Are you using a security plugin by chance? Can we take a look at the network request in dev tools to see what's happening when the delete request is sent?
Thanks for you answer, and sorry for the late reply
Delete requests seems to work fine, I managed to delete the index patterns and recreate it, but I still have the same problem, when I try to open it, it won't let me open, and returns me a 413 error.
I tried to delete an index from the dev tool :
DELETE /logstash-fortinet-2016.12.29
{
"acknowledged": true
}
It seems the problem is with the index pattern. In discover, I can't open logstash-fortinet-*, but if I search logstash-fortinet in dev tool :
Oh! I understand now. Kibana saves a copy of the index pattern's metadata so that we can associate additional data with it. We don't need to delete the index pattern itself, but Kibana's reference to the index pattern.
We'll need to find and delete a single document in the kibana index, and what it looks like depends on the version.
If you do a search on .kibana and look for something that has an index pattern type with a name of logstash-fortinet-* that'll be the document. If you're not able to find it can you let me know your Kibana version and we can get a query written?
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.