Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
|
It looks like I discovered more fields in 7.13.0-SNAPSHOT for the Kubernetes integration: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fintegrations/detail/PR-745/1/tests |
84ac4db to
107f797
Compare
| description: | | ||
| Node unschedulable status | ||
| - name: disk_pressure | ||
| type: boolean |
There was a problem hiding this comment.
Looking into this I found we have an issue with the mapping. Opened a PR to fix it: elastic/beats#24241. Would you mind to adjust this one accordingly?
There was a problem hiding this comment.
I can't do it right now due to type check (expecting boolean). We can do it later, unfortunately, once master starts failing. Keep in mind that we'll have to wait for the Beats and Agent's image to be built first.
There was a problem hiding this comment.
We discussed this issue privately, seems that it should be keyword (values: true, false, unknown). I will try to adjust the PR.
Co-authored-by: Chris Mark <chrismarkou92@gmail.com>
Co-authored-by: Chris Mark <chrismarkou92@gmail.com>
Co-authored-by: Chris Mark <chrismarkou92@gmail.com>
What does this PR do?
This PR updates the dependency on elastic-package to use the 7.13.0-SNAPSHOT stack.
Checklist
- [ ] I have reviewed [tips for building integrations](https://github.com/elastic/integrations/blob/master/docs/tips_for_building_integrations.md) and this pull request is aligned with them.- [ ] I have verified that all data streams collect metrics or logs.- [ ] I have added an entry to my package'schangelog.ymlfile.How to test this PR locally
CI will verify it.