What does the values function of the stats command do?
What does the values function of the stats command do?
The values function of the stats command lists unique values of a given field. It does not count the occurrences but rather provides a list of distinct values present in that field.
Only list, not count, B iws correct
In the curse Fundamemtals 1 Splunk say: The Stats Command Value Function Returns unique values for a given field The correct is B
The answer Is B -- Values – list unique values of a given field.- Count – returns the number of events that match the search criteria - Distinct_count, dc – returns a count of unique values for a given filed. - Sum – returns a sum of numeric values - Avg – returns an average of numeric values - List – lists all values of a given field - Values – list unique values of a given field.
B is the correct answer
B Page 120 of the Class PDF - Splunk 7.X Fundamentals Part 1 (eLearning).pdf document. just look and you'll see. no rocket science there.
its page 162. B is correct. only list
B, | stats value(field) gives unique values from a field A, | status list(field) gives ALL the values from a field (even if its duplicated)
B is correct, page 129 of PDF
B - Lists unique values of a given field (is the correct answer) "only list, not count"
It's B
B is correct
B is correct
B is correct
https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Multivaluefunctions "Returns the list of all distinct values of the field X as a multivalue entry. "
command | stats value(field) only list, not count
B is correct pag 120 list – lists all values of a given field
I just ran it and it's B, returns the list of unique values
- Distinct_count, dc – returns a count of unique values for a given filed.That will be answer C