Splunk Search

using tstats with a datamodel

rettops
Path Finder

I'm trying to use tstats from an accelerated data model and having no success. I took a look at the Tutorial pivot report for Successful Purchases:

| pivot Tutorial Successful_Purchases count(Successful_Purchases) AS "Count of Successful Purchases" sum(price) AS "Sum of Price" SPLITROW productName AS "Product Name" SPLITROW price AS "Price" SORT 100 productName

In the search.log for that report, it says that eventSearch is:

tstats count AS "Count of Successful Purchases" sum("Purchase_Requests.price") AS "Sum of Price" from datamodel="Tutorial" where (nodename="Purchase_Requests") (nodename="Purchase_Requests.Successful_Purchases") groupby "Purchase_Requests.productName" "Purchase_Requests.price" prestats=true

I tried doing that and get 'No results found'. Even

tstats count from datamodel="Tutorial"

gives no results. What am I doing wrong?

1 Solution

rettops
Path Finder

Duh ... add a pipe to the beginning and strip off the "prestats = true" and suddenly I get results.

View solution in original post

rettops
Path Finder

Duh ... add a pipe to the beginning and strip off the "prestats = true" and suddenly I get results.

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 ...