@@ -977,6 +977,9 @@ output.elasticsearch:
977
977
# Set gzip compression level.
978
978
# compression_level: 0
979
979
980
+ # Configure escaping html symbols in strings.
981
+ # escape_html: true
982
+
980
983
# Optional protocol and basic auth credentials.
981
984
# protocol: "https"
982
985
# username: "elastic"
@@ -1082,6 +1085,9 @@ output.elasticsearch:
1082
1085
# Set gzip compression level.
1083
1086
# compression_level: 3
1084
1087
1088
+ # Configure escaping html symbols in strings.
1089
+ # escape_html: true
1090
+
1085
1091
# Optional maximum time to live for a connection to Logstash, after which the
1086
1092
# connection will be re-established. A value of `0s` (the default) will
1087
1093
# disable this feature.
@@ -1196,6 +1202,14 @@ output.elasticsearch:
1196
1202
# Kafka version filebeat is assumed to run against. Defaults to the "1.0.0".
1197
1203
# version: '1.0.0'
1198
1204
1205
+ # Configure JSON encoding
1206
+ # codec.json:
1207
+ # Pretty print json event
1208
+ # pretty: false
1209
+
1210
+ # Configure escaping html symbols in strings.
1211
+ # escape_html: true
1212
+
1199
1213
# Metadata update configuration. Metadata do contain leader information
1200
1214
# deciding which broker to use when publishing.
1201
1215
# metadata:
@@ -1298,6 +1312,14 @@ output.elasticsearch:
1298
1312
# Boolean flag to enable or disable the output module.
1299
1313
# enabled: true
1300
1314
1315
+ # Configure JSON encoding
1316
+ # codec.json:
1317
+ # Pretty print json event
1318
+ # pretty: false
1319
+
1320
+ # Configure escaping html symbols in strings.
1321
+ # escape_html: true
1322
+
1301
1323
# The list of Redis servers to connect to. If load balancing is enabled, the
1302
1324
# events are distributed to the servers in the list. If one server becomes
1303
1325
# unreachable, the events are distributed to the reachable servers only.
@@ -1399,6 +1421,14 @@ output.elasticsearch:
1399
1421
# Boolean flag to enable or disable the output module.
1400
1422
# enabled: true
1401
1423
1424
+ # Configure JSON encoding
1425
+ # codec.json:
1426
+ # Pretty print json event
1427
+ # pretty: false
1428
+
1429
+ # Configure escaping html symbols in strings.
1430
+ # escape_html: true
1431
+
1402
1432
# Path to the directory where to save the generated files. The option is
1403
1433
# mandatory.
1404
1434
# path: "/tmp/filebeat"
@@ -1426,8 +1456,13 @@ output.elasticsearch:
1426
1456
# Boolean flag to enable or disable the output module.
1427
1457
# enabled: true
1428
1458
1429
- # Pretty print json event
1430
- # pretty: false
1459
+ # Configure JSON encoding
1460
+ # codec.json:
1461
+ # Pretty print json event
1462
+ # pretty: false
1463
+
1464
+ # Configure escaping html symbols in strings.
1465
+ # escape_html: true
1431
1466
1432
1467
# ================================= Paths ======================================
1433
1468
0 commit comments