[Asset Management] Osquery agent picker#94541
Merged
lykkin merged 20 commits intoelastic:masterfrom Mar 31, 2021
Merged
Conversation
Contributor
|
Pinging @elastic/security-asset-management (Team:Asset Management) |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
|
merge conflict between base and head |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@patrykkopycinski should be ready for another look when you can spare the 👀 ! |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @lykkin |
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Mar 31, 2021
* first pass of osquery host picker * passes type checking and linting * reworked everything * fixed the policy query and pill colors * fix i18n test failures * refactor server side logic * more clean up * address pr comments * fix types, await the parsed agents on the server side * primitive is spelled with an i * agents come in as list rather than agents * added more helpers tests, added some edge case guarding * unwrap agents off response in useAllAgents * used proper types for aggregations * translations for more ui text * fix linting errors Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Contributor
kibanamachine
added a commit
that referenced
this pull request
Mar 31, 2021
* first pass of osquery host picker * passes type checking and linting * reworked everything * fixed the policy query and pill colors * fix i18n test failures * refactor server side logic * more clean up * address pr comments * fix types, await the parsed agents on the server side * primitive is spelled with an i * agents come in as list rather than agents * added more helpers tests, added some edge case guarding * unwrap agents off response in useAllAgents * used proper types for aggregations * translations for more ui text * fix linting errors Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Bryan Clement <bclement01@gmail.com>
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
Lands a rough draft of the agent picker for live query. Proper host pagination/styling to follow.
