Dashboards & Visualizations

_Span and _Spandays columns in result set

strive
Influencer

Hi,

I have a search macro. It is used to display charts.

......| timechart partial=false span=$span$ limit=0 usenull=f useother=f per_second(StatusCodeCount) as "Error/Sec" by rate

When i click on view results i get two columns in tabular format. _time and rate. This is fine.

But, when i try to get the results from same search using REST API, i get additional columns _span and _spandays. I searched for these fields in internet, i did not get much info.

Could you please help me understand why additional columns are shown.

Thanks
Strive

Tags (1)

yannK
Splunk Employee
Splunk Employee

Try to remove them with :

<mysearch> | fields -_span -_spandays

strive
Influencer

Same search behaves different in two interfaces. I would like to know why additional fields are present when search is executed through one interface and not in another.

Moreover i did not find any splunk documentation related to _span and _spandays in internet.

Am i missing something here or is it a bug in splunk?

0 Karma

kartik13
Communicator

are you getting the result set same as the GUI

0 Karma
Get Updates on the Splunk Community!

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...