-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Endpoint] Policy Details integration with Ingest APIs #61827
Merged
paul-tavares
merged 33 commits into
elastic:master
from
paul-tavares:task/emt-275-policy-details-api-integration
Mar 31, 2020
Merged
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0b2b40d
button + action + middleware + ingest service
paul-tavares 3a8883a
stuff
paul-tavares df16b26
it works
paul-tavares 4e220d3
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares bb5167d
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares 9436893
PolicyAgentsSummary component
paul-tavares 9f3369c
Add health to AgentsSummary
paul-tavares 08aaae0
renamed file to match component
paul-tavares 6a48297
Added fetch of agents status from API
paul-tavares 78e35ed
Better policy mock + handle updates + failures to the store
paul-tavares c251cc6
starting to work on notifications
paul-tavares cfaa957
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares c4d53b2
Adjust policy details following merge from master
paul-tavares da31cba
Added success/failure toast notifications
paul-tavares c96c8d2
fix reset of state when user navigates out of details page
paul-tavares 0cbf623
Add save confirmation modal dialog
paul-tavares 81f3a9b
alter page_view and export components used for display header title a…
paul-tavares 2ed3a07
Handle fetch Errors + back to list button
paul-tavares 553b9e2
Add handler for button to navigate to policy list
paul-tavares 0530e9f
add vertical spacer to header agent summary
paul-tavares 864776e
change vertical divider to use values from spacerSize for `spacing` prop
paul-tavares be5f4a3
Adjusted PolicyConfig type + new Policy model generator
paul-tavares 25a8222
first attempt at refactoring selectors/reducer (not working yet)
paul-tavares e57e18d
Updates are persisted (selectors working) + `viewType` prop added to …
paul-tavares a18b91a
Sync PageView `viewType` to design for lists + details
paul-tavares 8e534c1
clean up of TODO items
paul-tavares f6a6268
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares a6c55ee
Replace use of PolicyConfig with UIPolicyConfig + cleanup
paul-tavares 3b45458
Fix test for PageView ++ policy details store
paul-tavares bdccd82
refactor policy `windows.eventing` to `events` ++ fix types
paul-tavares 3f5e3d9
Fix policy model generator
paul-tavares 4be1e2b
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares a63b191
Delete sneaky file
paul-tavares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"@timestamp": 1581456305473, | ||
"event": { | ||
"created": "2020-02-11T21:25:05.473Z" | ||
}, | ||
"endpoint": { | ||
"policy": { | ||
"id": "C2A9093E-E289-4C0A-AA44-8C32A414FA7A" | ||
} | ||
}, | ||
"agent": { | ||
"version": "6.9.2", | ||
"id": "4363da4c-2b22-480d-a423-7653f1ab8aaa" | ||
}, | ||
"host": { | ||
"id": "e5655b97-67e3-49a2-8bf7-9f2272c85ce1", | ||
"hostname": "anton-5.example.com", | ||
"ip": [ | ||
"10.167.0.25", | ||
"10.133.46.212", | ||
"10.48.219.23" | ||
], | ||
"mac": [ | ||
"2f-f6-62-25-94-81", | ||
"f2-ed-3c-ae-12-a0", | ||
"d8-c0-5d-6a-74-78" | ||
], | ||
"architecture": "x86_64", | ||
"os": { | ||
"name": "windows 10.0", | ||
"full": "Windows 10", | ||
"version": "10.0" | ||
} | ||
} | ||
} |
Oops, something went wrong.
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.
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.
Ignore this. It sneaked in on my commit. Deleting it now