@@ -14,8 +14,8 @@ resource "sumologic_cse_log_mapping" "log_mapping" {
1414 name = "New Log Mapping"
1515 product_guid = "003d35b3-3ba8-4e93-8776-e5810b4e243e"
1616 record_type = "Audit"
17- enabled = " true"
18- relates_entities = " true"
17+ enabled = true
18+ relates_entities = true
1919 skipped_values = ["skipped"]
2020 fields {
2121 name = "action"
@@ -24,7 +24,7 @@ resource "sumologic_cse_log_mapping" "log_mapping" {
2424 skipped_values = ["-"]
2525 default_value = ""
2626 format = "JSON"
27- case_insensitive = " false"
27+ case_insensitive = false
2828 alternate_values = ["altValue"]
2929 time_zone = "UTC"
3030 split_delimiter = ","
@@ -67,11 +67,11 @@ The following arguments are supported:
6767- ` value_type ` - (Optional) The value type.
6868- ` skipped_values ` - (Optional) List of skipped values.
6969- ` default_value ` - (Optional) Default value of the field.
70- - ` format ` - (Optional) Format of the field. ( JSON, Windows, Syslog, CEF, LEEF )
70+ - ` format ` - (Optional) Format of the field. (JSON, Windows, Syslog, CEF, LEEF )
7171- ` case_insensitive ` - (Optional) Case insensitive flag.
7272- ` alternate_values ` - (Optional) List of alternate values.
7373- ` time_zone ` - (Optional) Time zone.
74- - ` split_delimiter ` - (Optional) Split delimiter to be used. ( some example: ",", "-", "|")
74+ - ` split_delimiter ` - (Optional) Split delimiter to be used. (some example: ",", "-", "|")
7575- ` field_join ` - (Optional) List of field join values.
7676- ` join_delimiter ` - (Optional) Join delimiter.
7777- ` format_parameters ` - (Optional) List of format parameters.
@@ -83,7 +83,7 @@ The following arguments are supported:
8383
8484### Schema for ` structured_input `
8585- ` event_id_pattern ` - (Required) Event id pattern.
86- - ` log_format ` - (Required) Log format. ( JSON, Windows, Syslog, CEF, LEEF )
86+ - ` log_format ` - (Required) Log format. (JSON, Windows, Syslog, CEF, LEEF )
8787- ` product ` - (Required) Product name.
8888- ` vendor ` - (Required) Vendor name.
8989
0 commit comments