Can not create index start with "logstash-"

Hi there,

I usually create index pattern started with logstash- , it was fine.
But now I can not create index pattern start with logstash-.
I did kibana dev console like

PUT logstash-testing123

then what i got response is that

{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "No handler for type [string] declared on field [@version]"
}
],
"type": "mapper_parsing_exception",
"reason": "Failed to parse mapping [default]: No handler for type [string] declared on field [@version]",
"caused_by": {
"type": "mapper_parsing_exception",
"reason": "No handler for type [string] declared on field [@version]"
}
},
"status": 400
}

i don't know how to investigate on it.
kindly advise to me

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.