[Lens][Docs] Reorganize time series tutorial#11
Closed
dej611 wants to merge 164 commits intowylieconlon:lens/reorganize-tutorialsfrom
Closed
[Lens][Docs] Reorganize time series tutorial#11dej611 wants to merge 164 commits intowylieconlon:lens/reorganize-tutorialsfrom
dej611 wants to merge 164 commits intowylieconlon:lens/reorganize-tutorialsfrom
Conversation
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Upgradee EUI to v32.1.0 * Jest snapshots * Update Discover datagrid test condition Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…97416) * [Discover] Add runtime fields editor to mobile view * Add a unit test * Fix typescript issues * Fixing layout on mobile Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [KQL] Skip slow wildcard checks when query is only * * Fix case without index pattern Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…lastic#97338) * improve validation messages and add checks * disable form switch if job created * updated included fields message * update top classes message * update top classes success message
…atically (elastic#97191) * Automatically install the security_detection_engine package via fleet * Update dockerImage to include the security_detection_engine package * Update api/fleet/setup install test * Update test data for Endpoint package * Fix JSON token * Update firis json entry in destination_index * Update destination_index structure * Update destination_index structure * Change KQL query to unblock testing * Restore KQL and fix JSON instead * update timestamps to pass tests
… 1.9 (elastic#97573) * adds snapshot test for getSignalsTemplate * [CTI] Extracts non-ecs, non-signal mappings to separate file * adds updated ECS mappings * Normalize/clean up various mappings files * Adds a wrapping "mappings.properties" around our extra mappings * Spreads our other mappings similarly to ECS mappings * Moves dynamic: false out of ECS mappings and into our main template * Ensures we include 'threat.properties.indicator', since that's where our 'type: nested' declaration resides * Update ECS mappings snapshot post-1.9 updates This updated snapshot reflects the mappings changes that one will receive when migrating/rolling over to a 7.13 alerts index. * Update signals template version as per guidelines. The last released mappings update was elastic#92928, which bumped from 24 -> 25. The few unreleased updates since then have increased this by 1, but since these changes are going out with 7.13 we are bumping by 10 _since the last release_, in order to give "room" for minor releases. * Fix cypress test failure due to updated mappings This magic number represents "the number of mapped fields that begin with 'host.geo.c' and, because this PR adds a mapping for host.geo.continent_code, the test needed to be updated. Co-authored-by: Ece Ozalp <ozale272@newschool.edu>
…c#97575) Co-authored-by: spalger <spalger@users.noreply.github.com>
…ils title (elastic#96886) * add Beta disclaimer to Uptime synthetics monitor details title * update beta disclaimer to use EUIBadge Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* condense waterfall chart visuals * adjust font size of waterfall chart items to medium Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Register Synthetics integration package override to provide custom integration ui
…97603) This enhances the log threshold alert executor to include the corresponding runtime mappings in the queries if the source is configured to use a KIP.
…Server onboarding (elastic#97585) * Don't block standalone agent instructions when not using Fleet server yet * Add service token instructions - UI only * Add route for regenerating fleet server service token * generate tokens instead of regenerate and add error catching and tests * fix i18n typo * i18n fix, add sudo, copy edits * Fix commands * Add missing test file Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Adds telemetry for recent function usage * Adds description for telemetry fields * Update Telemetry Schema Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* eui token updates * outdated translations * snapshot * increase core limit * limits * clean up
…ts (elastic#97624) * Add telemetry for new protection types and arrays of objects * Add malware_signature to process.Ext + dll.Ext * Fix comments for base fields * Move naming convention disable to a line * Fix unit test for rule.version
…s to runtime fields (elastic#97651) * kibana_sample_data_logs scripted field to runtime field * use runtime field instead of scripted field for flights sample data
…c#97434) Co-authored-by: Tim Roes <mail@timroes.de>
* [ML] Type updates after esclient type update * reverting expect errors * fixing type errors * tiny refactor Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Added cgroup memory usage metric * Added memory usage and limit * container_memory * Fixed tests * fixed instance tests * fixed values * skip failing test
Corrected docs for List rule types API
…98005) * Log instead of throwing error when alert type doesn't exist * Cleanup i18n * Update error messages
* [ML] Fixing categorization job wizard with CCS * adding comment * switching logic around * updating text * moving ccs check to util function * fixing jest test mock Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [ML] removing unused notification settings endpoint * removing route init function * test commit * removing test comment
* Added README text * Update x-pack/plugins/cloud/README.md Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com> * Updated README.md * Updated docs build Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* updated code to use Clipboard API rather than document.execCommand * added link to deprecation of document.execCommand * removed legacy copy text method
…elastic#97983) * fix handling of switching modes, fix handling of non JSON data * remove json guard since this updates the expandLiteralStrings API
…ices (elastic#96205) * WIP * WIP * Remove unnecessary fields * Work on node detail page * Cluster overview looking good * Index page * Fix types * ML jobs * CCR * CCR * We just need total here * Standalone cluster fix * Re-enable logstash * FIx jest test * Fix tests * Fix tests * Fix unused import * Add new MB-based archives * Add actual archives * Fix types * Add this file back in * Fix tests and add more * Update whitelist * Renames * Renames * Only do ccs if enabled * Updates * Comment out * More tests passing * Another passing test * More passing, yay * Forgot to add the actual tests, wow * CCR * Fix CI issues * Missed a field here * Kibana tests passing * Fix type issues * Fix type * Fix types * Good chunk of logstash work * Fix types * Fix jest test * Fix issue with get usage in logstash code * Fix small bug here * Update archives with proper mappings * Handle both legacy and mb fields properly * Fixes * Fix jest test * Fix issue * Getting setup tests in a better state * Only beats is failing now, which is good * Progress on cluster listing * Functional tests passing! * More progress on cluster tests * More cluster work * Fix test * Last recovery working * Fix types * Fix tests * More tweaks * Fix snapshot * Use stats instead of kibana_stats * Use node and node_stats for logstash * Beats tests passing * APM tests passing * API tests passing! * Fix types * Fix tests * Renames beats-with-restarted-instance archive dirs Kebab case is disallowed for all newly added files. * Renames logstash-pipeline dirs Kebab case disallowed for all new files * Renames multi-basic dirs Kebab case disallowed for all new files * Renames singlecluster-* dirs Kebab case disallowed for all new files * Fixes inaccurate path change for archive setup * Reverts changes to rebuild_all script Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…inistration area (elastic#97903) * Add Event Filters section to the Admin area (behind feature flag) * new `PaginatedContent` generic component * Refactor Trusted Apps grid view to use PaginatedContent * Refactor usages of `getTestId()` to use new hook
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…te endpoint (elastic#97856) * wip: add api test for evaluate endpoint * Add api test for evaluate endpoint * add tests for view only and unauthorized user Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* chore(NA): moving @kbn/babel-code-parser into bazel * docs(NA): missing docs about new package * chore(NA): removing quiet arg * chore(NA): fix packages build srcs * chore(NA): change source order on tinymath * chore(NA): add babelrc * chore(NA): clear package build migration Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
d638a78 to
ad2468d
Compare
Owner
|
@dej611 I messed up this branch, but have merged the contents of it into my PR. Looks good! |
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
First draft of the time series tutorial.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers