Pretty sure it's A here. Data models structure the data and act as the source for pivots, while pivots are just the tools you use to visualize/report on that model. D looks tempting, but it reverses the relationship-pivots don’t provide datasets. Did I miss any tricky wording?
A and B are the valid ones here. useother and usenull actually exist as parameters for the chart command. Never heard of fillfield or usefiled being accepted options. If anyone's seen different in updated Splunk docs let me know, but pretty sure this is solid.
Pretty sure it's A and B. Both useother and usenull are legit chart command options. C and D aren't actual parameters for that command. Open to correction if someone has seen different in newer Splunk versions!
| search REJECT part, since it keeps all events from those transactions with at least one REJECT inside. A and D don't use the right commands. Anyone pick C for any reason?limit attribute by default overrides the value 10 unless the command documentation specifies something else. Pretty sure this matches the usual SPL behavior, but if someone’s seen different defaults let me know.top use 10 as the default for limit. Setting it overrides that default, unless the command docs say differently. Seen similar on practice questions.as is the clause that names the field, not groups it. Seen this trick on practice tests before, so B makes more sense.Yeah, D looks tempting since 'by' definitely groups results in stats, but the question is about the clause used to assign a specific name to the output field. That's 'as' (B). D is a classic trap for anyone scanning too fast. Pretty sure I've seen similar phrasing on practice tests, so going with B unless I'm missing a subtle wording trick.
as clause in stats is used to rename the resulting field, while by would group results. I saw a similar question in practice sets. Correct me if I'm off.