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

Hello, is it possible to configure splunklightforwarder to forward cpu utilisation? I've added the lines from the unix app to the splunklightfowarder and nothing's happening.


Is there anything else that should be done to monitor local resources like cpu, mem, network... through splunklightforwarder?


Thanks.

Views: 24

Reply to This

Replies to This Discussion

Put the UNIX app on both the indexer and the forwarder and it should work. Question, is there an "index=os" on your Indexer.. run that search and tell me if there are any events there.
I only enabled the app and it worked! the script checks had the index=os in the beginning. Tried it with both on or off and they didn't work. Right now i'm on a light forwarder with unix enabled. I can get everything on the master splunk server with no probs.

Thanks alot!
Splunk (we) -- disclosure -- I work there -- We need to make that app stuff better and more understandable. "where everything's supposed to go", "more app setups, so you can configure them more". Better management of deployment of apps.

Glad you're good to go!.

Now.. ask me some hard questions ;)

RSS

© 2012   Created by Michael Wilde.

Badges  |  Report an Issue  |  Terms of Service