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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
@palourde but my version is 0.23.1, with your commit and it's still not working.
Our main problem is that we have many teams and a lot of events, each team want to see just alerts that related to itself, without alerts of other teams, i created filed with key of team and value of team name: DevOps / IT / R&D / DBA etc.
and it's not working well because i cannot query on team: devops .
Please advice.
I created custom filed for event with key=env and value=environment name (env:production)
I see the filed in Sensu API and in uchiwa, for example:
~$ curl -s http://sensu-api.service.consul.tbl.com:4567/events/70e34.tbl.com/check_process | jq '.check.env'
"production"
but query of env:production in uchiwa search bar ( http://uchiwa:8080/#/events?q=env:production ) return 0 items
Expected Behavior
Query all events with key:value of env:production
Current Behavior
Query of env:production via search bar ( http://uchiwa:8080/#/events?q=env:production )
return 0 rows
Steps to Reproduce (for bugs)
Context
We have multiple teams, and every team want to query and custom fields, for example: team name, env, OS, etc.
Your Environment
The text was updated successfully, but these errors were encountered: