-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 container fields #31020
Add container fields #31020
Conversation
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
This pull request does not have a backport label. Could you fix it @tetianakravchenko? 🙏
NOTE: |
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
@@ -85,28 +85,6 @@ def test_dashboards(self): | |||
assert exit_code == 0, 'Error output: ' + self.get_log() | |||
assert self.log_contains("Kibana dashboards successfully loaded.") | |||
|
|||
@unittest.skipUnless(INTEGRATION_TESTS, "integration test") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the similar test was already removed in filebeats - #28870, it should be removed here as well as it tests migration from 6.x to 7.x that is not supported in 8.x
* add container fields Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add pr number Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
* add container fields Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add pr number Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko tetiana.kravchenko@elastic.co
What does this PR do?
make use of new container ECS fields added in ECS 8.2.
Upgrade to version 8.2 cause an error:
"Limit of total fields [10000] has been exceeded"
Decision for now: Instead of adding all of 8.2, can we just add a single field and have a follow up discussion on updating to newest version of ECS.
Why is it important?
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs