File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed
x-pack/filebeat/module/aws Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ session_token: {{ .session_token }}
5151role_arn : {{ .role_arn }}
5252{{ end }}
5353
54+ {{ if .fips_enabled }}
55+ fips_enabled : {{ .fips_enabled }}
56+ {{ end }}
57+
5458tags : {{.tags | tojson}}
5559publisher_pipeline.disable_host : {{ inList .tags "forwarded" }}
5660
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ session_token: {{ .session_token }}
3737role_arn : {{ .role_arn }}
3838{{ end }}
3939
40+ {{ if .fips_enabled }}
41+ fips_enabled : {{ .fips_enabled }}
42+ {{ end }}
43+
4044tags : {{.tags | tojson}}
4145publisher_pipeline.disable_host : {{ inList .tags "forwarded" }}
4246
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ session_token: {{ .session_token }}
3737role_arn : {{ .role_arn }}
3838{{ end }}
3939
40+ {{ if .fips_enabled }}
41+ fips_enabled : {{ .fips_enabled }}
42+ {{ end }}
43+
4044tags : {{.tags | tojson}}
4145publisher_pipeline.disable_host : {{ inList .tags "forwarded" }}
4246
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ session_token: {{ .session_token }}
3737role_arn : {{ .role_arn }}
3838{{ end }}
3939
40+ {{ if .fips_enabled }}
41+ fips_enabled : {{ .fips_enabled }}
42+ {{ end }}
43+
4044tags : {{.tags | tojson}}
4145publisher_pipeline.disable_host : {{ inList .tags "forwarded" }}
4246
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ session_token: {{ .session_token }}
3737role_arn : {{ .role_arn }}
3838{{ end }}
3939
40+ {{ if .fips_enabled }}
41+ fips_enabled : {{ .fips_enabled }}
42+ {{ end }}
43+
4044tags : {{.tags | tojson}}
4145publisher_pipeline.disable_host : {{ inList .tags "forwarded" }}
4246
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ session_token: {{ .session_token }}
3939role_arn : {{ .role_arn }}
4040{{ end }}
4141
42+ {{ if .fips_enabled }}
43+ fips_enabled : {{ .fips_enabled }}
44+ {{ end }}
45+
4246{{ else if eq .input "file" }}
4347
4448type : log
You can’t perform that action at this time.
0 commit comments