Skip to content

Commit a5d13d4

Browse files
committed
update schema wording
1 parent 260be1f commit a5d13d4

File tree

1 file changed

+3
-3
lines changed
  • solutions/observability/streams/management

1 file changed

+3
-3
lines changed

solutions/observability/streams/management/schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ applies_to:
99

1010
Mappings define how {{es}} stores and indexes your data, balancing storage efficiency against query capability and performance.
1111

12-
Unmapped fields can still be searched using [runtime fields](../../../../manage-data/data-store/mapping/runtime-fields.md), but these incur higher query costs. Runtime fields are useful for exploring your data and experimenting with different query types before finalizing a schema.
12+
Unmapped fields can still be searched using [runtime fields](../../../../manage-data/data-store/mapping/runtime-fields.md), but these incur higher query costs.
1313

1414
Once you know which fields you query most often, you can map them to improve performance, at the cost of additional storage. For a general overview, refer to the [Mapping](../../../../manage-data/data-store/mapping.md) documentation.
1515

16-
Streams gives you options for mapping fields and editing field mappings, either after creating a processor or from the **Schema** tab.
16+
Streams lets you map fields either after creating a processor or from the **Schema** tab.
1717

1818
## Processing tab
1919

@@ -29,7 +29,7 @@ From here, you can:
2929

3030
The **Schema** tab provides an overview of how fields are defined within your stream.
3131

32-
**Classic streams:** the **Schema** tab lists all fields found in the underlying index or index template. Each field shows its mapping status and type. Fields are labelled with either a **Mapped** or **Unmapped** status accordingly.
32+
**Classic streams:** the **Schema** tab lists all fields found in the underlying index or index template. Each field shows its mapping status and type, either **Mapped** or **Unmapped**.
3333

3434
**Wired streams:** {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` the **Schema** tab determines field mappings by combining information from the current stream’s index and its parent streams. Fields whose type is defined in a parent stream have the status of **Inherited**. You can navigate to that parent stream to view or edit the mapping (except for fields defined in the root logs stream, which cannot be modified).
3535

0 commit comments

Comments
 (0)