-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zach Christensen <23529374+ZachChristensen28@users.noreply.github.com> the included change will append the following to the category field: example value --- ``` cs_first_seen:02/14/22 09:52:05 MST cs_last_seen:08/24/22 13:25:24 MDT splunk_last_updated:08/26/22 18:54:42 MDT ``` date is defined as `%x` - The date in the format of the current locale. For example, 7/13/2019 for US English. time is defined as `%T %Z` reference: [Splunk Docs](https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables)
- Loading branch information
1 parent
9fc2a17
commit 8f2352a
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
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
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