Commit graph

4849 commits

Author SHA1 Message Date
wajihaparvez
be51fac02f
[Docs] Update dashboard docs for interactive managed dashboard popover (#198226)
## Summary

Added a Duplicate dashboards page for the general duplicating process
and then mentioned the new popover for duplicating managed dashboards.
Linked to this page from other relevant mentions.
2024-10-31 19:02:58 +00:00
István Zoltán Szabó
dc8322a46f
[DOCS] Fine-tunes inference connector and action docs (#198345) 2024-10-30 17:12:53 +01:00
Julia Rechkunova
75195b4155
[Discover] Update docs to remove discover:showLegacyFieldTopValues (#197981)
## Summary

This PR updates docs as a followup for
https://github.com/elastic/kibana/pull/155503


### Checklist

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials

Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
2024-10-30 04:45:06 -05:00
Larry Gregory
7ab51231e3
Fix documentation for session lifespan default (#198065)
This pull request includes an update to the
`docs/settings/security-settings.asciidoc` file to clarify the default
session lifespan settings for different installation environments.

Documentation update:

*
[`docs/settings/security-settings.asciidoc`](diffhunk://#diff-97a4c4e3696b33b246f55ddd794608530b693f0a7a66ae1361a32b67c7461523L204-R204):
Clarified that the default session lifespan is 30 days for on-prem
installations and 24 hours for Elastic Cloud installations.
2024-10-28 18:01:56 +00:00
Lisa Cawley
02fab7248d
[OpenAPI][DOCS] Add descriptions, examples, responses for role APIs (#195527)
Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
2024-10-25 10:13:57 -07:00
Shahzad
0ff9a8a9d9
[Synthetics] Fixes partial updates for params and params viewing (#195866)
## Summary

Fixes https://github.com/elastic/kibana/issues/167781

In docs we says that only key/value pairs are required, but in actual
edit, that means rest of the data was being lost on edits

Allow partial updates to params edit API !!

This PR makes sure prev objects is fetched and merged with new data
hence allowing partial updates !!

We are also allowing the ability to view value of the secret once it's
saved via API !!

### Value is hidden
Param value will not be visible unless user is `super_user` or
`kibana_admin`, though user can assign new value.

---------

Co-authored-by: Justin Kambic <jk@elastic.co>
2024-10-25 17:06:52 +02:00
wajihaparvez
7ceaf32fa4
[Docs] Update Dashboard docs for chart switch redesign in 8.16.0 (#197543)
## Summary

Updated visuals in Dashboard docs for chart switch redesign and related
changes.

Closes: [#538](https://github.com/elastic/platform-docs-team/issues/538)
Rel: #187475
2024-10-24 17:55:01 -04:00
florent-leborgne
762903e31c
[Docs] Update community plugins documentation (#197569)
This PR recreates [@aakash742's
PR](https://github.com/elastic/kibana/pull/196497) to add a note about
Elastic not providing support for community plugins

---------

Co-authored-by: akashsingh <55509676+aakash742@users.noreply.github.com>
2024-10-24 23:12:23 +02:00
Sander Philipse
26ec293f07
[AI Assistant] Set scope and rename to Observability and Search (#196322)
## Summary

This renames the Observability AI Assistant in some places to AI
Assistant for Observability and Search. It also makes the scope
multi-valued on both sides.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-10-24 13:13:43 +02:00
florent-leborgne
68b3267ca2
[Docs] Update spaces docs with new solution view and permissions settings (#195648)
This PR updates the Spaces stateful docs with updates brought to spaces
configuration in 8.16.

Other more general docs changes related to the introduction of solution
views will be addressed in separate PRs (for example
https://github.com/elastic/platform-docs-team/issues/529 and
https://github.com/elastic/platform-docs-team/issues/530)

Closes: https://github.com/elastic/platform-docs-team/issues/463
2024-10-21 11:06:03 +02:00
Lisa Cawley
2656e5a4ff
[DOCS][OpenAPI] Add descriptions, examples, tags, responses for space APIs (#195333)
Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
2024-10-18 14:03:06 -05:00
Lukas Olson
d23b409ff9
Add search session deprecation to release notes (#194052)
## Summary

As part of the Search Session deprecation, we need this listed in the
8.15.x release notes.

---------

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>
2024-10-17 11:34:02 -07:00
florent-leborgne
d87a38f6cc
[Docs] Resize image for dashboard usage (#195914)
This PR is a small fix to resize an image in the Dashboards docs to make
it look better and not blurry
2024-10-15 19:25:49 +02:00
florent-leborgne
db2bd318a3
[Docs] Add release notes for 8.15.3 (#196083)
This PR adds release notes for Kibana 8.15.3.

Rel: https://github.com/elastic/dev/issues/2833
Closes: https://github.com/elastic/platform-docs-team/issues/535

---------

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
2024-10-15 16:15:00 +00:00
natasha-moore-elastic
f0f1775632
[DOCS ]Direct users to new API reference site (#195909)
## Summary

Contributes to
https://github.com/elastic/security-docs-internal/issues/48.

Add callouts to the asciidoc Osquery API docs to direct users to the new
API reference site, in preparation for retiring the asciidoc API docs.

NOTE: The api-kibana variable is defined in version-specific files. In
[8.15.asciidoc](873ec2c47f/shared/versions/stack/8.15.asciidoc (L74))
and
[8.x.asciidoc](873ec2c47f/shared/versions/stack/8.x.asciidoc (L75)),
the variable points to the [v8
branch](https://www.elastic.co/docs/api/doc/kibana/v8) of the API
reference, which currently doesn't include Security API docs. The v8
branch is derived from the "current" Kibana branch, which is currently
8.15. This likely means that we can only backport the callouts to 8.16
once 8.16 becomes the "current" docs version.

Preview: [Osquery manager
API](https://kibana_bk_195909.docs-preview.app.elstc.co/guide/en/kibana/master/osquery-manager-api.html)
and all its child pages
2024-10-15 16:29:05 +01:00
Quentin Pradet
920d782392
[Console] Remove unused spec-to-console package (#193426)
Closes https://github.com/elastic/kibana/issues/163333

## Summary

It was superseded by generate-console-definitions.

### For maintainers

- [ ] 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)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elena Stoeva <59341489+ElenaStoeva@users.noreply.github.com>
2024-10-15 10:04:54 -05:00
Liam Thompson
589f746ebd
[DOCS] Search landing page updates (#196131) 2024-10-14 15:53:21 +02:00
James Gowdy
923c450c1b
[ML] Adds ML tasks to the kibana audit log (#195120)
Adds a new `MlAuditLogger` service for logging calls to elasticsearch in
kibana's audit log.
Not all calls are logged, only ones which make changes to ML jobs or
trained models, e.g. creating, deleting, starting, stopping etc.

Calls to the es client are wrapped in a logging function so successes
and failures can be caught and logged.

the audit log can be enabed by adding this to the kibana yml or dev.yml
file
`xpack.security.audit.enabled: true`

An example log entry (NDJSON formatted to make it readable):
```
{
  "event": {
    "action": "ml_start_ad_datafeed",
    "type": [
      "change"
    ],
    "category": [
      "database"
    ],
    "outcome": "success"
  },
  "labels": {
    "application": "elastic/ml"
  },
  "user": {
    "id": "u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0",
    "name": "elastic",
    "roles": [
      "superuser"
    ]
  },
  "kibana": {
    "space_id": "default",
    "session_id": "U6HQCDkk+fAEUCXs7i4qM2/MZITPxE02pp8o7h09P68="
  },
  "trace": {
    "id": "4f1b616b-8535-43e1-8516-32ea9fe76d19"
  },
  "client": {
    "ip": "127.0.0.1"
  },
  "http": {
    "request": {
      "headers": {
        "x-forwarded-for": "127.0.0.1"
      }
    }
  },
  "service": {
    "node": {
      "roles": [
        "background_tasks",
        "ui"
      ]
    }
  },
  "ecs": {
    "version": "8.11.0"
  },
  "@timestamp": "2024-10-11T09:07:47.933+01:00",
  "message": "Starting anomaly detection datafeed datafeed-11aaaa",
  "log": {
    "level": "INFO",
    "logger": "plugins.security.audit.ecs"
  },
  "process": {
    "pid": 58305,
    "uptime": 100.982390291
  },
  "transaction": {
    "id": "77c14aadc6901324"
  }
}
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-10-14 11:37:56 +01:00
kosabogi
94ee8d598f
Updates file upload formats in Kibana guide (#195880)
### Overview

This PR updates the **Upload a file** section in the **Add data** page
to reflect the changes to the supported file formats in the Data
Visualizer.

### Related issue: 


https://github.com/elastic/search-docs-team/issues/189#issuecomment-2399079270

### Preview
2024-10-14 10:48:36 +02:00
Yuliia Naumenko
288d41d61e
[Connectors][GenAI] Inference Service Kibana connector (#189027)
## Summary
Resolves https://github.com/elastic/kibana/issues/188043

This PR adds new connector which is define integration with Elastic
Inference Endpoint via [Inference
APIs](https://www.elastic.co/guide/en/elasticsearch/reference/current/inference-apis.html)
The lifecycle of the Inference Endpoint are managed by the connector
registered handlers:

- `preSaveHook` -
[create](https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html)
new Inference Endpoint in the connector create mode (`isEdit === false`)
and
[delete](https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference-api.html)+[create](https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html)
in the connector edit mode (`isEdit === true`)
- `postSaveHook` - check if the connector SO was created/updated and if
not removes Inference Endpoint from preSaveHook
- `postDeleteHook` -
[delete](https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference-api.html)
Inference Endpoint if connector was deleted.

In the Kibana Stack Management Connectors, its represented with the new
card (Technical preview badge):

<img width="1261" alt="Screenshot 2024-09-27 at 2 11 12 PM"
src="https://github.com/user-attachments/assets/dcbcce1f-06e7-4d08-8b77-0ba4105354f8">

To simplify the future integration with AI Assistants, the Connector
consists from the two main UI parts: provider selector and required
provider settings, which will be always displayed
<img width="862" alt="Screenshot 2024-10-07 at 7 59 09 AM"
src="https://github.com/user-attachments/assets/87bae493-c642-479e-b28f-6150354608dd">

and Additional options, which contains optional provider settings and
Task Type configuration:

<img width="861" alt="Screenshot 2024-10-07 at 8 00 15 AM"
src="https://github.com/user-attachments/assets/2341c034-6198-4731-8ce7-e22e6c6fb20f">


subActions corresponds to the different taskTypes Inference API
supports. Each of the task type has its own Inference Perform params.
Currently added:

- completion & completionStream
- rerank
- text_embedding
- sparse_embedding

Follow up work:

1. Collapse/expand Additional options, when the connector flyout/modal
has AI Assistant as a context (path through the extending context
implementation on the connector framework level)
2. Add support for additional params for Completion subAction to be able
to path functions
3. Add support for tokens usage Dashboard, when inference API will
include the used tokens count in the response
4. Add functionality and UX for migration from existing specific AI
connectors to the Inference connector with proper provider and
completion task
5. Integrate Connector with the AI Assistants

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
2024-10-13 15:39:09 -05:00
Jorge Sanz
ad8cec13b6
[Docs][Maps] Update EMS Server instructions (#195419)
## Summary

Small improvements to the Elastic Maps Service documentation:

* fixes the reference to the Docker image to pull
* adds details about using `cosign` to verify the image pulled 
* updates the screenshot to a more recent UI.
2024-10-10 21:02:23 +02:00
Ignacio Rivas
d86ce77217
Remove kbn-ace, ace and brace dependencies (#195703) 2024-10-10 14:16:42 +02:00
kosabogi
7a30154fdf
[Search landing page] Update search landing page list with new links (#194656)
### Overview

This PR updates the search landing page by refreshing the existing list
with new links.

### Related issue

https://github.com/elastic/search-docs-team/issues/200

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-10-10 11:27:03 +02:00
Christiane (Tina) Heiligers
7839db950e
[Docs] Update publicBaseUrl and rewriteBasePath settings (#195465)
fix https://github.com/elastic/kibana/issues/114562

![Screenshot 2024-10-08 at 09 04
20](https://github.com/user-attachments/assets/f43d592d-cc49-4f41-9bee-2a85f9c08292)

![Screenshot 2024-10-08 at 09 04
49](https://github.com/user-attachments/assets/39184960-d5ec-4485-944b-6ef4295d7101)

---------

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-10-08 23:14:28 +00:00
Steph Milovic
32a478ccc3
[ResposeOps] Gemini connector, remove bad variable reference (#195308) 2024-10-08 10:44:32 -06:00
Liam Thompson
8af920bc8b
[DOCS] Fix list format (#195349) 2024-10-08 17:38:48 +02:00
Steph Milovic
2873cbca20
[Gemini Connector] Bump Default model to gemini-1.5-pro-002 (#195320) 2024-10-08 08:52:51 -06:00
Liam Thompson
336f824122
[Search] Update connectors docs URLs and doc link (#195374)
Missed one in https://github.com/elastic/kibana/pull/194423
2024-10-08 14:01:34 +02:00
Lisa Cawley
3b70d99915
[DOCS] Additional fields in ServiceNow ITSM and SecOps connectors (#195122) 2024-10-07 09:17:10 -07:00
wajihaparvez
296a49cbc8
Update visuals on Manage & Share Dashboards and Tutorials + consistency edits (#195152)
## Summary

Updated visuals on the [Manage and Share
Dashboards](https://www.elastic.co/guide/en/kibana/master/_manage_dashboards.html)
pages and
[Tutorials](https://www.elastic.co/guide/en/kibana/master/_tutorials.html)
+ made some consistency edits to the text.

Rel:[#457](https://github.com/elastic/platform-docs-team/issues/457) and
[#466](https://github.com/elastic/platform-docs-team/issues/466)

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-10-07 11:36:07 -04:00
Jean-Louis Leysens
b3d6038904
Release note: internal HTTP APIs blocked from 9.0.0 (#195257)
## Summary

Added a breaking change release note using the new template.

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-10-07 14:20:19 +00:00
florent-leborgne
94caafd57d
(Docs) Add Kibana upgrade notes page (#193268)
## Summary

This PR:

- adds a page that is a compiled list of all breaking changes and
deprecations introduced since the last major version. I slightly edited
some bits to align the wording and add version information to each item,
and took a bit of freedom (not too much!) to ignore items that shouldn't
be identified as deprecations or breaking changes, or to move them to
the appropriate section in this page.
- adds a link to the new page from the Upgrade Kibana page.

<img width="1483" alt="image"
src="https://github.com/user-attachments/assets/16109072-d5c6-4eb4-8a52-ef209a07072a">

<img width="810" alt="image"
src="https://github.com/user-attachments/assets/939e9212-b750-4a6f-bd8f-f8df04e46d76">


I'm wondering if we should leave this uncategorized or at least identify
which items are specific to a solution. It also doesn't make much sense
that we have Obs here while we don't have Security. Let's think about a
consistent way to do it.

Note: In this PR, the page is initially added under the Release notes
section. I'll need to make sure that this does not interfere with the
release notes automation.

Note 2: If we move forward with this proposal, we'll need update the
release notes internal docs to add the relevant information to this page
with each minor release, or find a way to automate.

Closes: https://github.com/elastic/kibana-team/issues/1075

---------

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
2024-10-07 11:51:42 +02:00
wajihaparvez
29db0bc3ec
[Docs] Add visuals to the Panels and Visualizations pages + consistency edits (#194765)
## Summary

Added visuals to the [Panels and
Visualizations](https://www.elastic.co/guide/en/kibana/master/_panels_and_visualizations.html)
pages + made some consistency edits to the text.

Rel:[#457](https://github.com/elastic/platform-docs-team/issues/457) and
[#466](https://github.com/elastic/platform-docs-team/issues/466)
2024-10-03 10:48:44 -04:00
Anton Dosov
568e40acca
Clean up cloud_chat (#194571)
## Summary

Close https://github.com/elastic/kibana-team/issues/1017

This PR removes the unused Cloud Chat functionality from Kibana. The
chat was not used for some time. Moreover, we've seen some issues with
it where users saw it when it wasn't expected. Given the absence of
automated tests and the fact that the feature is no longer needed, we
are removing it to improve the overall maintainability and reliability
of the codebase. This will also decrease the amount of code loaded for
trial users of Kibana in cloud making the app slightly faster.
2024-10-03 13:37:47 +02:00
Alejandro Fernández Haro
d570d60b0b
Upgrade http dependencies (#180986)
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
2024-10-01 11:50:47 -05:00
kosabogi
985984ec54
Adds Connection details for the Search landing page (#194525)
## Overview

This update adds content for finding connection details and creating an
API key for Elastic Cloud, Self-managed, and Serverless deployments.

## Related Issue

https://github.com/elastic/search-docs-team/issues/179

## Preview

Find your connection details

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-10-01 15:10:12 +02:00
Lisa Cawley
5ed0426ef6
[DOCS] Add TheHive connector to case settings (#193802) 2024-10-01 00:33:31 +00:00
Lisa Cawley
907c82da92
[DOCS][ResponseOps] Remove tech preview from ES query ES|QL rule type (#194233) 2024-09-27 12:45:09 -07:00
wajihaparvez
dab27867a6
[Docs] Add visuals to the Build dashboard pages (#194234)
## Summary

Added screenshots and gifs to the [Build
Dashboards](https://www.elastic.co/guide/en/kibana/master/create-dashboards.html)
pages as part of the ongoing project to add more visuals to the
Dashboards docs.

Rel:https://github.com/elastic/platform-docs-team/issues/457 and
https://github.com/elastic/platform-docs-team/issues/466
2024-09-27 18:23:24 +00:00
Liam Thompson
d9ca7c6667
[DOCS] Create Search landing page skeleton and stubs (#194293)
- Create Search landing page with links to all features available in the
Elastic Cloud hosted UI
- Create skeleton of a table to quickly provide links to all relevant
docs and release notes for each feature
- Currently commented out, to be filled in a follow-up PR by @kosabogi
- Create a stub page for connection details page (Docs equivalent to
[find your CloudID and create API
keys](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#finding-your-cloud-id))
  - @kosabogi will update this page in follow-up
- Nest existing Playground docs under there
- Create a stub page for AI Assistant for Search docs
- Create a stub page for inference endpoints UI
2024-09-27 16:06:47 +02:00
florent-leborgne
c435b57526
[Docs] Refresh dev tools Console page (#193530)
## Summary

This PR updates the docs page about using the Dev Tools Console.

Closes: https://github.com/elastic/kibana/issues/191271
2024-09-27 09:59:53 +02:00
Hannah Mudge
3a806b8f94
[Links Panel] [Docs] Remove "technical preview" label from links panel documentation (#194055)
Closes https://github.com/elastic/kibana/issues/193742

## Summary

The links panel was [GAed in
8.14](https://github.com/elastic/kibana/pull/178999), but the
[docs](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html)
were not updated to reflect this. This PR removes the "technical
preview" label from the links panel docs to keep them up-to-date with
the current status of the links panel.

| Before | After |
|--------|--------|
|
![image](https://github.com/user-attachments/assets/a110861a-a78b-49ce-81cd-ddb64b15749b)
|
![image](https://github.com/user-attachments/assets/e5ddcb39-db5c-4d5d-b107-8877a5e61d15)
|

### Checklist

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials

### For maintainers

- [ ] 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)
2024-09-26 08:06:21 -06:00
florent-leborgne
78677e6a13
[Docs] Generate release notes for 8.15.2 (#193845)
## Summary

This PR adds release notes for the 8.15.2 version.
2024-09-25 10:03:51 +02:00
kosabogi
37af7304f0
Updates file format details for Data Visualizer documentation (#193819)
## Overview

This update adds details to the Data Visualizer documentation,
specifying supported file formats and their size limits.
**Related issue:**
[#189](https://github.com/elastic/search-docs-team/issues/189)

### Preview

[Machine Learning]()

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-09-24 16:37:43 +02:00
Gerard Soldevila
d4cc182e8a
[Migrations] Upgrade tests to use 9.x compatible archives (#193696)
## Summary

Part of https://github.com/elastic/kibana-team/issues/1113

Merges some tested code paths into `v2_migration.test.ts` which uses an
archive that is generated in 9.0.0.
Gets rid of the related failing tests.
2024-09-24 05:05:46 -05:00
wajihaparvez
1cd0531a6a
[Docs] Add visuals to the Use and Filter Dashboards page (#193489)
## Summary

Added screenshots and gifs to the [Use and Filter
Dashboards](https://www.elastic.co/guide/en/kibana/master/_use_and_filter_dashboards.html)
page as part of the ongoing project to add more visuals to the
Dashboards docs.

Rel:[#457](https://github.com/elastic/platform-docs-team/issues/457) and
[#466](https://github.com/elastic/platform-docs-team/issues/466)
2024-09-23 15:54:27 +00:00
florent-leborgne
9e2ad98d06
[Docs] Update Sharing docs (#190318)
## Summary

This PR updates the docs regarding the **Share** menu in Kibana.

Note1: Please advise on the public URL/anonymous access feature. I'm not
sure whether it is still present nor under which form for the Link and
Embed sharing options.

Note2: @eokoneyo also has related updates in
https://github.com/elastic/kibana/pull/191067

![Reporting Getting
Started](https://github.com/user-attachments/assets/d2c123a2-b7db-4d5e-928f-79785409ff07)

Note: The step ordering for the last section in the screenshot has been
fixed in the source.

Closes: https://github.com/elastic/platform-docs-team/issues/355
2024-09-23 11:31:03 +02:00
Dai Sugimori
463a63603f
[DOCS] Remove "Save changes" statement from the query page of the Playground (#192945)
## Summary

On the ["View and modify queries"
page](https://www.elastic.co/guide/en/kibana/8.15/playground-query.html)
under the Playground documentation, there is a statement "Click Save
changes." But there is no such button on Kibana 8.15.1 and changes are
applied automatically, so this statement is not needed.

I can see "Save changes" button on 8.14.0, so I believe it disappears
from 8.15.0.

<img width="1440" alt="image"
src="https://github.com/user-attachments/assets/009d72fa-3adf-4c9b-8e49-f068df638755">
2024-09-20 22:45:29 +09:00
Sandra G
bda08590f1
[Data Usage] New plugin (#193466)
The initial serverless only plugin for viewing data usage and retention
in Management. The purpose of this PR is to provide a place for other
engineers to work on it, hidden from public use.

- Plugin is hidden by default and can be enabled through kibana.yml
`xpack.dataUsage.enabled: true`
- Currently it will show up in both stateful and serverless (if enabled
using config above). When we are ready to make the plugin available we
will enable it in config/serverless.yml
- Renders a card in Management (serverless) when enabled:
<img width="1269" alt="Screenshot 2024-09-19 at 4 14 15 PM"
src="https://github.com/user-attachments/assets/705e3866-bc88-436a-8532-2af53167f7b1">


https://github.com/elastic/kibana/issues/192965
https://github.com/elastic/kibana/issues/192966

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-09-20 08:30:07 -04:00
Alejandro Fernández Haro
02ce1b9101
[Feature Flags Service] Hello world 👋 (#188562)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
2024-09-18 11:02:55 -05:00