add policy details and update SO limit requests#71789
Merged
michaelolo24 merged 2 commits intoelastic:masterfrom Jul 15, 2020
Merged
add policy details and update SO limit requests#71789michaelolo24 merged 2 commits intoelastic:masterfrom
michaelolo24 merged 2 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/endpoint-data-visibility-team (Team:Endpoint Data Visibility) |
michaelolo24
commented
Jul 14, 2020
| const endpointPolicyDetails = payload ? JSON.parse(payload) : null; | ||
| if (endpointPolicyDetails) { | ||
| const malwareStatus = | ||
| endpointPolicyDetails['endpoint-security'].Endpoint?.policy?.applied?.response |
Contributor
Author
There was a problem hiding this comment.
@ferullo, does this make sense for validating the status of the applied policy?
Contributor
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
afharo
approved these changes
Jul 15, 2020
Comment on lines
+71
to
+73
| /** | ||
| * @description this fun | ||
| */ |
Contributor
Author
There was a problem hiding this comment.
Yea, noticed after I pushed, but not going through CI again for this 😄 Will update in bug fixes
michaelolo24
added a commit
to michaelolo24/kibana
that referenced
this pull request
Jul 15, 2020
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 15, 2020
* master: [Form lib] Memoize form hook object and fix hook array deps (elastic#71237) [uiActions] Support emitting nested triggers and actions (elastic#70602) add short sleep before clicking Remove on sample data (elastic#71104) Fixed the beta badge layout. (elastic#71835) Restores task for downloading Chromium builds (elastic#71749) [logging] Format new platform json logging to ECS (elastic#71138) add policy details and update SO limit requests (elastic#71789) Convert vis_type_vega to Typescript (elastic#68915) [ML] Fix UI Actions context menu positioning for the Anomaly Swim Lane (elastic#71839)
KOTungseth
pushed a commit
to KOTungseth/kibana
that referenced
this pull request
Jul 15, 2020
michaelolo24
added a commit
to michaelolo24/kibana
that referenced
this pull request
Jul 15, 2020
michaelolo24
added a commit
that referenced
this pull request
Jul 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pr adds policy (malware) details for endpoint telemetry as well as updates our fleet requests to gather only the necessary data
Checklist
Delete any items that are not applicable to this PR.
For maintainers