| 演算子 | 意味 | 使用例 |
|---|---|---|
| = | 完全一致 | labels."compute.googleapis.com/resource_name" = "myWebServer" |
| : | 含む | textPayload : WARN |
| NOT と : | 含まない | NOT textPayload : WARN |
| ! | 否定 | textPayload != INFO |
| NOT | 否定 | textPayload : (NOT INFO) |
| AND | かつ | textPayload : (ERROR AND "Login fail") |
| OR | または | textPayload : (ERROR OR WARN OR CRIT) |
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme