Skip to content

Commit 01fd716

Browse files
Update Blog “sivabala-opsql-opsramps-kalpavriksha-wish-fulfilling-tree”
1 parent 77012dd commit 01fd716

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/blog/sivabala-opsql-opsramps-kalpavriksha-wish-fulfilling-tree.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ Let's say you want to make a query. The general syntax for an OpsQL query is ver
4040

4141
You can use logical operators `AND` and `OR` to refine your search further.
4242

43-
## Operators
43+
## Operators
44+
Operator is the key of the query. It relates the attribute to the value.
4445
OpsQL supports a variety of operators to create precise queries.
45-
### Equality Operators
46+
1. **Equality Operators**
4647
`=`, `!=`
47-
### String Operators
48+
2. **String Operators**
4849
`CONTAINS`, `STARTS WITH`, `LIKE`
49-
### Logical Operators
50+
3. **Logical Operators**
5051
`AND`, `OR`
5152

5253
For example, to find all resources with an agent installed and of type "Windows," you would use:

0 commit comments

Comments
 (0)