Skip to content
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

Add elasticsearch version configuration to rollover script #1769

Merged

Conversation

pavolloffay
Copy link
Member

Related to #1753

Signed-off-by: Pavol Loffay ploffay@redhat.com

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@@ -103,7 +104,7 @@ def perform_action(action, client, write_alias, read_alias, index_to_rollover, t
sys.exit(1)


def create_index_template(template, template_name, esVersion):
def create_index_template(template, template_name):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call to this is still passing third parameter.

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@codecov
Copy link

codecov bot commented Sep 2, 2019

Codecov Report

Merging #1769 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1769      +/-   ##
==========================================
- Coverage   98.24%   98.22%   -0.03%     
==========================================
  Files         195      195              
  Lines        9540     9540              
==========================================
- Hits         9373     9371       -2     
- Misses        133      134       +1     
- Partials       34       35       +1
Impacted Files Coverage Δ
cmd/query/app/static_handler.go 83.33% <0%> (-3.51%) ⬇️
...lugin/sampling/strategystore/adaptive/processor.go 100% <0%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf43da0...184fdae. Read the comment docs.

@pavolloffay pavolloffay merged commit d85776d into jaegertracing:master Sep 2, 2019
bookmoons pushed a commit to bookmoons/jaeger that referenced this pull request Sep 10, 2019
…cing#1769)

* Add elasticsearch version configuration to rollover script

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Remove version parameter from call

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants