Splunk Search

Why does tstats not work with macros in child dataset?

kyokkygo
Engager

 

Screenshot 2023-02-03 at 13.37.51.png

I try use macros to get external indexes in child dataset VPN, but search with tstats on this dataset doesn't work.  Example of search:

 

 

| tstats values(sourcetype) as sourcetype from datamodel=authentication.authentication where nodename=authentication.VPN by nodename

 

 

  But when I explicitly enumerate the indexes, then everything works! And also it work with macros when i use search:

 

 

| from datamodel ...

 

 


What's problem? 

Labels (1)
0 Karma

diogofgm
SplunkTrust
SplunkTrust

If you use the pivot interface and select the VPN child do you get results?

Can you try this?
| tstats prestats=true summariesonly=false allow_old_summaries=true values(sourcetype) as sourcetype FROM datamodel=Authentication WHERE nodename=Authentication.VPN 
| stats dedup_splitvals=t values(sourcetype)

------------
Hope I was able to help you. If so, some karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...