Davis McPhee
4215a637da
[Data Views] Disable scripted field creation in the Data Views management page ( #202250 )
...
## Summary
Scripted fields in data views have been deprecated since 7.13, and
superseded by runtime fields.
The ability to create new scripted fields has been removed from the Data
Views management page in 9.0. Existing scripted fields can still be
edited or deleted, and the creation UI can be accessed by navigating
directly to
`/app/management/kibana/dataViews/dataView/{dataViewId}/create-field`,
but it is recommended to migrate to runtime fields or ES|QL instead to
prepare for removal.
Additionally, the scripted fields entry in the Upgrade Assistant has
been updated to reflect these changes, improve migration instructions,
and surface the full list of data views across all spaces that contain
scripted fields as well as their associated spaces. New documentation
has been added to the "Manage data views" page with examples and
instructions to help users migrate off scripted fields to runtime fields
or ES|QL, which is also linked to from the Upgrade Assistant entry.
Data Views management page:

Upgrade Assistant:
<img
src="https://github.com/user-attachments/assets/4ff27866-4fe8-4357-82e8-cd4c503ab50b "
width="500" />
Resolves #182067 .
### Checklist
- [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]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html )
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html )
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker )
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1 ) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process )
---------
Co-authored-by: Matt Kime <matt@mattki.me>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-12-05 20:11:34 -04:00
florent-leborgne
8e7fb7a77e
[Docs] Update nav instructions and sample data installation to accommodate for the solution views ( #199163 )
...
This PR:
- updates navigation instructions to accommodate for the navigation
changes related to solution views.
- updates instructions for adding sample data to rely on the
integrations page instead of the home page, that only exists with the
classic solution view
- updates references to the home page to avoid confusing users using one
of the new solution views
Closes: https://github.com/elastic/platform-docs-team/issues/529
Closes: https://github.com/elastic/platform-docs-team/issues/540
2024-11-08 11:10:32 +01:00
amyjtechwriter
935f904f32
[DOCS] Adds note that default formatters use the meta.unit field ( #176857 )
...
## Summary
Adds note to the [Format data
fields](https://www.elastic.co/guide/en/kibana/current/managing-data-views.html#managing-fields )
section that default formatters use the [`meta.unit`
field](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-field-meta.html )
for displaying time units, bytes, and percentages.

Relates to: #174973
2024-02-19 14:51:30 +00:00
Lisa Cawley
668968b758
[DOCS] Replace description attributes with frontmatter for migration ( #158126 )
2023-05-24 08:16:43 -07:00
Matthew Kime
004cb0e0dc
[Data views] Add composite runtime field docs with screenshots ( #141013 )
...
* add composite screenshots and docs
* add composite screenshots and docs
* add screenshots
* cleanup
* Update docs/management/manage-data-views.asciidoc
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
* Update docs/management/manage-data-views.asciidoc
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
2022-09-23 13:19:50 +09:30
Kaarina Tungseth
1d340573b1
[DOCS] Adds metadata to runtime fields ( #119078 )
2021-11-19 08:41:30 -06:00
gchaps
42168954b4
[DOCS] Renames index pattern in management and monitoring ( #117939 )
...
* [DOCS] Renames index pattern in management, monitoring, and graph
* [DOCS] Renames index pattern on landing page
* Updates URL in doc link service
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
* Update docs/user/monitoring/kibana-alerts.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: lcawl <lcawley@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-10 10:20:23 -08:00