The correct answer is B . CrowdStrike LogScale documentation includes parseCEF() , parseJson() , and parseXml() as valid parsing functions. parseCEF() parses CEF-encoded messages, parseJson() parses JSON data into fields, and parseXml() parses XML content into fields.
The other options are incorrect because parseIETF() is not a valid CQL parse function in the documented parsing function set, and option D also contains malformed syntax with parseXml(.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit