Skip to content

Commit

Permalink
Add locator setting to security-amp endpoint (SumoLogic#39)
Browse files Browse the repository at this point in the history
* Add locator setting to security-amp endpoint

* Adjust format to reflect production
  • Loading branch information
msuterski committed Jul 31, 2020
1 parent efe06e1 commit 7dd057d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/existing-collectors-and-sources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,8 @@ resource "sumologic_http_source" "https-collector_prd_security-amp" {
message_per_request = "false"
force_timezone = "false"
default_date_formats {
format = "yyyy-MM-dd'T'HH:mm:ssZZZZ"
format = "yyyy-MM-dd'T'HH:mm:ssZZZZ"
locator = "\\\"date\\\":(.*), \""
}
}

Expand Down

0 comments on commit 7dd057d

Please sign in to comment.