Get started with Opsgenie as a user
Learn how to configure your profile, get notifications from Opsgenie and view on-call schedules.
You can use field:value combination with most of service fields.
Condition | Description |
---|---|
id : b9a33b13-1b76-4b41-be28-eed1161978fa | Id of the service. |
name : Reporting service | string |
description : Reporting service description | string |
team: Operations Team | string |
tags : private | string |
isExternal : true | true | false |
You can combine multiple value(s) by using AND and OR operators. Just don't forget to wrap them with ( ) parentheses.
Example | Description |
---|---|
name: (lorem OR ipsum) | name field contains "lorem" or "ipsum" |
description: (lorem AND ipsum) | description field contains both "lorem" and "ipsum" |
Also you can combine multiple condition(s) by using AND and OR operators.
Examples |
---|
name: lorem AND tags: private |
name: (lorem OR ipsum) AND tags: private |
Use the NOT search query to disqualify search results for a certain value.
Examples | Description |
---|---|
name: NOT lorem | name field does not contain lorem |
Asterisk (*) character can be used as a substitute for any of a class of characters in a search. It is often used in place of one or more characters when you do not know what the real character is or you do not want to type the entire name. If you are looking for a service that you know "name" field starts with "lorem" but you cannot remember the rest of the field, type the following:
Examples |
---|
message: lorem* |
lorem* |
Was this helpful?