Skip to content

Instantly share code, notes, and snippets.

@theist
Created June 5, 2016 22:19
Show Gist options
  • Select an option

  • Save theist/1068a3501aa3371ec64b2f58a0a6a67a to your computer and use it in GitHub Desktop.

Select an option

Save theist/1068a3501aa3371ec64b2f58a0a6a67a to your computer and use it in GitHub Desktop.
...
date {
# Set @timestamp
locale => "en_US"
match => ["BillingPeriodEndDate","yyyy/MM/dd HH:mm:ss"]
}
date {
target => "BillingPeriodStartDate"
locale => "en_US"
match => ["BillingPeriodStartDate","yyyy/MM/dd HH:mm:ss"]
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment