-
Notifications
You must be signed in to change notification settings - Fork 497
ssi_some: fix template program error to prevent updating fleet health status to degraded #15584
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
base: main
Are you sure you want to change the base?
ssi_some: fix template program error to prevent updating fleet health status to degraded #15584
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
idm_sync |
27777.78 | 20833.33 | -6944.45 (-25%) | 💔 |
am_authentication |
20833.33 | 16949.15 | -3884.18 (-18.64%) | 💔 |
To see the full report comment with /test benchmark fullreport
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/forgerock/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/lumos/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/httpjson/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/tenable_sc/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/ti_eset/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/zerofox/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
packages/zeronetworks/changelog.yml
Outdated
changes: | ||
- description: Prevent updating fleet health status to degraded. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
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.
link: https://github.com/elastic/integrations/pull/1 | |
link: https://github.com/elastic/integrations/pull/15584 |
@brijesh-elastic @kcreddy, should we not also add 9.1.4 to all kibana versions since the httpjson fix is not in the earlier 9.1.x versions ? |
conditions: | ||
kibana: | ||
version: "^8.13.0 || ^9.0.0" | ||
version: "^8.19.4 || ^9.0.7" |
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.
version: "^8.19.4 || ^9.0.7" | |
version: "^8.19.4 || ~9.0.7 || ^9.1.4" |
💚 Build Succeeded
History
|
Proposed commit message
Prevent updating fleet health status to degraded for following packages
when HTTPJSON template value evaluation is empty.
This change bumps minimum Kibana version to ^8.19.4 || ~9.0.7 || ^9.1.4 and
adds
do_not_log_failure: true
in set processors to avoid updatingfleet health status to degraded.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots