Skip to content
Discussion options

You must be logged in to vote

There was a mapping conflict between different indices. A few of the dashboards were using documents from two different indices, the fortigate index and the syslog index. I checked which fields had mapping conflicts in Advanced Settings -> Data Views, and created a runtime field for each one of those fields/indices.

PUT index_name/_mapping { "runtime": { "source.ip": { "type": "ip" }, "source.port": { "type": "long" }, } }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by soad20000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants