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!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...