You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ewolinetz do you know if Kibana 6.x can store its objects (like index-patterns) under different type than doc? Could it be _doc, i.e. the same as with indexed documents in indices holding indexed logs?
i believe kibana specifically uses doc for some reason when created with kibana6.
I haven't tested to see if it could use something else, but given when standing up a new index for itself thats what it chooses, it likely needs to be there...
Starting with ES 6.x only a single index type is supported. When Kibana creates index pattern it is stored like this:
Notice:
doc
index typeindex-pattern
field"type": "index-pattern"
fieldThis is related to #99
The text was updated successfully, but these errors were encountered: