-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare elastic/logs track for the new logs index mode. #612
Prepare elastic/logs track for the new logs index mode. #612
Conversation
By replacing index_sorting and synthetic_source_mode parameters by index_mode parameter.
ae727d2
to
7df7429
Compare
Note that I successfully ran esbench with elastic/logs track using the changes in this PR. |
"index": { | ||
{% if index_sorting == "hostname" %} | ||
"mode": {{ index_mode | tojson }}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if there is any missing value for the hostname...just in case maybe we could add also index.sort.missing
?
LGTM...I just left a minor comment. |
By replacing index_sorting and synthetic_source_mode parameters by index_mode parameter. (cherry picked from commit a71ef11)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
By replacing index_sorting and synthetic_source_mode parameters (added via #522) by the index_mode parameter.
Closes elastic/elasticsearch#107222