Skip to content

Instantly share code, notes, and snippets.

@AdamMagaluk
Created March 20, 2014 19:03
Show Gist options
  • Save AdamMagaluk/9671375 to your computer and use it in GitHub Desktop.
Save AdamMagaluk/9671375 to your computer and use it in GitHub Desktop.
host="fieldcontroller.wavemark.net" sourcetype="zenosseventhistory"
| where MESSAGE like "%Low Power%"
| rex field=MESSAGE "Power :(?<Voltage>.{5})"
| timechart span=1d min(LowVolt) as LowVoltage by DEVICE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment