We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b894f commit cb6bf0eCopy full SHA for cb6bf0e
website/docs/r/connection.html.markdown
@@ -26,9 +26,9 @@ resource "sumologic_connection" "connection" {
26
default_payload = <<JSON
27
{
28
"client" : "Sumo Logic",
29
- "eventType" : "{{SearchName}}",
30
- "description" : "{{SearchDescription}}",
31
- "search_url" : "{{SearchQueryUrl}}",
+ "eventType" : "{{Name}}",
+ "description" : "{{Description}}",
+ "search_url" : "{{QueryUrl}}",
32
"num_records" : "{{NumRawResults}}",
33
"search_results" : "{{AggregateResultsJson}}"
34
}
0 commit comments