Created
March 28, 2023 22:10
-
-
Save christian-taillon/a1e74780266e69c0075f5154ee657d95 to your computer and use it in GitHub Desktop.
I frequently find my self trying to remember what is required for a new view creation.
This file contains 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
<form theme="dark"> | |
<label>Splunk Template View</label> | |
<description>I frequently find my self trying to remember what is required for a new view creation.</description> | |
<fieldset autoRun="true" submitButton="true"> | |
<input type="time" token="time"> | |
<label>Time</label> | |
<default> | |
<earliest>-24h@h</earliest> | |
<latest>now</latest> | |
</default> | |
</input> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment