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

Avoid mapping issues in kubernetes module #8487

Merged
merged 2 commits into from
Oct 1, 2018

Conversation

exekias
Copy link
Contributor

@exekias exekias commented Sep 28, 2018

This contains 2 changes:

  • Do not report start_time when it's empty, as that will throw a
    mapping exception
  • Fix fields.yml, as some fields were out of place for event
    metricset

closes #7736

@exekias exekias added bug module review Metricbeat Metricbeat containers Related to containers use case labels Sep 28, 2018
This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset
@exekias exekias force-pushed the fix-start_time-mapping-issues branch from 0c4f702 to 94ae4dc Compare September 28, 2018 15:56
@ruflin
Copy link
Member

ruflin commented Sep 28, 2018

Changes LGTM but it will need a make update in all Beats I assume.

Is there a reason these two changes are connected together? Will this need a backport?

@exekias exekias added the needs_backport PR is waiting to be backported to other branches. label Oct 1, 2018
@exekias
Copy link
Contributor Author

exekias commented Oct 1, 2018

Thanks for the review, they are not that connected 😇 but both could potentially cause mapping issues so I addressed them together.

I think this should be backported to 6.x & 6.4 branches

Copy link
Member

@ruflin ruflin left a comment

Choose a reason for hiding this comment

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

WFG

@exekias exekias merged commit 3c363a0 into elastic:master Oct 1, 2018
@exekias exekias added v6.5.0 and removed needs_backport PR is waiting to be backported to other branches. labels Oct 1, 2018
exekias added a commit to exekias/beats that referenced this pull request Oct 1, 2018
* Avoid mapping issues in kubernetes module

This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset

(cherry picked from commit 3c363a0)
@exekias exekias added the v6.4.2 label Oct 1, 2018
exekias added a commit to exekias/beats that referenced this pull request Oct 1, 2018
* Avoid mapping issues in kubernetes module

This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset

(cherry picked from commit 3c363a0)
exekias added a commit that referenced this pull request Oct 3, 2018
…8506)

* Avoid mapping issues in kubernetes module (#8487)

* Avoid mapping issues in kubernetes module

This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset

(cherry picked from commit 3c363a0)

* Update CHANGELOG.asciidoc
exekias added a commit that referenced this pull request Oct 4, 2018
…8507)

* Avoid mapping issues in kubernetes module (#8487)

* Avoid mapping issues in kubernetes module

This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset

(cherry picked from commit 3c363a0)

* Update CHANGELOG.asciidoc
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…odule (elastic#8507)

* Avoid mapping issues in kubernetes module (elastic#8487)

* Avoid mapping issues in kubernetes module

This contains 2 changes:

 * Do not report `start_time` when it's empty, as that will throw a
 mapping exception
 * Fix `fields.yml`, as some fields were out of place for `event`
 metricset

(cherry picked from commit 8d72865)

* Update CHANGELOG.asciidoc
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 this pull request may close these issues.

failed to parse [kubernetes.container.start_time]
2 participants