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

message field missing from index template's default_field #29633

Closed
adriansr opened this issue Dec 29, 2021 · 1 comment · Fixed by #29821
Closed

message field missing from index template's default_field #29633

adriansr opened this issue Dec 29, 2021 · 1 comment · Fixed by #29821
Assignees
Labels

Comments

@adriansr
Copy link
Contributor

adriansr commented Dec 29, 2021

For confirmed bugs, please report:

  • Version: 7.16.0+
  • Operating System: -
  • Discuss Forum URL: -
  • Steps to Reproduce:
$ filebeat export template | grep -q '\s*"message",\?$' && echo Present || echo Not present
Not present

This prevents the message field contents to be queried in Kibana's query bar unless the field is referenced explicitly.

Two recent unrelated features seem to be causing this:

#27770 in 7.16.0+
#28596 in master (8.0)

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 29, 2021
@adriansr adriansr self-assigned this Dec 29, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 29, 2021
adriansr added a commit to adriansr/beats that referenced this issue Jan 12, 2022
This updates the ECS field definitions file in order to incorporate a
fix for missing fields in the default_fields index template setting.

Closes elastic#29633
adriansr added a commit that referenced this issue Jan 13, 2022
This updates the ECS field definitions file in order to incorporate a
fix for missing fields in the default_fields index template setting.

Closes #29633
mergify bot pushed a commit that referenced this issue Jan 13, 2022
This updates the ECS field definitions file in order to incorporate a
fix for missing fields in the default_fields index template setting.

Closes #29633

(cherry picked from commit 4c72575)
adriansr added a commit that referenced this issue Jan 14, 2022
This updates the ECS field definitions file in order to incorporate a
fix for missing fields in the default_fields index template setting.

Closes #29633

(cherry picked from commit 4c72575)

Co-authored-by: Adrian Serrano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants