Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There was a breaking change in ELK as mentioned in the blogpost. The PUT request that goes to ELK to create the visualization has to be modified to work.
The error that is returned by ELK is:-
{
"error": {
"type": "illegal_argument_exception",
"root_cause": [
{
"reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [visualization, doc]",
"type": "illegal_argument_exception"
}
],
"reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [visualization, doc]"
},
"status": 400
}
{
"_type": "dashboard",
"found": false,
"_id": "thisjob",
"_index": ".kibana"
}