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
I try to setup an ospfwatch aside of an isiwatcher. When I create Index Templates I got this error:
{'error': {'root_cause': [{'type': 'illegal_argument_exception', 'reason': 'index template [ospf-watcher-updown-events] has index patterns [watcher-updown-events*] matching patterns from existing templates [isis-watcher-updown-events] with patterns (isis-watcher-updown-events => [watcher-updown-events*]) that have the same priority [0], multiple index templates may not match during index creation, please use a different priority'}], 'type': 'illegal_argument_exception', 'reason': 'index template [ospf-watcher-updown-events] has index patterns [watcher-updown-events*] matching patterns from existing templates [isis-watcher-updown-events] with patterns (isis-watcher-updown-events => [watcher-updown-events*]) that have the same priority [0], multiple index templates may not match during index creation, please use a different priority'}, 'status': 400}
{'error': {'root_cause': [{'type': 'illegal_argument_exception', 'reason': 'index template [ospf-watcher-costs-changes] has index patterns [watcher-costs-changes*] matching patterns from existing templates [isis-watcher-costs-changes] with patterns (isis-watcher-costs-changes => [watcher-costs-changes*]) that have the same priority [0], multiple index templates may not match during index creation, please use a different priority'}], 'type': 'illegal_argument_exception', 'reason': 'index template [ospf-watcher-costs-changes] has index patterns [watcher-costs-changes*] matching patterns from existing templates [isis-watcher-costs-changes] with patterns (isis-watcher-costs-changes => [watcher-costs-changes*]) that have the same priority [0], multiple index templates may not match during index creation, please use a different priority'}, 'status': 400}
``
The text was updated successfully, but these errors were encountered:
Hi Emile,
yeah, great catch. I use the same index name for OSPF and IS-IS events. I changed it to make it unique for OSPF in this commit (link). Please run git pull to fetch my changes and repeat your last step. Let me know if it works.
I try to setup an ospfwatch aside of an isiwatcher. When I create Index Templates I got this error:
The text was updated successfully, but these errors were encountered: