gchaps
2ad6b60a4e
[DOCS] Updates what's new pages ( #147483 )
...
## Summary
This PR updates the links in the What's New page and landing page.
2022-12-14 07:36:12 -08:00
Kurt
9a6985eeef
Allow users to Update API Keys ( #146237 )
...
## Summary
API keys can now be updated via the API Keys Management screen
## Release Note
API Keys can now be updated with new Role Descriptors and Metadata via
the API Keys Management screen.
## Testing Instructions
Login as `elastic`
Navigate to Roles and create a new role with the `read_security` cluster
privilege:
<img width="962" alt="Screen Shot 2022-11-30 at 9 42 31 AM"
src="https://user-images.githubusercontent.com/21210601/204826868-a8f6bf03-acf8-404c-90c8-e2b9ab62dc11.png ">
Create a new user and assign that new role, `viewer`, and
`kibana_admin`:
<img width="936" alt="Screen Shot 2022-11-30 at 9 43 10 AM"
src="https://user-images.githubusercontent.com/21210601/204827030-e5f97f8e-6676-4c18-8a46-f6afee87ba12.png ">
Navigate to Dev Tools and run the following:
```json
POST /_security/api_key/grant
{
"grant_type": "password",
"username" : "elastic",
"password" : "changeme",
"run_as": "elastic",
"api_key" : {
"name": "test-expired-key",
"expiration": "1ms"
}
}
POST /_security/api_key/grant
{
"grant_type": "password",
"username" : "elastic",
"password" : "changeme",
"run_as": "test_user",
"api_key" : {
"name": "test-user-key",
"expiration": "1d"
}
}
```
The first command will create an API key for the `elastic` user that
expires immediately.
The second command will create an API key for `test_user`.
Navigate to the API Key page, click the name column links to see a
readonly view for the 2 previously created keys as users cannot update
an API key that belongs to another user nor an API key that is expired.
Create a new API key:
<img width="632" alt="Screen Shot 2022-11-30 at 9 44 52 AM"
src="https://user-images.githubusercontent.com/21210601/204829114-672c6583-8801-4af0-bfa8-64ae1072ef46.png ">
Click the name link for the newly created API key to see the Update API
key flyout.
Update the fields and click submit:
<img width="642" alt="Screen Shot 2022-11-30 at 9 45 59 AM"
src="https://user-images.githubusercontent.com/21210601/204829914-9fb1f8e6-8b3f-4acc-b63f-d7e4a0906727.png ">
If the update was successful:
<img width="904" alt="Screen Shot 2022-11-30 at 9 46 42 AM"
src="https://user-images.githubusercontent.com/21210601/204830133-1dcb083b-f945-4980-9e91-19081c224b55.png ">
Now click the name link again for the updated key and click submit
without making changes. You should see a warning:
<img width="895" alt="Screen Shot 2022-11-30 at 9 46 52 AM"
src="https://user-images.githubusercontent.com/21210601/204830570-2ca5e2e0-19b6-43ce-b7e4-ae594be6a86b.png ">
Logout the `elastic` user and login as `test_user`
Navigate to API Keys and click the existing API Key to see a readonly
view flyout:
<img width="639" alt="Screen Shot 2022-11-30 at 9 58 25 AM"
src="https://user-images.githubusercontent.com/21210601/204832019-640ecd2e-4bcb-402b-a164-e8b8eb9f8848.png ">
Thanks for reviewing!
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-12-14 07:50:07 -05:00
Kaarina Tungseth
f918a3745b
Adds the VisEditor docs for 8.6 ( #146471 )
...
## Summary
Adds the 8.6 for the following:
- #140878 , #143946 and #142187
[Doc
preview](https://kibana_146471.docs-preview.app.elstc.co/guide/en/kibana/master/tsvb.html#edit-visualizations-in-lens )
- #142936 , #142561 , #143820 , and #142838
[Doc
preview](https://kibana_146471.docs-preview.app.elstc.co/guide/en/kibana/master/add-aggregation-based-visualization-panels.html#edit-agg-based-visualizations-in-lens )
- #138732
[Doc
preview](https://kibana_146471.docs-preview.app.elstc.co/guide/en/kibana/master/lens.html#change-the-fields )
- #141626 and #141615
[Doc
preview](https://kibana_146471.docs-preview.app.elstc.co/guide/en/kibana/master/lens.html#add-annotations )
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Stratoula Kalafateli <stratoula1@gmail.com>
2022-12-08 14:18:03 -06:00
Damià Rita
17bbd644f8
Add complete parameter name ( #128901 )
...
By further reading in the docs, this is the full parameter name I think
belongs here
## Summary
By further reading in the docs, this is the full parameter name I think
belongs here
### Checklist
Delete any items that are not applicable to this PR.
- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing ), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md )
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/ ))
- [x] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/ ),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US ))
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server ))
- [x] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers )
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
2022-12-06 14:51:43 +01:00
Stef Nestor
b8e404fffc
[+DOC] Alert Action Context ( #145055 )
...
👋 howdy, team!
## Summary
Doc request https://github.com/elastic/kibana/issues/131271 is still a
high pain point, the hope of this PR is to
- provide direct doc link to the `{{context}}` paragraph (currently
scroll-hidden under an image)
- append common info requests, how to
- see all variables (during exploration)
- loop through `context`, esp. related to rule search response
### Checklist
Delete any items that are not applicable to this PR. ✓
### Risk Matrix
Delete this section if it is not applicable to this PR. ✓
### For maintainers
- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process )
2022-12-02 14:16:21 -07:00
Kaarina Tungseth
9a26af6fac
[DOCS] Adds the 8.6 Presentation docs ( #145474 )
...
## Summary
Adds the docs for the following:
- #141824
Doc preview:
https://kibana_145474.docs-preview.app.elstc.co/guide/en/kibana/master/get-started.html
- #142780
Doc preview:
https://kibana_145474.docs-preview.app.elstc.co/guide/en/kibana/master/add-controls.html
- #143762
Doc preview:
https://kibana_145474.docs-preview.app.elstc.co/guide/en/kibana/master/add-controls.html
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2022-11-28 11:20:38 -05:00
Lisa Cawley
8086e99478
[DOCS] Fix Rules and Connectors app labels ( #145660 )
2022-11-22 09:14:31 -08:00
Lisa Cawley
dfbe40a33b
[DOCS] Update screenshots for Connectors app ( #144870 )
2022-11-17 09:10:54 -08:00
Lisa Cawley
2b143dadc4
[DOCS] Refresh screenshots for alerting banners ( #145307 )
2022-11-16 08:14:51 -08:00
Lisa Cawley
80b479a1b4
[DOCS] Add the Logs tab to Rules and Connectors ( #144866 )
2022-11-15 07:35:42 -08:00
Andrew Tate
e2d3bb9dec
[Lens] Multi metric partition charts ( #143966 )
2022-11-14 16:49:39 -07:00
Lisa Cawley
096f4651b1
[DOCS] Fix links in Kibana troubleshooting ( #144749 )
2022-11-07 17:01:10 -08:00
Kurt
7d10edcc8f
Removing docs about multi-tenancy ( #143698 )
...
* Removing docs about multi-tenancy
* Removing link to multi tenancy
2022-10-24 16:01:43 -04:00
Stef Nestor
75f2d0c714
Append DevTool commands automatically prefix Space ( #140443 )
...
In DevTools, if you go to run `kbn:/s/foo/api/MY_REQUEST` then IF default space you effectively run `KIBANA/s/foo/api/MY_REQUEST` BUT IF non-default space e.g. `admin` you end up running `KIBANA/s/admin/s/foo/api/MY_REQUEST` which is invalid.
This is not pointed out in Dev Tools and since this page updated to the emphasize the DevTools example, this is tripping up more users who think it should work via this page.
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-18 14:18:36 -06:00
gchaps
8741acef54
[DOCS] Edits load balancing section of production docs ( #143481 )
2022-10-18 10:58:22 -07:00
Kaarina Tungseth
41d88e6677
[DOCS] Vis Editors 8.5 ( #142520 )
...
* [DOCS] Vis Editors 8.5
* Review comments
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-17 11:42:17 -06:00
Stratoula Kalafateli
46c1250db7
[Lens][Visualize] Adds option to disable cursor sync on dashboards ( #143355 )
...
* [Lens][Visualize] Disable cursor sync on dashboard level option
* Increase XY limits as it fails for 1B :)
* Fix jest tests
* Apply PR nit
2022-10-17 12:33:52 +03:00
gchaps
8ec6582f21
[DOCS] Updates Discover docs for 8.5 ( #142021 )
...
* [DOCS] Updates Discover docs for 8.5
* [DOCS] Adds resize for chart and updates images
* [DOCS] Incorporates review comments
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
* Update docs/discover/search-for-relevance.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* [DOCS] Incorporated review comments
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2022-10-10 15:21:23 -07:00
Ying Mao
4f649c09c5
[Response Ops] Allow _source
field for ES DSL query rules ( #142223 )
...
* Allowing _source in ES query DSL
* Adding functional test
* Adding to doc
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-05 19:18:59 -04:00
Thom Heymann
c1d0b9387f
Add user profile ID to audit log events ( #141092 )
...
* Add user profile ID to audit log events
* Fix merge conflict
* Fix integration tests
* Fix integration tests
* Fix type
* Refactor
* updated functional tests
* updated functional tests
* Added tests for enrichment logic
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-03 13:30:12 +01:00
István Zoltán Szabó
d20b96f8a7
[DOCS] Adds log pattern analysis docs to AIOps Labs subsection ( #141939 )
2022-09-29 17:34:53 +02:00
Lisa Cawley
1be987e66a
[DOCS] Link to open API specification from ML sync API ( #142136 )
2022-09-29 08:29:07 -07:00
Kaarina Tungseth
670b6adb3e
[DOCS] Adds time slider control ( #141832 )
...
* [DOCS] Adds time slider control
* Review comment
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-28 15:10:51 -05:00
Ying Mao
0fbbd4f18a
[Alerting][Docs] Adding link to ES docs for CCS setup ( #141995 )
...
* Adding link to ES docs
* Adding link to ES docs
* Apply suggestions from code review
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-09-28 07:35:51 -04:00
Nick Peihl
27483d5aa9
Fix curl documentation ( #141971 )
2022-09-27 17:18:41 -04:00
Kaarina Tungseth
0edfb0b1f3
[DOCS] Moves advanced settings page ( #141834 )
2022-09-26 14:34:32 -05:00
István Zoltán Szabó
c1dc8671bb
[DOCS] Expands documentation on Explain log rate spikes ( #141370 )
2022-09-26 16:33:09 +02:00
gchaps
e4c7bbf75e
[DOCS] Updates saved objects & other docs ( #139328 )
...
* [DOCS] Updates saved objects doc
* [DOCS] Edtis tags doc
* [DOCS] Removes video from discover docs
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-21 16:11:41 -07:00
gchaps
87f62e75f2
[DOCS] Updates version for highlights ( #141281 )
2022-09-21 15:24:19 -07:00
Lisa Cawley
ba99c7db6e
Clarify rule notification values ( #140457 )
2022-09-14 09:29:30 -07:00
Lisa Cawley
5ad7802cd8
[DOCS] Clarify rule upgrade known issue ( #140674 )
2022-09-14 07:26:19 -07:00
Lisa Cawley
059e18c151
[DOCS] Troubleshooting alerting upgrade issues ( #139970 )
2022-09-07 09:36:55 -07:00
Lisa Cawley
2115309d0a
Edit UI text for "exclude previous hits" check box in Elasticsearch query rule ( #140146 )
2022-09-07 08:34:35 -07:00
Lisa Cawley
84e0e87a4b
[DOCS] Minor linting issues in alerting ( #140126 )
2022-09-07 07:16:33 -07:00
Kurt
c6fb0bc7f2
Adding Global Access Agreement ( #139217 )
...
* Adding Global Access Agreement
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Adding docs
* PR Review changes
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* PR Review changes
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Fixing global access agreement redirect logic
* Fixing unit test
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Changing verbiage
* Changing local -> provider specific
* Update x-pack/plugins/security/server/routes/views/access_agreement.ts
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* PR Feedback
* removing `only`
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* Changing the accessAgreement to be optional
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Adding docker config
* Update docs/user/security/access-agreement.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/user/security/access-agreement.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Adding PR Review feedback
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2022-09-06 11:54:57 -04:00
Ersin Erdal
7d3f762186
Add "exclude previous hits" check box to ESQuery rule form ( #138781 )
...
* Add "Exclude the hits from previous rule run" check box to ESQuery rule form
2022-09-05 13:09:09 +02:00
Lisa Cawley
5ea3838109
Auto-generate preview links for DOC PRs ( #139593 )
2022-09-01 08:02:33 -07:00
Lisa Cawley
6fc614a20c
[DOCS] Refresh screenshots for creating and managing rules ( #138763 )
2022-09-01 08:57:05 +09:30
Lisa Cawley
c9e3d33656
[DOCS] Clarify alerting security setup ( #139587 )
2022-08-30 13:26:53 -07:00
Lisa Cawley
659d664f01
[DOCS] Update snooze and disable rules screenshots ( #138693 )
2022-08-26 13:45:41 -07:00
Gidi Meir Morris
502dc0a4d0
[E&C][ES Query] adds runtime mappings and fields support to the ES Query ruletype ( #138427 )
...
This PR adds Runtime Fields support to the ES Query Rule Type when using the DSL Query mode.
2022-08-22 13:17:46 +01:00
Kaarina Tungseth
ced8978e89
[DOCS] Updates quick start and presentation sections with sample data changes ( #138945 )
...
* [DOCS] Updates Quick start with sample data changes
* Updates dashboard and editors with sample data changes
* Review comments
2022-08-18 11:55:13 -05:00
gchaps
062c06d46f
[DOCS] Updates Discover docs with data view changes ( #138337 )
...
* [DOCS] Updates Discover docs with data view changes
* [DOCS] Updates settings for Discover in Advanced Settings
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* Update docs/management/advanced-options.asciidoc
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-08-17 09:33:50 -07:00
Kurt
7b07faf7d1
Fixing es template string and programmatic typo ( #139014 )
2022-08-17 12:17:57 -04:00
István Zoltán Szabó
6ae8808969
[DOCS] Updates screenshot for data viz in ML section. ( #138524 )
2022-08-11 17:16:12 +02:00
István Zoltán Szabó
00c64ab94c
[DOCS] Adds AIOps section and explain log rate spikes docs ( #138485 )
...
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-08-11 12:25:57 +02:00
Patryk Kopyciński
33689abc77
[Osquery] Add docs for Osquery API ( #137162 )
2022-08-09 18:43:31 +02:00
bassem chagra
4b91d13451
[External-plugins-list] Add Sankey Visualization ( #137835 )
2022-08-03 19:24:17 -04:00
Anton Dosov
3d5632310b
Allow to configure roundUp in date helper of url drilldown ( #137874 )
2022-08-03 15:33:05 +02:00
Lisa Cawley
7c8dff7af1
[DOCS] Replace ML API page with automated output ( #136583 )
2022-07-22 08:55:37 -07:00