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…"
17 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
Matthew Sarro
  • Philadelphia, PA
  • United States
Share on Facebook Share on Facebook Share Twitter

Matthew Sarro's Discussions

Making a dashboard searchable?
1 Reply

Hey everyone.I have a pretty specific goal with a dashboard I'm working on. I'd like the initial dashboard to show a series of charts which will show the status of the system whose data we're taking…Continue

Started this discussion. Last reply by Michael Wilde Dec 27, 2010.

 

Matthew Sarro's Page

Gifts Received

Gift

Matthew Sarro has not received any gifts yet

Give Matthew Sarro a Gift

Latest Activity

Michael Wilde replied to Matthew Sarro's discussion Making a dashboard searchable?
"Yep...    Its a bit more advanced.  Advice   1. Check out the Splunk Developer Manual -- it will help you see how to configure the UI to do exactly what you want. 2. Install the UI Examples app off SplunkBase (or within the…"
Dec 27, 2010
Matthew Sarro posted a discussion

Making a dashboard searchable?

Hey everyone.I have a pretty specific goal with a dashboard I'm working on. I'd like the initial dashboard to show a series of charts which will show the status of the system whose data we're taking as a whole. Also, I'd like to display a text box to the left of that. When a user types in the name of a user, I want the same charts displayed for the system, to be redrawn with the same information but relating solely to that user. Can it be done? How?See More
Dec 15, 2010
Matthew Sarro is now a member of splunkninja
Dec 15, 2010

Profile Information

Are you an existing splunk user?
Licensed
What do you do for your day job?
Engineer

Comment Wall

  • No comments yet!

You need to be a member of splunkninja to add comments!

Join splunkninja

 
 
 

© 2012   Created by Michael Wilde.

Badges  |  Report an Issue  |  Terms of Service