Splunk Search

"Error in 'tstats' command: This command is not supported in a real-time search"

spammenot66
Contributor

I currently have a working tstats search, but when I use real-time, it returns the following error:

Error in 'tstats' command: This command is not supported in a real-time search
0 Karma
1 Solution

woodcock
Esteemed Legend

Not only will it never work but it doesn't even make sense how it could. Use stats instead and have it operate on the events as they come in to your real-time window. Better yet, do not use real-time! It almost certainly will not give you what you desire and it will crater the performance of your splunk cluster.

View solution in original post

woodcock
Esteemed Legend

Not only will it never work but it doesn't even make sense how it could. Use stats instead and have it operate on the events as they come in to your real-time window. Better yet, do not use real-time! It almost certainly will not give you what you desire and it will crater the performance of your splunk cluster.

spammenot66
Contributor

Thanks for the info

0 Karma

somesoni2
Revered Legend

The error message explains it all. Searches with tstats can't be used for real-time searches. What is your requirement here?

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...