Splunk Search

Would a Splunk guru please explain what span=log2 does or why one might use it?

aulbrich
Engager

I've seen the documentation, but it doesn't really explain what or how it might be used.  I'm looking for a lightweight use case to help me understand it.  

 

Thanks!

Labels (1)
0 Karma
1 Solution

nwuest
Path Finder

Hi @aulbrich,

After reading the documentation with different examples, span=log2 would mean that whatever Splunk search you had in front of this argument would be " the search uses the span argument to bucket the duration into bins of log2 (span=log2). "

example:
sourcetype=access_* status=200 action=purchase | transaction clientip maxspan=10m | chart count BY duration span=log2

chart - Splunk Documentation  <-- Check around bullet 3 for the explanation.

That means that Splunk would take your search and sort it into the bin named "log2". 
Now when you specify a span before it, it would separate the results into equal bins so that none of them would be more or less than the other.
"If you specify a span of 10, then the bins are calculated in increments of 10. The bins are 0-9, 10-19, 20-29, and so forth."

bin - Splunk Documentation 

I do hope this helps with your question!

V/R,
nwuest

View solution in original post

nwuest
Path Finder

Hi @aulbrich,

After reading the documentation with different examples, span=log2 would mean that whatever Splunk search you had in front of this argument would be " the search uses the span argument to bucket the duration into bins of log2 (span=log2). "

example:
sourcetype=access_* status=200 action=purchase | transaction clientip maxspan=10m | chart count BY duration span=log2

chart - Splunk Documentation  <-- Check around bullet 3 for the explanation.

That means that Splunk would take your search and sort it into the bin named "log2". 
Now when you specify a span before it, it would separate the results into equal bins so that none of them would be more or less than the other.
"If you specify a span of 10, then the bins are calculated in increments of 10. The bins are 0-9, 10-19, 20-29, and so forth."

bin - Splunk Documentation 

I do hope this helps with your question!

V/R,
nwuest

aulbrich
Engager

@nwuest Thank you very much!  Your answer helped quite a bit!

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...