Skip to content

Commit

Permalink
fix: missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Feb 22, 2024
1 parent 28a74a9 commit 40ecccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"settings": {
"index": {
{# non-serverless-index-settings-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
"codec": {{ index_codec | default("best_compression") }},
"codec": "{{ index_codec | default('best_compression') }}"
{%- endif -%}{# non-serverless-index-settings-marker-end #}
{% if index_sorting == "hostname" %}
"sort.field": [ "host.name", "@timestamp" ],
Expand Down

0 comments on commit 40ecccc

Please sign in to comment.