* Adding deprecation warning for Interactive Users using ApiKeys
* Fixing unit test verbiage
* Update docs/user/security/authentication/index.asciidoc
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update docs/user/security/api-keys/index.asciidoc
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Changing capitalization on 'keys' to avoid confusion with the UI API Keys
* Update docs/user/security/api-keys/index.asciidoc
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update docs/user/security/authentication/index.asciidoc
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Changing the logging message and unit test descriptions based on PR review feedback
* Update x-pack/plugins/security/server/routes/analytics/authentication_type.test.ts
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* Update x-pack/plugins/security/server/routes/analytics/authentication_type.ts
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* Update x-pack/plugins/security/server/routes/analytics/authentication_type.ts
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* Removing unnecessary whitespace
* Fixing spelling in unit test assertion
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* Adding check to show/hide Avatar form based on whether the user is a cloud user or not
* Adding tests to verify the avatar doesnt show up in the UserProfile if the AuthorizedUser is a cloud user
* Changing the name of the link to 'Edit Profile' and making it available only for non-cloud users
* Adding/Updating unit tests and fixing translation files
* Removing unused values from FormattedText and related tests
* Updating unit test to work with merge from main
* Updating link to read Edit Profile to match wireframes per PR review
* Reverting changes to translation files and changing the cloud Edit Profile link and unit tests
* Changing capitalization of 'profile' so it follows the naming convention
* Changing nav menu logic to only render the default Edit Profile link if there is no custom Edit Profile link passed in by another plugin
* Updating logic to display custom nav links if user is a cloud user and related unit tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
- Extends the analysis API to return histogram data.
- Adds a column with MiniHistogram components to the analysis results table.
- Moves/consolidates fetchHistogramsForFields to @kbn/ml-agg-utils (also used in Data Visualizer and Data Grid Mini Histograms).
- So far fetchHistogramsForFields auto-identified the necessary interval and min/max. To be able to generate histogram data for the log rate spikes charts an options was added to use that information up front for the data to be fetched. This allows the buckets for the chart data for the overall (green bars) and the field/value-filtered (orange bars) histogram to have the exact same buckets.
* Updated test to use uiSettings.
* Unskipped embeddable rendering testg.
* Removed timepicker reference that is unused.
* Removed comment of flaky test.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Implement wildcard exceptions for detection rules
* Fix index pattern retrieval on edit exceptions flyout
* Fix API integration test logic
* Fix entry_renderer linting
* Remove bad fix idea
* Add 'does not match' operator to UI
* Fix test
* Add unit tests
* Add wildcard exceptions to list of DE exception operators
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* fix some any
* remove some any
* fix some any in saved_objects_client_wrapper
* fix some any in common/types
* remove some any from flattenHit and getFields*
* fix more any
* remove "any" in code comments
* fix types
* test commit
* fix ts
* fix types
* remove more any
* simplify / comment
* more simplification
* fix test
* export public APIs
* add fixme comment
* cleanup
* improve documentation and types for RollupIndexCapability
* simplify shortenDottedString
* fix jest test
* use AggregationRestrictions
* fix downstream types
* simplify
* add comments for public api items
* add ts-expect-error in lens integration toJSON
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
* Switch from style-it to emotion and remove style-it library
Co-authored-by: spalger <spencer@elastic.co>
Co-authored-by: Devon A Thomson <devon.thomson@elastic.co>
* Go to Fleet mode when continue enrolling is selected
Fixes#136080
* Fix max width in Fleet Server flyout
Fixes#136079
* Use fleet mode when fleet server ready, standalone mode otherwise per PR feedback
* Move shareable component sandbox to its own plugin
* Add newline and fix test
* disable lint for no-default-export on example tests
* Fix lint
* Address feedback
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Remove panel wrapper element
* Fix functional tests to work without wrapper
* Remove duplicated code
* Re-add classes to right-justify in view mode
* Apply high z-index to children of floating header rather than parent
* chore(NA): eslint rule for disallowing naked eslint-disable
* chore(NA): export new rule and update docs
* chore(NA): creation of rule in ts
* chore(NA): new corrected rule in ts
* refact(NA): remove old logic from older plugin
* docs(NA): update documentation
* docs(NA): update documentation
* docs(NA): update documentation
* refact(NA): include edge cases for better locating errors
* chore(NA): changed regex name
* docs(NA): correct name rule on docs
* refact(NA): use dedent in the template literals
* refact(NA): check for undefined
* fix(NA): introduces support for eslint-disable-line
* chore(NA): fix extra space
* test(NA): created more test cases
* chore(NA): rename plugin to eslint-plugin-disable
* docs(NA): update nav and operations landing page ids for eslint rule
* test(NA): use messageIds on test
* chore(NA): complete naked eslint disables with specific rules
* chore(NA): specific rules for a few naked eslint disable
* chore(NA): add focused eslint disable on big reindex_operation_with_large_error_message.ts file
* chore(NA): changes according PR feedback
* chore(NA): include specific eslint rules on latest naked eslint disable
* chore(NA): missing eslint disable specific rule
* fix(NA): remove comment for js annotator
* chore(NA): re add eslint focused disable rule to x-pack/plugins/osquery/cypress/support/coverage.ts
* chore(NA): re add eslint focused disable rule to x-pack/plugins/osquery/cypress/support/coverage.ts
* chore(NA): re add eslint focused disable rule to x-pack/plugins/osquery/cypress/support/coverage.ts
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Lens] Vis types based on elastic-charts do not re-render after erroring out once
Closes: #136416
* update fix
* fix PR comments
* fix CI
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>