mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
6813 lines
No EOL
232 KiB
JSON
6813 lines
No EOL
232 KiB
JSON
{
|
|
"id": "@kbn/es-query",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KQLSyntaxError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "KQLSyntaxError",
|
|
"description": [
|
|
"\nA type of error indicating KQL syntax errors"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KQLSyntaxError",
|
|
"text": "KQLSyntaxError"
|
|
},
|
|
" extends Error"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KQLSyntaxError.shortMessage",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "shortMessage",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KQLSyntaxError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KQLSyntaxError.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"KQLSyntaxErrorData"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KQLSyntaxError.Unnamed.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "expression",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildCombinedFilter",
|
|
"description": [
|
|
"\nBuilds an COMBINED filter. An COMBINED filter is a filter with multiple sub-filters. Each sub-filter (FilterItem)\nrepresents a condition."
|
|
],
|
|
"signature": [
|
|
"(relation: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BooleanRelation",
|
|
"text": "BooleanRelation"
|
|
},
|
|
", filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], indexPattern: Pick<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
", \"id\">, disabled: boolean | undefined, negate: boolean | undefined, alias: string | null | undefined, store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.CombinedFilter",
|
|
"text": "CombinedFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$1",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "relation",
|
|
"description": [
|
|
"The type of relation with which to combine the filters (AND/OR)"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BooleanRelation",
|
|
"text": "BooleanRelation"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [
|
|
"An array of sub-filters"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"Pick<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
", \"id\">"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$5",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "negate",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$6",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCombinedFilter.$7",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "store",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildCustomFilter",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(indexPatternString: string, queryDsl: ",
|
|
"QueryDslQueryContainer",
|
|
", disabled: boolean, negate: boolean, alias: string | null, store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternString",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "queryDsl",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$4",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "negate",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$5",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildCustomFilter.$6",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "store",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEmptyFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildEmptyFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(isPinned: boolean, index?: string | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEmptyFilter.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isPinned",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEmptyFilter.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEsQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildEsQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined, queries: AnyQuery | AnyQuery[], filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], config: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryConfig",
|
|
"text": "EsQueryConfig"
|
|
},
|
|
") => { bool: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BoolQuery",
|
|
"text": "BoolQuery"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEsQuery.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEsQuery.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "queries",
|
|
"description": [
|
|
"- a query object or array of query objects. Each query has a language property and a query property."
|
|
],
|
|
"signature": [
|
|
"AnyQuery | AnyQuery[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEsQuery.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [
|
|
"- a filter object or array of filter objects"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildEsQuery.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [
|
|
"- an objects with query:allowLeadingWildcards and query:queryString:options UI\nsettings in form of { allowLeadingWildcards, queryStringOptions }\nconfig contains dateformat:tz"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryConfig",
|
|
"text": "EsQueryConfig"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildExistsFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildExistsFilter",
|
|
"description": [
|
|
"\nBuilds an `ExistsFilter`"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
", indexPattern: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ExistsFilter",
|
|
"text": "ExistsFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildExistsFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [
|
|
"field to validate the existence of"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildExistsFilter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [
|
|
"index pattern to look for the field in"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"An `ExistsFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildFilter",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
", field: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
", type: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FILTERS",
|
|
"text": "FILTERS"
|
|
},
|
|
", negate: boolean, disabled: boolean, params: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.Serializable",
|
|
"text": "Serializable"
|
|
},
|
|
", alias: string | null, store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$3",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FILTERS",
|
|
"text": "FILTERS"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$4",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "negate",
|
|
"description": [
|
|
"whether the filter is negated (NOT filter)"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$5",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [
|
|
"whether the filter is disabled andwon't be applied to searches"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$6",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.Serializable",
|
|
"text": "Serializable"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$7",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [
|
|
"a display name for the filter"
|
|
],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildFilter.$8",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "store",
|
|
"description": [
|
|
"whether the filter applies to the current application or should be applied to global context"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhraseFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildPhraseFilter",
|
|
"description": [
|
|
"\nCreates a filter where the given field matches a given value"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
", value: ",
|
|
"PhraseFilterValue",
|
|
", indexPattern: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhraseFilter",
|
|
"text": "PhraseFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedPhraseFilter",
|
|
"text": "ScriptedPhraseFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhraseFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhraseFilter.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"PhraseFilterValue"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhraseFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`PhraseFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhrasesFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildPhrasesFilter",
|
|
"description": [
|
|
"\nCreates a filter where the given field matches one or more of the given values\nparams should be an array of values"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
", params: ",
|
|
"PhraseFilterValue",
|
|
"[], indexPattern: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhrasesFilter",
|
|
"text": "PhrasesFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhrasesFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhrasesFilter.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"PhraseFilterValue",
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildPhrasesFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildQueryFilter",
|
|
"description": [
|
|
"\nCreates a filter corresponding to a raw Elasticsearch query DSL object"
|
|
],
|
|
"signature": [
|
|
"(query: (Record<string, any> & { query_string?: { query: string; fields?: string[] | undefined; } | undefined; }) | undefined, index: string, alias?: string | undefined, meta?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
") => { query: (Record<string, any> & { query_string?: { query: string; fields?: string[] | undefined; } | undefined; }) | undefined; meta: { alias: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index: string; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined; value?: string | undefined; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFilter.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"(Record<string, any> & { query_string?: { query: string; fields?: string[] | undefined; } | undefined; }) | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFilter.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFilter.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFilter.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "meta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`QueryStringFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFromFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildQueryFromFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"(inputFilters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined, inputDataViews: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined, options?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BoolQuery",
|
|
"text": "BoolQuery"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFromFilters.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "inputFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFromFilters.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "inputDataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildQueryFromFilters.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"An EQL query"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildRangeFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildRangeFilter",
|
|
"description": [
|
|
"\nCreates a filter where the value for the given field is in the given range\nparams should be an object containing `lt`, `lte`, `gt`, and/or `gte`\n"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
", params: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
},
|
|
", indexPattern?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | undefined, formattedValue?: string | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedRangeFilter",
|
|
"text": "ScriptedRangeFilter"
|
|
},
|
|
" | ",
|
|
"MatchAllRangeFilter"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildRangeFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildRangeFilter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildRangeFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.buildRangeFilter.$4",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "formattedValue",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.cleanFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "cleanFilter",
|
|
"description": [
|
|
"\nClean out decorators from the filters"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => Partial<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.cleanFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [
|
|
"The filter to clean"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.compareFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "compareFilters",
|
|
"description": [
|
|
"\nCompare two filters or filter arrays to see if they match.\nFor filter arrays, the assumption is they are sorted.\n"
|
|
],
|
|
"signature": [
|
|
"(first: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], second: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], comparatorOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
},
|
|
") => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.compareFilters.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "first",
|
|
"description": [
|
|
"The first filter or filter array to compare"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.compareFilters.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "second",
|
|
"description": [
|
|
"The second filter or filter array to compare"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.compareFilters.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "comparatorOptions",
|
|
"description": [
|
|
"Parameters to use for comparison"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"Filters are the same"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.convertRangeFilterToTimeRange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convertRangeFilterToTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
") => { from: moment.Moment; to: moment.Moment; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/convert_range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.convertRangeFilterToTimeRange.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/convert_range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.decorateQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "decorateQuery",
|
|
"description": [
|
|
"\nDecorate queries with default parameters"
|
|
],
|
|
"signature": [
|
|
"(query: ",
|
|
"QueryDslQueryContainer",
|
|
", queryStringOptions: string | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
", dateFormatTZ: string | undefined) => ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/decorate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.decorateQuery.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [
|
|
"object"
|
|
],
|
|
"signature": [
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/decorate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.decorateQuery.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "queryStringOptions",
|
|
"description": [
|
|
"query:queryString:options from UI settings"
|
|
],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/decorate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.decorateQuery.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dateFormatTZ",
|
|
"description": [
|
|
"dateFormat:tz from UI settings"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/decorate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.disableFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "disableFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.disableFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"A disabled copy of the filter"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.enableFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "enableFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.enableFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"An enabled copy of the filter"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.escapeKuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "escapeKuery",
|
|
"description": [
|
|
"\nEscapes a Kuery node value to ensure that special characters, operators, and whitespace do not result in a parsing error or unintended\nbehavior when using the value as an argument for the `buildNode` function."
|
|
],
|
|
"signature": [
|
|
"(str: string) => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.escapeKuery.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "args",
|
|
"description": [],
|
|
"signature": [
|
|
"A"
|
|
],
|
|
"path": "node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.escapeQuotes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "escapeQuotes",
|
|
"description": [
|
|
"\nEscapes backslashes and double-quotes. (Useful when putting a string in quotes to use as a value\nin a KQL expression. See the QuotedCharacter rule in kuery.peg.)"
|
|
],
|
|
"signature": [
|
|
"(str: string) => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.escapeQuotes.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "str",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "extractTimeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(timeFieldName: string, filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => { restOfFilters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; timeRangeFilter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeFilter.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeFilter.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeRange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "extractTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"(filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], timeFieldName: string | undefined) => { restOfFilters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; timeRange?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeRange.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.extractTimeRange.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.filterToQueryDsl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "filterToQueryDsl",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", inputDataViews: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined, options: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
},
|
|
") => ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.filterToQueryDsl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.filterToQueryDsl.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "inputDataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.filterToQueryDsl.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromCombinedFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fromCombinedFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", dataViews?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined, options?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromCombinedFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromCombinedFilter.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromCombinedFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromKueryExpression",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fromKueryExpression",
|
|
"description": [],
|
|
"signature": [
|
|
"(expression: string | ",
|
|
"QueryDslQueryContainer",
|
|
", parseOptions?: Partial<",
|
|
"KueryParseOptions",
|
|
">) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/ast/ast.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromKueryExpression.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "expression",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/ast/ast.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.fromKueryExpression.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "parseOptions",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"KueryParseOptions",
|
|
">"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/ast/ast.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getAggregateQueryMode",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAggregateQueryMode",
|
|
"description": [],
|
|
"signature": [
|
|
"(query: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
") => never"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getAggregateQueryMode.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getDataViewFieldSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDataViewFieldSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.IFieldSubTypeMulti",
|
|
"text": "IFieldSubTypeMulti"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getDataViewFieldSubtypeMulti.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"HasSubtype"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getDataViewFieldSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDataViewFieldSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.IFieldSubTypeNested",
|
|
"text": "IFieldSubTypeNested"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getDataViewFieldSubtypeNested.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"HasSubtype"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getIndexPatternFromESQLQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIndexPatternFromESQLQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(esql: string | undefined) => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getIndexPatternFromESQLQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "esql",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getIndexPatternFromSQLQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIndexPatternFromSQLQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(sqlQuery: string | undefined) => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getIndexPatternFromSQLQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sqlQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getLanguageDisplayName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLanguageDisplayName",
|
|
"description": [],
|
|
"signature": [
|
|
"(language: string) => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.getLanguageDisplayName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "language",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isCombinedFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isCombinedFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isCombinedFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isDataViewFieldSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isDataViewFieldSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isDataViewFieldSubtypeMulti.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"HasSubtype"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isDataViewFieldSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isDataViewFieldSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isDataViewFieldSubtypeNested.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"HasSubtype"
|
|
],
|
|
"path": "packages/kbn-es-query/src/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isExistsFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isExistsFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ExistsFilter",
|
|
"text": "ExistsFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isExistsFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is an `ExistsFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(x: unknown) => x is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilter.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if the given object is a filter"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilterDisabled",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFilterDisabled",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilterDisabled.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if the filter is disabled"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilterPinned",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFilterPinned",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilterPinned.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if the filter should be applied to global scope"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"(x: unknown) => x is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isFilters.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if the given object is an array of filters"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isMatchAllFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isMatchAllFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.MatchAllFilter",
|
|
"text": "MatchAllFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isMatchAllFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is an `MatchAllFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isOfAggregateQueryType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isOfAggregateQueryType",
|
|
"description": [],
|
|
"signature": [
|
|
"(query: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | { [key: string]: any; } | undefined) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isOfAggregateQueryType.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | { [key: string]: any; } | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isOfQueryType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isOfQueryType",
|
|
"description": [],
|
|
"signature": [
|
|
"(arg: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isOfQueryType.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "arg",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isPhraseFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isPhraseFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhraseFilter",
|
|
"text": "PhraseFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isPhraseFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is a `PhraseFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isPhrasesFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isPhrasesFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhrasesFilter",
|
|
"text": "PhrasesFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isPhrasesFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is a `PhrasesFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isQueryStringFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isQueryStringFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.QueryStringFilter",
|
|
"text": "QueryStringFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isQueryStringFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is a `QueryStringFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isRangeFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isRangeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isRangeFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is an `RangeFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isScriptedPhraseFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isScriptedPhraseFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedPhraseFilter",
|
|
"text": "ScriptedPhraseFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isScriptedPhraseFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is a scripted `PhrasesFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isScriptedRangeFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isScriptedRangeFilter",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => filter is ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedRangeFilter",
|
|
"text": "ScriptedRangeFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.isScriptedRangeFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`true` if a filter is a scripted `RangeFilter`"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.luceneStringToDsl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "luceneStringToDsl",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(query: string | ",
|
|
"QueryDslQueryContainer",
|
|
") => ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/lucene_string_to_dsl.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.luceneStringToDsl.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/lucene_string_to_dsl.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.onlyDisabledFiltersChanged",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onlyDisabledFiltersChanged",
|
|
"description": [
|
|
"\nChecks to see if only disabled filters have been changed"
|
|
],
|
|
"signature": [
|
|
"(newFilters?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined, oldFilters?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined, comparatorOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
},
|
|
" | undefined) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.onlyDisabledFiltersChanged.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "newFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.onlyDisabledFiltersChanged.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "oldFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.onlyDisabledFiltersChanged.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "comparatorOptions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"Only disabled filters"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.pinFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "pinFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.pinFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"A pinned (global) copy of the filter"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toElasticsearchQuery",
|
|
"type": "Function",
|
|
"tags": [
|
|
"params",
|
|
"params"
|
|
],
|
|
"label": "toElasticsearchQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(node: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
", indexPattern?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | undefined, config?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryQueryOptions",
|
|
"text": "KueryQueryOptions"
|
|
},
|
|
" | undefined, context?: ",
|
|
"KqlContext",
|
|
" | undefined) => ",
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toElasticsearchQuery.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"[node: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
", indexPattern?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewBase",
|
|
"text": "DataViewBase"
|
|
},
|
|
" | undefined, config?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryQueryOptions",
|
|
"text": "KueryQueryOptions"
|
|
},
|
|
" | undefined, context?: ",
|
|
"KqlContext",
|
|
" | undefined]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterDisabled",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toggleFilterDisabled",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => { meta: { disabled: boolean; alias?: string | null | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined; value?: string | undefined; }; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; query?: Record<string, any> | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterDisabled.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"A copy of the filter with a toggled disabled state"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterNegated",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toggleFilterNegated",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => { meta: { negate: boolean; alias?: string | null | undefined; disabled?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined; value?: string | undefined; }; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; query?: Record<string, any> | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterNegated.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"A copy of the filter with a toggled negated state"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterPinned",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toggleFilterPinned",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => { $state: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; }; meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; query?: Record<string, any> | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toggleFilterPinned.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"A copy of the filter with a toggled pinned state (toggles store from app to global and vice versa)"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toKqlExpression",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toKqlExpression",
|
|
"description": [
|
|
"\nGiven a KQL AST node, generate the corresponding KQL expression."
|
|
],
|
|
"signature": [
|
|
"(node: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
") => string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/ast/ast.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.toKqlExpression.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "node",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/ast/ast.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.uniqFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "uniqFilters",
|
|
"description": [
|
|
"\nRemove duplicate filters from an array of filters\n"
|
|
],
|
|
"signature": [
|
|
"(filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[], comparatorOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.uniqFilters.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [
|
|
"The filters to remove duplicates from"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.uniqFilters.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "comparatorOptions",
|
|
"description": [
|
|
"- Parameters to use for comparison"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterCompareOptions",
|
|
"text": "FilterCompareOptions"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"The original filters array with duplicates removed"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.unpinFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unpinFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.unpinFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"An unpinned (app scoped) copy of the filter"
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", field?: string | undefined, operator?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
" | undefined, params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined, fieldType?: string | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | { meta: { key: string | undefined; field: string | undefined; params: { query: undefined; }; value: undefined; type: undefined; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; }; query: undefined; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; } | { meta: { negate: boolean | undefined; type: string | undefined; params: { gte: any; lt: any; }; alias?: string | null | undefined; disabled?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; key?: string | undefined; value?: string | undefined; }; query: { range: { [x: string]: { gte: any; lt: any; }; }; }; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; } | { meta: { negate: boolean | undefined; type: string | undefined; params: { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; length: number; toString(): string; toLocaleString(): string; pop(): string | undefined; push(...items: string[]): number; concat(...items: ConcatArray<string>[]): string[]; concat(...items: (string | ConcatArray<string>)[]): string[]; join(separator?: string | undefined): string; reverse(): string[]; shift(): string | undefined; slice(start?: number | undefined, end?: number | undefined): string[]; sort(compareFn?: ((a: string, b: string) => number) | undefined): string[]; splice(start: number, deleteCount?: number | undefined): string[]; splice(start: number, deleteCount: number, ...items: string[]): string[]; unshift(...items: string[]): number; indexOf(searchElement: string, fromIndex?: number | undefined): number; lastIndexOf(searchElement: string, fromIndex?: number | undefined): number; every<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean; some(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any): void; map<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any): U[]; filter<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[]; reduce(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; reduce(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; reduce<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; reduceRight(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; reduceRight<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U; find<S extends string>(predicate: (this: void, value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined; findIndex(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): number; fill(value: string, start?: number | undefined, end?: number | undefined): string[]; copyWithin(target: number, start: number, end?: number | undefined): string[]; entries(): IterableIterator<[number, string]>; keys(): IterableIterator<number>; values(): IterableIterator<string>; includes(searchElement: string, fromIndex?: number | undefined): boolean; flatMap<U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[]; [Symbol.iterator](): IterableIterator<string>; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): string | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; length: number; toString(): string; toLocaleString(): string; pop(): boolean | undefined; push(...items: boolean[]): number; concat(...items: ConcatArray<boolean>[]): boolean[]; concat(...items: (boolean | ConcatArray<boolean>)[]): boolean[]; join(separator?: string | undefined): string; reverse(): boolean[]; shift(): boolean | undefined; slice(start?: number | undefined, end?: number | undefined): boolean[]; sort(compareFn?: ((a: boolean, b: boolean) => number) | undefined): boolean[]; splice(start: number, deleteCount?: number | undefined): boolean[]; splice(start: number, deleteCount: number, ...items: boolean[]): boolean[]; unshift(...items: boolean[]): number; indexOf(searchElement: boolean, fromIndex?: number | undefined): number; lastIndexOf(searchElement: boolean, fromIndex?: number | undefined): number; every<S extends boolean>(predicate: (value: boolean, index: number, array: boolean[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: boolean, index: number, array: boolean[]) => unknown, thisArg?: any): boolean; some(predicate: (value: boolean, index: number, array: boolean[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: boolean, index: number, array: boolean[]) => void, thisArg?: any): void; map<U>(callbackfn: (value: boolean, index: number, array: boolean[]) => U, thisArg?: any): U[]; filter<S extends boolean>(predicate: (value: boolean, index: number, array: boolean[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: boolean, index: number, array: boolean[]) => unknown, thisArg?: any): boolean[]; reduce(callbackfn: (previousValue: boolean, currentValue: boolean, currentIndex: number, array: boolean[]) => boolean): boolean; reduce(callbackfn: (previousValue: boolean, currentValue: boolean, currentIndex: number, array: boolean[]) => boolean, initialValue: boolean): boolean; reduce<U>(callbackfn: (previousValue: U, currentValue: boolean, currentIndex: number, array: boolean[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: boolean, currentValue: boolean, currentIndex: number, array: boolean[]) => boolean): boolean; reduceRight(callbackfn: (previousValue: boolean, currentValue: boolean, currentIndex: number, array: boolean[]) => boolean, initialValue: boolean): boolean; reduceRight<U>(callbackfn: (previousValue: U, currentValue: boolean, currentIndex: number, array: boolean[]) => U, initialValue: U): U; find<S extends boolean>(predicate: (this: void, value: boolean, index: number, obj: boolean[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: boolean, index: number, obj: boolean[]) => unknown, thisArg?: any): boolean | undefined; findIndex(predicate: (value: boolean, index: number, obj: boolean[]) => unknown, thisArg?: any): number; fill(value: boolean, start?: number | undefined, end?: number | undefined): boolean[]; copyWithin(target: number, start: number, end?: number | undefined): boolean[]; entries(): IterableIterator<[number, boolean]>; keys(): IterableIterator<number>; values(): IterableIterator<boolean>; includes(searchElement: boolean, fromIndex?: number | undefined): boolean; flatMap<U, This = undefined>(callback: (this: This, value: boolean, index: number, array: boolean[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[]; [Symbol.iterator](): IterableIterator<boolean>; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): boolean | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; from?: string | number | undefined; to?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; gte?: string | number | undefined; lte?: string | number | undefined; format?: string | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; length: number; toString(): string; toLocaleString(): string; pop(): number | undefined; push(...items: number[]): number; concat(...items: ConcatArray<number>[]): number[]; concat(...items: (number | ConcatArray<number>)[]): number[]; join(separator?: string | undefined): string; reverse(): number[]; shift(): number | undefined; slice(start?: number | undefined, end?: number | undefined): number[]; sort(compareFn?: ((a: number, b: number) => number) | undefined): number[]; splice(start: number, deleteCount?: number | undefined): number[]; splice(start: number, deleteCount: number, ...items: number[]): number[]; unshift(...items: number[]): number; indexOf(searchElement: number, fromIndex?: number | undefined): number; lastIndexOf(searchElement: number, fromIndex?: number | undefined): number; every<S extends number>(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; some(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: number, index: number, array: number[]) => void, thisArg?: any): void; map<U>(callbackfn: (value: number, index: number, array: number[]) => U, thisArg?: any): U[]; filter<S extends number>(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): number[]; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduceRight<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; find<S extends number>(predicate: (this: void, value: number, index: number, obj: number[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number | undefined; findIndex(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number; fill(value: number, start?: number | undefined, end?: number | undefined): number[]; copyWithin(target: number, start: number, end?: number | undefined): number[]; entries(): IterableIterator<[number, number]>; keys(): IterableIterator<number>; values(): IterableIterator<number>; includes(searchElement: number, fromIndex?: number | undefined): boolean; flatMap<U, This = undefined>(callback: (this: This, value: number, index: number, array: number[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[]; [Symbol.iterator](): IterableIterator<number>; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): number | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type: \"range\"; key?: string | undefined; params?: (",
|
|
"FilterMetaParams",
|
|
" & ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
},
|
|
") | undefined; value?: string | undefined; field?: string | undefined; formattedValue?: string | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; length: number; toString(): string; toLocaleString(): string; pop(): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined; push(...items: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]): number; concat(...items: ConcatArray<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">[]): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; concat(...items: (",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | ConcatArray<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">)[]): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; join(separator?: string | undefined): string; reverse(): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; shift(): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined; slice(start?: number | undefined, end?: number | undefined): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; sort(compareFn?: ((a: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", b: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
") => number) | undefined): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; splice(start: number, deleteCount?: number | undefined): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; splice(start: number, deleteCount: number, ...items: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; unshift(...items: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]): number; indexOf(searchElement: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", fromIndex?: number | undefined): number; lastIndexOf(searchElement: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", fromIndex?: number | undefined): number; every<S extends ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => unknown, thisArg?: any): boolean; some(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => void, thisArg?: any): void; map<U>(callbackfn: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => U, thisArg?: any): U[]; filter<S extends ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => unknown, thisArg?: any): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; reduce(callbackfn: (previousValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"; reduce(callbackfn: (previousValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", initialValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"; reduce<U>(callbackfn: (previousValue: U, currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"; reduceRight(callbackfn: (previousValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", initialValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"; reduceRight<U>(callbackfn: (previousValue: U, currentValue: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", currentIndex: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => U, initialValue: U): U; find<S extends ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">(predicate: (this: void, value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, obj: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, obj: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => unknown, thisArg?: any): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined; findIndex(predicate: (value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, obj: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => unknown, thisArg?: any): number; fill(value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", start?: number | undefined, end?: number | undefined): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; copyWithin(target: number, start: number, end?: number | undefined): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; entries(): IterableIterator<[number, ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"]>; keys(): IterableIterator<number>; values(): IterableIterator<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">; includes(searchElement: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", fromIndex?: number | undefined): boolean; flatMap<U, This = undefined>(callback: (this: This, value: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
", index: number, array: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[]; [Symbol.iterator](): IterableIterator<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
">; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: (",
|
|
"FilterMetaParams",
|
|
" & ",
|
|
"PhraseFilterMetaParams",
|
|
") | undefined; value?: string | undefined; field?: string | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params: (",
|
|
"FilterMetaParams",
|
|
" | undefined) & ",
|
|
"PhraseFilterValue",
|
|
"[]; value?: string | undefined; field?: string | undefined; } | { query: ",
|
|
"FilterMetaParams",
|
|
" | undefined; field: string; formattedValue: string; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined; value?: string | undefined; }; value: undefined; alias?: string | null | undefined; disabled?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; key?: string | undefined; }; query: { match_phrase: { [x: string]: ",
|
|
"FilterMetaParams",
|
|
"; }; }; $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "operator",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"FilterMetaParams",
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.updateFilter.$5",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldType",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BoolQuery",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BoolQuery",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BoolQuery.must",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "must",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BoolQuery.must_not",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "must_not",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BoolQuery.filter",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BoolQuery.should",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "should",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.CombinedFilter",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CombinedFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.CombinedFilter",
|
|
"text": "CombinedFilter"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.CombinedFilter.meta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "meta",
|
|
"description": [],
|
|
"signature": [
|
|
"CombinedFilterMeta"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.EsQueryFiltersConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EsQueryFiltersConfig",
|
|
"description": [
|
|
"\nOptions for building query for filters"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.EsQueryFiltersConfig.ignoreFilterIfFieldNotInIndex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ignoreFilterIfFieldNotInIndex",
|
|
"description": [
|
|
"\nby default filters that use fields that can't be found in the specified index pattern are not applied. Set this to true if you want to apply them anyway."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.EsQueryFiltersConfig.nestedIgnoreUnmapped",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "nestedIgnoreUnmapped",
|
|
"description": [
|
|
"\nthe nested field type requires a special query syntax, which includes an optional ignore_unmapped parameter that indicates whether to ignore an unmapped path and not return any documents instead of an error.\nThe optional ignore_unmapped parameter defaults to false.\nThis `nestedIgnoreUnmapped` param allows creating queries with \"ignore_unmapped\": true"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/from_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FilterCompareOptions",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions.index",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions.disabled",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions.negate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "negate",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions.state",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "state",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterCompareOptions.alias",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.IFieldSubTypeMulti",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IFieldSubTypeMulti",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.IFieldSubTypeMulti.multi",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "multi",
|
|
"description": [],
|
|
"signature": [
|
|
"{ parent: string; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.IFieldSubTypeNested",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IFieldSubTypeNested",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.IFieldSubTypeNested.nested",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "nested",
|
|
"description": [],
|
|
"signature": [
|
|
"{ path: string; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryNode",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KueryNode",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryNode.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"function\" | \"literal\" | \"wildcard\""
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryNode.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: any"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryQueryOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KueryQueryOptions",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryQueryOptions.filtersInMustClause",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filtersInMustClause",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryQueryOptions.dateFormatTZ",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dateFormatTZ",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryQueryOptions.nestedIgnoreUnmapped",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "nestedIgnoreUnmapped",
|
|
"description": [
|
|
"\nthe Nested field type requires a special query syntax, which includes an optional ignore_unmapped parameter that indicates whether to ignore an unmapped path and not return any documents instead of an error.\nThe optional ignore_unmapped parameter defaults to false.\nThe `nestedIgnoreUnmapped` param allows creating queries with \"ignore_unmapped\": true"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.KueryQueryOptions.caseInsensitive",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "caseInsensitive",
|
|
"description": [
|
|
"\nWhether term-level queries should be treated as case-insensitive or not. For example, `agent.keyword: foobar` won't\nmatch a value of \"FooBar\" unless this parameter is `true`.\n(See https://www.elastic.co/guide/en/elasticsearch/reference/8.6/query-dsl-term-query.html#term-field-params)"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.LatLon",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LatLon",
|
|
"description": [
|
|
"\nAn interface for a latitude-longitude pair"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.LatLon.lat",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lat",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.LatLon.lon",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lon",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RangeFilterParams",
|
|
"description": [
|
|
"\nAn interface for all possible range filter params\nIt is similar, but not identical to estypes.QueryDslRangeQuery"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.from",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "from",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.to",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "to",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.gt",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "gt",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.lt",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lt",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.gte",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "gte",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.lte",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lte",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterParams.format",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.BooleanRelation",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "BooleanRelation",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FILTERS",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FILTERS",
|
|
"description": [
|
|
"\nAn enum of all types of filters supported by this package"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterStateStore",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FilterStateStore",
|
|
"description": [
|
|
"\n Filter,\nAn enum to denote whether a filter is specific to an application's context or whether it should be applied globally."
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.AggregateQuery",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AggregateQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"{ sql: string; } | { esql: string; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.CustomFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CustomFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"{ $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; query?: Record<string, any> | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.DataViewBase",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewBase",
|
|
"description": [
|
|
"\nA base interface for an index pattern"
|
|
],
|
|
"signature": [
|
|
"{ fields: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.DataViewFieldBase",
|
|
"text": "DataViewFieldBase"
|
|
},
|
|
"[]; id?: string | undefined; title: string; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.DataViewFieldBase",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewFieldBase",
|
|
"description": [
|
|
"\nA base interface for an index pattern field"
|
|
],
|
|
"signature": [
|
|
"{ name: string; type: string; subType?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.IFieldSubType",
|
|
"text": "IFieldSubType"
|
|
},
|
|
" | undefined; script?: string | undefined; lang?: string | undefined; scripted?: boolean | undefined; esTypes?: string[] | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.DslQuery",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DslQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.EsQueryConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EsQueryConfig",
|
|
"description": [
|
|
"\nConfigurations to be used while constructing an ES query."
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryQueryOptions",
|
|
"text": "KueryQueryOptions"
|
|
},
|
|
" & ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.EsQueryFiltersConfig",
|
|
"text": "EsQueryFiltersConfig"
|
|
},
|
|
" & { allowLeadingWildcards?: boolean | undefined; queryStringOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.ExistsFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExistsFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; query: { exists?: { field: string; } | undefined; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FieldFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldFilter",
|
|
"description": [
|
|
"\nA common type for filters supported by this package"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhraseFilter",
|
|
"text": "PhraseFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.PhrasesFilter",
|
|
"text": "PhrasesFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ExistsFilter",
|
|
"text": "ExistsFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.MatchAllFilter",
|
|
"text": "MatchAllFilter"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.Filter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Filter",
|
|
"description": [],
|
|
"signature": [
|
|
"{ $state?: { store: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterStateStore",
|
|
"text": "FilterStateStore"
|
|
},
|
|
"; } | undefined; meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; query?: Record<string, any> | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.FilterMeta",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FilterMeta",
|
|
"description": [],
|
|
"signature": [
|
|
"{ alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: ",
|
|
"FilterMetaParams",
|
|
" | undefined; value?: string | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.IFieldSubType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IFieldSubType",
|
|
"description": [
|
|
"\nA field's sub type"
|
|
],
|
|
"signature": [
|
|
"IFieldSubTypeMultiOptional",
|
|
" | ",
|
|
"IFieldSubTypeNestedOptional"
|
|
],
|
|
"path": "packages/kbn-es-query/src/es_query/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.MatchAllFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MatchAllFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
"MatchAllFilterMeta",
|
|
"; query: { match_all: ",
|
|
"QueryDslMatchAllQuery",
|
|
"; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.PhraseFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PhraseFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
"PhraseFilterMeta",
|
|
"; query: { match_phrase?: Partial<Record<string, string | ",
|
|
"QueryDslMatchPhraseQuery",
|
|
">> | undefined; match?: Partial<Record<string, string | number | boolean | ",
|
|
"QueryDslMatchQuery",
|
|
">> | undefined; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.PhrasesFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PhrasesFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
"PhrasesFilterMeta",
|
|
"; query: ",
|
|
"QueryDslQueryContainer",
|
|
"; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.Query",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Query",
|
|
"description": [],
|
|
"signature": [
|
|
"{ query: string | { [key: string]: any; }; language: string; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.QueryStringFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "QueryStringFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
"; query?: { query_string?: { query: string; fields?: string[] | undefined; } | undefined; } | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RangeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterMeta",
|
|
"text": "RangeFilterMeta"
|
|
},
|
|
"; query: { range: { [key: string]: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
},
|
|
"; }; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.RangeFilterMeta",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RangeFilterMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.FilterMeta",
|
|
"text": "FilterMeta"
|
|
},
|
|
" & { params?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterParams",
|
|
"text": "RangeFilterParams"
|
|
},
|
|
" | undefined; field?: string | undefined; formattedValue?: string | undefined; type: \"range\"; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.ScriptedPhraseFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ScriptedPhraseFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
"PhraseFilterMeta",
|
|
"; query: { script: { script: ",
|
|
"InlineScript",
|
|
"; }; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.ScriptedRangeFilter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ScriptedRangeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
" & { meta: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilterMeta",
|
|
"text": "RangeFilterMeta"
|
|
},
|
|
"; query: { script: { script: ",
|
|
"InlineScript",
|
|
"; }; }; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.TimeRange",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "COMPARE_ALL_OPTIONS",
|
|
"description": [
|
|
"\nInclude disabled, negate and store when comparing filters"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS.index",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS.disabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS.negate",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "negate",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS.state",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "state",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.COMPARE_ALL_OPTIONS.alias",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "alias",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "nodeBuilder",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.is",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "is",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, value: string | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.is.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.is.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.or",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "or",
|
|
"description": [],
|
|
"signature": [
|
|
"(nodes: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.or.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "nodes",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.and",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "and",
|
|
"description": [],
|
|
"signature": [
|
|
"(nodes: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.and.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "nodes",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.range",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, operator: \"gt\" | \"gte\" | \"lt\" | \"lte\", value: string | number) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.KueryNode",
|
|
"text": "KueryNode"
|
|
}
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.range.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.range.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "operator",
|
|
"description": [],
|
|
"signature": [
|
|
"\"gt\" | \"gte\" | \"lt\" | \"lte\""
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeBuilder.range.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "nodeTypes",
|
|
"description": [],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeTypes.function",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "function",
|
|
"description": [
|
|
"// This requires better typing of the different typings and their return types.\n// @ts-ignore"
|
|
],
|
|
"signature": [
|
|
"typeof ",
|
|
"packages/kbn-es-query/src/kuery/node_types/function"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeTypes.literal",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "literal",
|
|
"description": [],
|
|
"signature": [
|
|
"typeof ",
|
|
"packages/kbn-es-query/src/kuery/node_types/literal"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-query",
|
|
"id": "def-common.nodeTypes.wildcard",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "wildcard",
|
|
"description": [],
|
|
"signature": [
|
|
"typeof ",
|
|
"packages/kbn-es-query/src/kuery/node_types/wildcard"
|
|
],
|
|
"path": "packages/kbn-es-query/src/kuery/node_types/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |