Skip to content

Commit

Permalink
add index.codec param
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Feb 3, 2025
1 parent 7628788 commit 4855d72
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{% if index_mode %}
"index": {
"mode": {{ index_mode | tojson }}
{% if codec %}
,"codec": "{{codec | default('default')}}"
{% endif %}
{% if source_mode %}
,"mapping.source.mode": {{ source_mode | tojson }}
{% endif %}
Expand Down

0 comments on commit 4855d72

Please sign in to comment.