Splunk Search

newlines in stats command failure with savedsearch

sloshburch
Ultra Champion

I've discovered that if you have newlines in a stats command in a savedsearch like this:

| stats values(blah),
  list(otherblah)
 by field

running that | savedsearch <searchname> will throw an error such as this:

{'fatal': ["Error in 'stats' command: The argument '\n' is invalid."],

We use spacing and newlines to make savedsearches easier to read across large teams. There are no issues using them through the UI, but it appears that calling them with savedsearch or curl throws this error.

It seems like a bug but I figured I'd check with the expert community first. I'm curious if anyone has seen this before or knows if its by design?

Tags (3)
1 Solution

sloshburch
Ultra Champion

I opened a suppoort case and learned that this is bugs SPL-81061 and SPL-80985 and fixed in 6.0.4. http://docs.splunk.com/Documentation/Splunk/6.0.4/ReleaseNotes/6.0.4#Search.2C_saved_search.2C_alert...

View solution in original post

0 Karma

sloshburch
Ultra Champion

I opened a suppoort case and learned that this is bugs SPL-81061 and SPL-80985 and fixed in 6.0.4. http://docs.splunk.com/Documentation/Splunk/6.0.4/ReleaseNotes/6.0.4#Search.2C_saved_search.2C_alert...

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