To identify all of the contributing events within a transaction that contain at least one REJECT event, which syntax is correct?
To identify all of the contributing events within a transaction that contain at least one REJECT event, which syntax is correct?
The correct syntax to identify all of the contributing events within a transaction that contain at least one REJECT event is to first create the transactions using 'transaction sessionid' and then search for the REJECT events within those transactions. This is accomplished by the command 'index=main | transaction sessionid | search REJECT', which correctly filters out transactions containing at least one REJECT event.
Yes, the correct answer is B, because in the page 133 you have a similar example.
yes B is true
Is B correct option?
B is the correct
B is the correct answer
A and B are correct actually, both return the exact same results when executed.
A should be the correct answer
Identify the events WITHIN a transaction. B is the correct answer.