Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.17] Update data-views.asciidoc (#203854) #204147

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/concepts/data-views.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ To match indices starting with `logstash-`, but exclude those starting with `log
all clusters having a name starting with `cluster_`:

```ts
`cluster_*:logstash-*,cluster_*:-logstash-old*`
cluster_*:logstash-*,cluster_*:-logstash-old*
```

Excluding a cluster avoids sending any network calls to that cluster.
To exclude a cluster with the name `cluster_one`:

```ts
`cluster_*:logstash-*,-cluster_one:*`
cluster_*:logstash-*,-cluster_one:*
```

Once you configure a {data-source} to use the {ccs} syntax, all searches and
Expand Down Expand Up @@ -182,4 +182,4 @@ for {data-sources} with a high field count that span a large number of indices a
list is updated every couple of minutes in typical {kib} usage. Alternatively, use the refresh button on the {data-source}
management detail page to get an updated field list. A force reload of {kib} has the same effect.

The field list may be impacted by changes in indices and user permissions.
The field list may be impacted by changes in indices and user permissions.
Loading