Videos

  • Add Videos
  • View All

Latest Activity

Michael Wilde replied to Nikita's discussion Count failures and success via transaction
"How are these transactions linked together... by a field called "ID"?  If so.. just build them with the field ID, and then use one of the MV commands to extract a field with success or failure in it.   Paste some samples and…"
18 hours ago
Linus Myrefelt updated their profile
Tuesday
Marie updated their profile
Monday
Marie is now a member of splunkninja
Monday
Profile IconJitter and matthew arguin joined splunkninja
May 18
Profile IconMatthew Carter and Nikita joined splunkninja
May 17
Nikita posted a discussion

Count failures and success via transaction

Hi,I'm a new in Splunk so sorry for the stupid questions.I want to calculate failures in logs.For example we have request log and response log."request" OR ("fail" OR "response") |transaction startsWith=("request") endsWith=("fail" OR "response") maxpause=5s keepevicted=false maxspan=25s id |eval Failure=if(searchmatch("fail"),1,0)| eval Success=if(searchmatch("response"),1,0) | stats count(Failure) as FailureCount, count(Success) as SuccessCount | table FailureCount SuccessCountThat query…See More
May 17
Andrea Judy is now a member of splunkninja
May 16

Encountered the following error while trying to update: In handler 'savedsearch': Argument "action.summary_index." is not supported by this handler

Hi,

While trying to save a very simple search I ran into this:
Encountered the following error while trying to update: In handler 'savedsearch': Argument "action.summary_index." is not supported by this handler.

I recently upgraded to free version 4.1 (Windows 64bit), so i suspect this is an Issue of this version.

I get the same error for any search i try to save.  Even one like this...

[search2]
search = * | head 10


I tried adding a line like
action.summary_index = 0

but that did not solve it.

Any help is appreciated.  Thanks,
Marcelo

Views: 42

Reply to This

Replies to This Discussion

Amend:
I installed Splunk free version 4.0.9 build 74233 on another server and got the same error.

Any ideas !?

RSS

© 2012   Created by Michael Wilde.

Badges  |  Report an Issue  |  Terms of Service