-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear out old rollup strategy (#59423)
* Old search strategy cleanup * restore rollup strategy * Remove hasSearchStategyForIndexPattern * ts * fix jest tests * cleanup exports * pass index pattern type to server for rollups * merge fix * Fix types * ts fixes * oss strategy error handling * update translations * jest test fix * Use indexType instead of index * code review 1 * updated docs * jest test * jest snapshot Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information
1 parent
2779d10
commit 6645531
Showing
48 changed files
with
129 additions
and
646 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
...ment/plugins/data/public/kibana-plugin-plugins-data-public.addsearchstrategy.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.../plugins/data/public/kibana-plugin-plugins-data-public.defaultsearchstrategy.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ugins/data/public/kibana-plugin-plugins-data-public.essearchstrategyprovider.md
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
...opment/plugins/data/public/kibana-plugin-plugins-data-public.getdefaultquery.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [getDefaultQuery](./kibana-plugin-plugins-data-public.getdefaultquery.md) | ||
|
||
## getDefaultQuery() function | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare function getDefaultQuery(language?: QueryLanguage): { | ||
query: string; | ||
language: QueryLanguage; | ||
}; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| language | <code>QueryLanguage</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`{ | ||
query: string; | ||
language: QueryLanguage; | ||
}` | ||
|
11 changes: 0 additions & 11 deletions
11
...ata/public/kibana-plugin-plugins-data-public.hassearchstategyforindexpattern.md
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
...ins/data/public/kibana-plugin-plugins-data-public.iessearchrequest.indextype.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [IEsSearchRequest](./kibana-plugin-plugins-data-public.iessearchrequest.md) > [indexType](./kibana-plugin-plugins-data-public.iessearchrequest.indextype.md) | ||
|
||
## IEsSearchRequest.indexType property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
indexType?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...ta/public/kibana-plugin-plugins-data-public.savedqueryattributes.description.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...s/data/public/kibana-plugin-plugins-data-public.savedqueryattributes.filters.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...t/plugins/data/public/kibana-plugin-plugins-data-public.savedqueryattributes.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ins/data/public/kibana-plugin-plugins-data-public.savedqueryattributes.query.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ata/public/kibana-plugin-plugins-data-public.savedqueryattributes.timefilter.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ins/data/public/kibana-plugin-plugins-data-public.savedqueryattributes.title.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...lugins/data/public/kibana-plugin-plugins-data-public.timefiltersetup.history.md
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...opment/plugins/data/public/kibana-plugin-plugins-data-public.timefiltersetup.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ins/data/public/kibana-plugin-plugins-data-public.timefiltersetup.timefilter.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.