Hi Everyone,
I have one requirement.
I have two queries like this:
index=abc ns=sidh-datagraph3 "NullPointerException"
index=abc ns=sidh-datagraph3 "IllegalStateException"
I want to combine it in a same query.
Can someone guide me on this.
Thanks in advance
You should try
index=abc ns=sidh-datagraph3 ("NullPointerException" OR "IllegalStateException")
(fixed)
r. Ismo
You should try
index=abc ns=sidh-datagraph3 ("NullPointerException" OR "IllegalStateException")
(fixed)
r. Ismo
You probably want parenthesis in there:
index=abc ns=sidh-datagraph3 ("NullPointerException" OR "IllegalStateException")