Reporting

Accelerated data model and _indextime field

simpkins1958
Contributor

We have an accelerated data model and would like to be able to use a where clause from TSTATS that includes:

_index_earliest=-h@h AND _index_latest=@h

_indextime does seem to be a field that is available in the DMA. But trying to use the where clause above does not work.

We want to generate TSTATS values for events that have been indexed in the previous hour.

Here is the full SPL:
| tstats
min(_time) as _time
sum(nmds_app_dest_survey.bytes) as bytes
sum(nmds_app_dest_survey.flow_count) as flow_count
FROM datamodel=nmdm_app_dest_survey
WHERE _index_earliest=-h@h AND _index_latest=@h
BY nmds_app_dest_survey.dest_and_port

Labels (2)

cstump_splunk
Splunk Employee
Splunk Employee

At this time _indextime fields are not included in the datamodel accelerations. I imagine this is due to optimization with regards to both disk space and memory usage during the acceleration process.

If you are interested in having a field that tracks the time the accelerated event gets written to disk, then I encourage you to submit the idea to the ideas portal at https://ideas.splunk.com/.

0 Karma

samsplunks
Explorer

Why don't you add a new field to your datamodel and assign it the _indextime value ?

0 Karma

Sukisen1981
Champion

if you switch this to |tstats _index_earliest=-h@h AND _index_latest=@h
and remove the where condition, does it work?

0 Karma

simpkins1958
Contributor

No. That does not work either.
Error in 'stats' command: The argument '_index_earliest=-h@h' is invalid.

0 Karma

ninjaunicorn101
New Member

@simpkins1958 did you ever get this to work? I am currently running into the same problem.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...