We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230606d commit 84585c2Copy full SHA for 84585c2
1 file changed
telegraf/rootfs/config.toml.tpl
@@ -155,6 +155,7 @@
155
156
{{ if .HTTP_JSON_SERVERS }}
157
[[inputs.httpjson]]
158
+<<<<<<< Updated upstream
159
name = "{{ .HTTP_JSON_NAME }}"
160
servers = [{{ .HTTP_JSON_SERVERS }}]
161
method = "{{ .HTTP_JSON_METHOD }}"
@@ -163,6 +164,16 @@
163
164
event_type = "{{ .HTTP_JSON_EVENT_TYPE }}"
165
threshold = "{{ .HTTP_JSON_THRESHOLD }}"
166
{{ end }}
167
+=======
168
+ name = "{{.HTTP_JSON_NAME}}"
169
+ servers = [{{.HTTP_JSON_SERVERS}}]
170
+ method = "{{.HTTP_JSON_METHOD}}"
171
+ tag_keys = [{{.HTTP_JSON_TAG_KEYS}}]
172
+ [json.parameters]
173
+ event_type = "{{.HTTP_JSON_EVENT_TYPE}}"
174
+ threshold = "{{.HTTP_JSON_THRESHOLD}}"
175
+{{end}}
176
+>>>>>>> Stashed changes
177
178
{{ if .INFLUXDB_URLS }}
179
[[inputs.influxdb]]
0 commit comments