Skip to content

Commit 178e51d

Browse files
fix conflict
1 parent 1765614 commit 178e51d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

explore-analyze/alerts-cases/cases/cases-as-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You also do not need to manually manage the analytics indices' index lifecycle m
2727
After you create cases, {{es}} may take up to 10 minutes to index the new case data. If you create a new space, it can take up to an hour for new case analytics indices to form.
2828
::::
2929

30-
## Explore case data [understand-case-analytics-indices]
30+
## Explore case data [explore-case-data]
3131

3232
::::{admonition} Requirements
3333

@@ -38,7 +38,7 @@ After you create cases, {{es}} may take up to 10 minutes to index the new case d
3838

3939
To explore case data:
4040

41-
1. Create a [data view](/explore-analyze/find-and-organize/data-views.md) that uses any of the [case analytics indices](/explore-analyze/alerts-cases/cases/cases-as-data.md#case-analytics-indices).
41+
1. Create a [data view](/explore-analyze/find-and-organize/data-views.md) that uses any of the [case analytics indices](/explore-analyze/alerts-cases/cases/cases-as-data.md#case-analytics-indices-names).
4242
2. Search and filter the case data in [Discover](../../discover.md) or build visualizations for dashboards in [Lens](../../visualize/lens.md).
4343

4444
To help you start visualizing your case data, here are some sample {{esql}} queries that you can run from the [{{esql}} editor](../../../explore-analyze/query-filter/languages/esql-kibana.md#esql-kibana-get-started) in Discover.
@@ -73,7 +73,7 @@ To help you start visualizing your case data, here are some sample {{esql}} quer
7373
FROM .internal.cases.default-securitysolution | STATS average_time_to_close = AVG(time_to_resolve)
7474
```
7575

76-
## Case analytics indices names and aliases
76+
## Case analytics indices names and aliases [case-analytics-indices-names]
7777

7878
This section provides the names and aliases of the case analytics indices that {{es}} creates per space and solution. Note that `<space-name>` is a placeholder for the name of a space.
7979

@@ -112,7 +112,7 @@ These indices store data related to attachments in Stack Management, {{observabi
112112
| `.internal.cases-attachments.<space-name>-observability` | `.cases-attachments.<space-name>-observability` | {{observability}} cases |
113113
| `.internal.cases-attachments.<space-name>-securitysolution` | `.cases-attachments.<space-name>-securitysolution` | Security cases |
114114

115-
### Indices for case activity [case-activity-indices]
115+
### Indices for case activity
116116

117117
These indices store data related to activity in Stack Management, {{observability}}, and Security cases.
118118

0 commit comments

Comments
 (0)