Skip to content

Instantly share code, notes, and snippets.

@christian-taillon
Created March 28, 2023 22:10
Show Gist options
  • Save christian-taillon/a1e74780266e69c0075f5154ee657d95 to your computer and use it in GitHub Desktop.
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.
<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