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

Filebeat json input with tags not supported #5389

Closed
urso opened this issue Oct 13, 2017 · 1 comment
Closed

Filebeat json input with tags not supported #5389

urso opened this issue Oct 13, 2017 · 1 comment
Labels
bug good first issue Indicates a good issue for first-time contributors Hacktoberfest

Comments

@urso
Copy link

urso commented Oct 13, 2017

  • Version: Any filebeat version supporting JSON input
  • Steps to Reproduce:
    • json input with events having a tags field as array of string
    • add additional tags in filebeat configuration to the events
    • events from configuration file are not applied

Problem is the json parser converts the strings on input to []interface{}, but when adding any new tags, a type check testing for []string is in place only.

@urso urso added bug good first issue Indicates a good issue for first-time contributors Hacktoberfest labels Oct 13, 2017
@uschtwill
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Indicates a good issue for first-time contributors Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants