-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Drilldowns various 3 #60260
Merged
streamich
merged 39 commits into
elastic:drilldowns
from
streamich:drilldowns-various-3
Mar 16, 2020
Merged
Drilldowns various 3 #60260
streamich
merged 39 commits into
elastic:drilldowns
from
streamich:drilldowns-various-3
Mar 16, 2020
Conversation
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
* add global status count + add status count with find + rename state to status + allow batch update for cases * fix all my bug and integrate API with UI * add reporters functionality * review II * review III Co-authored-by: Elastic Machine <[email protected]>
* Downgrade to query-string v5.1.1 * update lib version for x-pack * fix JEST * fix functional tests Co-authored-by: Elastic Machine <[email protected]>
Doesn't change any behavior in this PR, but makes it so in future updates the Timeline can start with values other than 0.
This reverts commit 728d073.
* [Maps] convert layers/fields folder to TS * convert KibanaRegionField to TS * ts lint errors * remove duplicated code in ESDocField * review feedback
more a11y tests on index pattern page!
* rename dashboard_embeddable_container to dashboard * codeowners & typo Co-authored-by: Elastic Machine <[email protected]>
…9726) * - adds primary color highlighting to connected edges of the focused service - fixes z-indexing issues with overlapping edges when hovering on a service node - always centers on the focused service node after layout reflows * re-centers the already focused service node when the focus button is clicked * remove environemnt filter when querying for sample trace ids * - fixes missing query params in the generated hrefs for details and focused service navigation - fix layout bug by passing undefined for roots (instead of []) in service maps layout when no roots are found * Revert "remove environemnt filter when querying for sample trace ids" This reverts commit d482aa124b1f2c47da01d4386c2b88108bc94275. * Fixes extra prop from a merge conflict
Adds policy details route as a target for the Policy forms
* Actually fetch functionbeat fields needed for telemetry * Use more permissive filter_path Co-authored-by: Elastic Machine <[email protected]>
…PI if the ID contains a dot (#59383) * Add . period to the isRegex variable L34 * Undo ID2 back to ID , done for testing * Updated the Jest test message to include period * Undo exception message to include periods * Removed duplicate comments
* Enable Switch for Collecting sys metrics on create form/flyout * Add support for sys monitoring to `sendCreateAgentConfig()` (FE) * Added `query` param to create Agent Config API schema and handler * Create System datasource support in Create Agent config API handler
* [ML] Client side cut over * updating paths and commented code * changes based on review * disabling telemetry tests * fixing start job stylesheets * fixing everything that is broken * fixing types and ml icon order * using icon constant
* Expose Elasticsearch from start and deprecate from setup * Expose client under legacy namespace, add deprecated note * Update migration guide
Co-authored-by: spalger <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
* OSS logic added * reverting the logic of isOSS() TileMap and RegionMap are on OSS but not on x-pack because it has Maps.
Co-authored-by: spalger <[email protected]>
…60153) Co-authored-by: Elastic Machine <[email protected]>
* Create action schema * Create createRequestHandler util function * Add actions plugins * Create action * Validate actionTypeId * [SIEM][CASE] Add find actions schema * Create find actions route * Create HttpRequestError * Support http status codes * Create check action health types * Create check action health route * Show field mapping * Leave spaces between sections * Export CasesConfiguration from servicenow action type * Create IdSchema * Create UpdateCaseConfiguration interface * Create update action route * Add constants * Create fetchConnectors api function * Create useConnector * Create reducer * Dynamic connectors * Fix conflicts * Create servicenow connector * Register servicenow connector * Add ServiceNow logo * Create connnectors mapping * Create validators in utils * Use validators in connectors * Validate URL * Use connectors from config * Enable triggers_aciton_ui plugin * Show flyout * Add closures options * cleanup configure api * simplify UI + add configure API * Add mapping to flyout * Fix error * add all plumbing and main functionality to get configure working * Fix naming * Fix tests * Show error when failed * Remove version from query * Disable when loading connectors * fix config update * Fix flyout * fix two bugs * Change defaults * Disable closure options when no connector is selected * Use default mappings from lib * Set mapping if empty * Reset connector to none if deleted from settings * Change lib structure * fix type * review with christos * Do not patch connector with id none * Fix bug * Show icon in dropdown * Rename variable * Show callout when connectors does not exists * Adapt to new error handling * Fix rebase wrong resolve * Improve errors * Remove async * Fix spelling * Refactor hooks * Fix naming * Better translation * Fix bug with different action type attributes * Fix linting errors * Remove unnecessary comment * Fix translation * Normalized mapping before updating connector * Fix type * Memoized capitalized * Dynamic data-subj-test variable * Fix routes Co-authored-by: Xavier Mouligneau <[email protected]>
* move select range trigger to uiActions
* move triggers * move triggers * fix import path * fix import path Co-authored-by: Elastic Machine <[email protected]>
* [ML] clone analytics job * [ML] flyout clone header * [ML] improve clone action context menu item * [ML] support advanced job cloning * [ML] extractCloningConfig * [ML] fix isAdvancedSetting condition, add test * [ML] clone job header * [ML] job description placeholder * [ML] setEstimatedModelMemoryLimit on source index change * [ML] Fix types. * [ML] useUpdateEffect in create_analytics_form.tsx * [ML] setJobClone action * [ML] remove CreateAnalyticsFlyoutWrapper instance from the create_analytics_button.tsx * [ML] fix types * [ML] hack to align Clone button with the other actions * [ML] unknown props lead to advanced editor * [ML] rename maximum_number_trees ot max_trees * [ML] fix forceInput * [ML] populate excludesOptions on the first update, skip setting mml on the fist update * [ML] init functional test for cloning analytics jobs * [ML] functional tests * [ML] fix functional tests imports * [ML] fix indices names for functional tests * [ML] functional tests for outlier detection and regression jobs cloning * [ML] delete james tag * [ML] fix tests arrangement Co-authored-by: Walter Rafelsberger <[email protected]>
* Move graph to NP * Styles * Clean up * Fix eslint * Fix ESlint * Fix path * Fix container height * Clean up * Update index.ts * Update graph_client_workspace.js * Refactoring * Remove unused methods * Update graph_client_workspace.test.js * Rename npData to data * Move Readme * Inline parsing discover url * Remove import of legacy styles * Update README Co-authored-by: Elastic Machine <[email protected]>
💚 Build SucceededTo update your PR or re-run it, just comment with: |
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
Partially addresses #59973