Skip to content

Commit

Permalink
Update data-views.asciidoc (elastic#203854)
Browse files Browse the repository at this point in the history
## Summary

Remove backticks from two code blocks.
  • Loading branch information
bmorelli25 authored Dec 12, 2024
1 parent 33c18c7 commit 60399ab
Showing 1 changed file with 3 additions and 3 deletions.
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.

0 comments on commit 60399ab

Please sign in to comment.