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

Libbeat - scripts/generate_index_pattern.py #3017

Closed
florck opened this issue Nov 16, 2016 · 1 comment · Fixed by #3144
Closed

Libbeat - scripts/generate_index_pattern.py #3017

florck opened this issue Nov 16, 2016 · 1 comment · Fixed by #3144

Comments

@florck
Copy link

florck commented Nov 16, 2016

Hello,
In scripts/generate_index_pattern.py,
Line 38
print "ERROR: Field", path, "is duplicated. Please delete it and try again. Fields already are", unique_fields

should use python 3 syntax
print ("ERROR: Field", path, "is duplicated. Please delete it and try again. Fields already are", unique_fields)
Thank you

@monicasarbu
Copy link
Contributor

@florck Thanks for your feedback. I will fix it in a separate PR.

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 a pull request may close this issue.

2 participants