Exam XDR-Engineer Topic 1 Question 41 Discussion
Actual exam question for Palo Alto Networks's XDR-Engineer exam
Question #: 41
Topic #: 1
Question #: 41
Topic #: 1
Which method will drop undesired logs and reduce the amount of data being ingested?
Suggested Answer: B Vote an answer
In Palo Alto Networks Cortex XDR/XSIAM, parsing rules use a specialized variant of XQL to process, normalize, and selectively filter incoming raw logs before they consume storage licenses in the cloud data lake.
The Core Block Structure: Custom parsing rules must utilize the INGEST declaration block to route log traffic into an active repository (specified via target_dataset). The COLLECT block (seen in options A and C) is structurally incorrect for this parsing workflow.
The Filtering Mechanism: The statement filter _raw_log not contains "undesired logs"; evaluates incoming logs and keeps only the lines that do not match your noisy or unnecessary signatures.
Handling Dropped Traffic via no_hit: The parameter no_hit=drop is the critical setting here. It specifies that any log lines that are completely filtered out or fail to match the parsing logic conditions should be permanently dropped at the ingestion stage, successfully preventing them from being written to the database and reducing your ingestion volume metrics.
The Core Block Structure: Custom parsing rules must utilize the INGEST declaration block to route log traffic into an active repository (specified via target_dataset). The COLLECT block (seen in options A and C) is structurally incorrect for this parsing workflow.
The Filtering Mechanism: The statement filter _raw_log not contains "undesired logs"; evaluates incoming logs and keeps only the lines that do not match your noisy or unnecessary signatures.
Handling Dropped Traffic via no_hit: The parameter no_hit=drop is the critical setting here. It specifies that any log lines that are completely filtered out or fail to match the parsing logic conditions should be permanently dropped at the ingestion stage, successfully preventing them from being written to the database and reducing your ingestion volume metrics.
by Bella at Jul 15, 2026, 01:39 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).