Skip to content

Commit 27ce740

Browse files
Merge branch 'master' into feature/lensByValueAttributeServiceOnly
2 parents a437335 + 94a4e38 commit 27ce740

File tree

376 files changed

+47987
-53365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+47987
-53365
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [IndexPatternsService](./kibana-plugin-plugins-data-public.indexpatternsservice.md) &gt; [getIdsWithTitle](./kibana-plugin-plugins-data-public.indexpatternsservice.getidswithtitle.md)
4+
5+
## IndexPatternsService.getIdsWithTitle property
6+
7+
Get list of index pattern ids with titles
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
getIdsWithTitle: (refresh?: boolean) => Promise<Array<{
13+
id: string;
14+
title: string;
15+
}>>;
16+
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternsservice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export declare class IndexPatternsService
2929
| [getFieldsForIndexPattern](./kibana-plugin-plugins-data-public.indexpatternsservice.getfieldsforindexpattern.md) | | <code>(indexPattern: IndexPattern &#124; IndexPatternSpec, options?: GetFieldsOptions) =&gt; Promise&lt;any&gt;</code> | Get field list by providing an index patttern (or spec) |
3030
| [getFieldsForWildcard](./kibana-plugin-plugins-data-public.indexpatternsservice.getfieldsforwildcard.md) | | <code>(options?: GetFieldsOptions) =&gt; Promise&lt;any&gt;</code> | Get field list by providing { pattern } |
3131
| [getIds](./kibana-plugin-plugins-data-public.indexpatternsservice.getids.md) | | <code>(refresh?: boolean) =&gt; Promise&lt;string[]&gt;</code> | Get list of index pattern ids |
32+
| [getIdsWithTitle](./kibana-plugin-plugins-data-public.indexpatternsservice.getidswithtitle.md) | | <code>(refresh?: boolean) =&gt; Promise&lt;Array&lt;{</code><br/><code> id: string;</code><br/><code> title: string;</code><br/><code> }&gt;&gt;</code> | Get list of index pattern ids with titles |
3233
| [getTitles](./kibana-plugin-plugins-data-public.indexpatternsservice.gettitles.md) | | <code>(refresh?: boolean) =&gt; Promise&lt;string[]&gt;</code> | Get list of index pattern titles |
3334
| [refreshFields](./kibana-plugin-plugins-data-public.indexpatternsservice.refreshfields.md) | | <code>(indexPattern: IndexPattern) =&gt; Promise&lt;void&gt;</code> | Refresh field list for a given index pattern |
3435
| [savedObjectToSpec](./kibana-plugin-plugins-data-public.indexpatternsservice.savedobjecttospec.md) | | <code>(savedObject: SavedObject&lt;IndexPatternAttributes&gt;) =&gt; IndexPatternSpec</code> | Converts index pattern saved object to index pattern spec |

docs/management/advanced-options.asciidoc

Lines changed: 362 additions & 175 deletions
Large diffs are not rendered by default.
-248 KB
Binary file not shown.
-267 KB
Binary file not shown.
-114 KB
Binary file not shown.
-94.4 KB
Binary file not shown.

docs/management/managing-ccr.asciidoc

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/management/managing-remote-clusters.asciidoc

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/redirects.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,15 @@ This content has moved to the <<development-rbac, Security>> page.
100100
== TSVB
101101

102102
This page was deleted. See <<tsvb>>.
103+
104+
[role="exclude",id="managing-cross-cluster-replication"]
105+
== Cross-Cluster Replication
106+
107+
This content has moved. See
108+
{ref}/ccr-getting-started.html[Set up cross-cluster replication].
109+
110+
[role="exclude",id="working-remote-clusters"]
111+
== Remote clusters
112+
113+
This content has moved. See
114+
{ref}/ccr-getting-started.html#ccr-getting-started-remote-cluster[Connect to a remote cluster].

0 commit comments

Comments
 (0)