Created
March 20, 2014 19:03
-
-
Save AdamMagaluk/9671375 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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