Skip to content

Commit

Permalink
Add use_doc_values_skipper track param to elastic/logs (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg authored Feb 28, 2025
1 parent 1d080fd commit f35669c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
{% if synthetic_source_keep %}
,"mapping.synthetic_source_keep": {{ synthetic_source_keep | tojson }}
{% endif %}
{% if use_doc_values_skipper %}
,"mapping.use_doc_values_skipper": {{ use_doc_values_skipper | tojson }}
{% endif %}
}
{% endif %}
}
Expand Down

0 comments on commit f35669c

Please sign in to comment.