[INTTEST-48] push_to_elk.py to be fixed to work with new version of ELK stack Created: 15/May/18 Updated: 14/Jun/18 |
|
| Status: | Open |
| Project: | integration-test |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Dibya Prakash Das | Assignee: | Dibya Prakash Das |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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"
}
|
| Comments |
| Comment by Himanshu Chhabra [ 14/Jun/18 ] |
|
currently which version is it compatible with?
|
| Comment by Dibya Prakash Das [ 14/Jun/18 ] |
|
I'm not sure of the exact version, but as the blog mentions, they have introduced a breaking change for 6.x, so it has to be an earlier version of that. |