kibana/api_docs/ml.json
Mike Côté 3abb79a179
Create new alerting HTTP APIs that use the new terminology (#93977)
* Move current alert HTTP APIs to legacy folder (#93943)

* Move current HTTP APIs to legacy folder

* Rename BASE_ALERT_API_PATH to LEGACY_BASE_ALERT_API_PATH

* Fix failing tests and extra files

* Create new rule HTTP APIs (#93980)

* Move current HTTP APIs to legacy folder

* Rename BASE_ALERT_API_PATH to LEGACY_BASE_ALERT_API_PATH

* Fix failing tests and extra files

* Move current alert HTTP APIs to legacy folder (#93943)

* Move current HTTP APIs to legacy folder

* Rename BASE_ALERT_API_PATH to LEGACY_BASE_ALERT_API_PATH

* Fix failing tests and extra files

* Add necessary files

* Create rule route

* Get rule API

* Update rule API

* Delete rule route

* Aggregate rules API

* Disable rule API

* Enable rule API

* Find rules API

* Fix Update API

* Get rule alert summary API

* Get rule state API

* Health API

* Rule types API

* Mute all API

* Mute alert API

* Unmute all API

* Unmute alert route

* Update API key API

* corrected tpye by making it much more complicated

* removed unneeded cocde

* Fixes

* Add back health route

* mutedInstanceIds -> mutedAlertIds

* lastRun -> last_run

* alert_type_state -> rule_type_state & alert_instances -> alerts

Co-authored-by: Gidi Meir Morris <github@gidi.io>

* Create docs for new rule HTTP APIs, deprecate old docs (#94745)

* Create docs for new APIs, deprecate old docs

* Remove connector_type_id

* Update docs

* Add link to legacy APIs from rules API docs

* Remove connector_type_id references

* [DOCS] Add legacy APIs to index.asciidoc

* Fix camel case

Co-authored-by: lcawl <lcawley@elastic.co>

* Make alerting tests use new rules APIs (#95159)

* Make API integration tests use new HTTP APIs

* Fix end to end tests

* Fix test failures

* Fix more test failures

* Rename some files

* Add tests for legacy APIs (#95333)

* Initial commit (#95457)

* Move some new alerting APIs to /internal (#95461)

* Initial commit

* Update README.md

* Use internal API

* Merge deprecated warning w/ alternative solution

* Update API docs

Co-authored-by: Gidi Meir Morris <github@gidi.io>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: lcawl <lcawley@elastic.co>
2021-03-30 08:27:28 -04:00

4921 lines
149 KiB
JSON

{
"id": "ml",
"client": {
"classes": [
{
"id": "def-public.MlUrlGenerator",
"type": "Class",
"tags": [],
"label": "MlUrlGenerator",
"description": [],
"signature": [
{
"pluginId": "ml",
"scope": "public",
"docId": "kibMlPluginApi",
"section": "def-public.MlUrlGenerator",
"text": "MlUrlGenerator"
},
" implements ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorsDefinition",
"text": "UrlGeneratorsDefinition"
},
"<\"ML_APP_URL_GENERATOR\">"
],
"children": [
{
"id": "def-public.MlUrlGenerator.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "Object",
"label": "params",
"isRequired": true,
"signature": [
"Params"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 45
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 45
}
},
{
"tags": [],
"id": "def-public.MlUrlGenerator.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 47
},
"signature": [
"\"ML_APP_URL_GENERATOR\""
]
},
{
"id": "def-public.MlUrlGenerator.createUrl",
"type": "Function",
"children": [
{
"type": "CompoundType",
"label": "mlUrlGeneratorParams",
"isRequired": true,
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 50
}
}
],
"signature": [
"(mlUrlGeneratorParams: ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
},
") => Promise<string>"
],
"description": [],
"label": "createUrl",
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 49
},
"tags": [],
"returnComment": []
}
],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts",
"lineNumber": 44
},
"initialIsOpen": false
}
],
"functions": [
{
"id": "def-public.getFormattedSeverityScore",
"type": "Function",
"label": "getFormattedSeverityScore",
"signature": [
"(score: number) => string"
],
"description": [
"\nReturn formatted severity score."
],
"children": [
{
"type": "number",
"label": "score",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 116
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 116
},
"initialIsOpen": false
},
{
"id": "def-public.getMlSharedImports",
"type": "Function",
"children": [],
"signature": [
"() => Promise<typeof ",
"x-pack/plugins/ml/public/shared",
">"
],
"description": [],
"label": "getMlSharedImports",
"source": {
"path": "x-pack/plugins/ml/public/index.ts",
"lineNumber": 60
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-public.getSeverityColor",
"type": "Function",
"label": "getSeverityColor",
"signature": [
"(normalizedScore: number) => string"
],
"description": [],
"children": [
{
"type": "number",
"label": "normalizedScore",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177
},
"initialIsOpen": false
},
{
"id": "def-public.getSeverityType",
"type": "Function",
"label": "getSeverityType",
"signature": [
"(normalizedScore: number) => ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ANOMALY_SEVERITY",
"text": "ANOMALY_SEVERITY"
}
],
"description": [],
"children": [
{
"type": "number",
"label": "normalizedScore",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138
},
"initialIsOpen": false
},
{
"id": "def-public.useMlHref",
"type": "Function",
"children": [
{
"type": "Object",
"label": "ml",
"isRequired": false,
"signature": [
"{ urlGenerator: ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorContract",
"text": "UrlGeneratorContract"
},
"<\"ML_APP_URL_GENERATOR\"> | undefined; } | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts",
"lineNumber": 17
}
},
{
"type": "string",
"label": "basePath",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts",
"lineNumber": 18
}
},
{
"type": "CompoundType",
"label": "params",
"isRequired": true,
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlUrlGeneratorState",
"text": "MlUrlGeneratorState"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts",
"lineNumber": 19
}
}
],
"signature": [
"(ml: { urlGenerator: ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorContract",
"text": "UrlGeneratorContract"
},
"<\"ML_APP_URL_GENERATOR\"> | undefined; } | undefined, basePath: string | undefined, params: ",
"MlUrlGeneratorState",
") => string | undefined"
],
"description": [
"\nProvides a URL to ML plugin page\nTODO remove basePath parameter"
],
"label": "useMlHref",
"source": {
"path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts",
"lineNumber": 16
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-public.AnomaliesTableRecord",
"type": "Interface",
"label": "AnomaliesTableRecord",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.time",
"type": "number",
"label": "time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 44
}
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.source",
"type": "Object",
"label": "source",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 45
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AnomalyRecordDoc",
"text": "AnomalyRecordDoc"
}
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.rowId",
"type": "string",
"label": "rowId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 46
}
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.jobId",
"type": "string",
"label": "jobId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 47
}
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.detectorIndex",
"type": "number",
"label": "detectorIndex",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 48
}
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.severity",
"type": "number",
"label": "severity",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 49
}
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.entityName",
"type": "string",
"label": "entityName",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 50
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.entityValue",
"type": "Any",
"label": "entityValue",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 51
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.influencers",
"type": "Array",
"label": "influencers",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 52
},
"signature": [
"{ [key: string]: any; }[] | undefined"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.actual",
"type": "Array",
"label": "actual",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 53
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.actualSort",
"type": "Any",
"label": "actualSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 54
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.typical",
"type": "Array",
"label": "typical",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 55
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.typicalSort",
"type": "Any",
"label": "typicalSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 56
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-public.AnomaliesTableRecord.metricDescriptionSort",
"type": "number",
"label": "metricDescriptionSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 57
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 43
},
"initialIsOpen": false
},
{
"id": "def-public.DataRecognizerConfigResponse",
"type": "Interface",
"label": "DataRecognizerConfigResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.DataRecognizerConfigResponse.datafeeds",
"type": "Array",
"label": "datafeeds",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 94
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DatafeedResponse",
"text": "DatafeedResponse"
},
"[]"
]
},
{
"tags": [],
"id": "def-public.DataRecognizerConfigResponse.jobs",
"type": "Array",
"label": "jobs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 95
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JobResponse",
"text": "JobResponse"
},
"[]"
]
},
{
"tags": [],
"id": "def-public.DataRecognizerConfigResponse.kibana",
"type": "Object",
"label": "kibana",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 96
},
"signature": [
"{ search: ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; visualization: ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; dashboard: ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.KibanaObjectResponse",
"text": "KibanaObjectResponse"
},
"[]; }"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 93
},
"initialIsOpen": false
},
{
"id": "def-public.Influencer",
"type": "Interface",
"label": "Influencer",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.Influencer.influencer_field_name",
"type": "string",
"label": "influencer_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 11
}
},
{
"tags": [],
"id": "def-public.Influencer.influencer_field_values",
"type": "Array",
"label": "influencer_field_values",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 12
},
"signature": [
"string[]"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 10
},
"initialIsOpen": false
},
{
"id": "def-public.JobExistResult",
"type": "Interface",
"label": "JobExistResult",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.JobExistResult.jobsExist",
"type": "boolean",
"label": "jobsExist",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 16
}
},
{
"tags": [],
"id": "def-public.JobExistResult.jobs",
"type": "Array",
"label": "jobs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 17
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JobStat",
"text": "JobStat"
},
"[]"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 15
},
"initialIsOpen": false
},
{
"id": "def-public.JobStat",
"type": "Interface",
"label": "JobStat",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.JobStat.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 9
}
},
{
"tags": [],
"id": "def-public.JobStat.earliestTimestampMs",
"type": "number",
"label": "earliestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 10
}
},
{
"tags": [],
"id": "def-public.JobStat.latestTimestampMs",
"type": "number",
"label": "latestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 11
}
},
{
"tags": [],
"id": "def-public.JobStat.latestResultsTimestampMs",
"type": "number",
"label": "latestResultsTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 12
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/data_recognizer.ts",
"lineNumber": 8
},
"initialIsOpen": false
},
{
"id": "def-public.MlCapabilitiesResponse",
"type": "Interface",
"label": "MlCapabilitiesResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.MlCapabilitiesResponse.capabilities",
"type": "CompoundType",
"label": "capabilities",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 151
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.MlCapabilities",
"text": "MlCapabilities"
}
]
},
{
"tags": [],
"id": "def-public.MlCapabilitiesResponse.upgradeInProgress",
"type": "boolean",
"label": "upgradeInProgress",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 152
}
},
{
"tags": [],
"id": "def-public.MlCapabilitiesResponse.isPlatinumOrTrialLicense",
"type": "boolean",
"label": "isPlatinumOrTrialLicense",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 153
}
},
{
"tags": [],
"id": "def-public.MlCapabilitiesResponse.mlFeatureEnabledInSpace",
"type": "boolean",
"label": "mlFeatureEnabledInSpace",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 154
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 150
},
"initialIsOpen": false
},
{
"id": "def-public.MlSummaryJob",
"type": "Interface",
"label": "MlSummaryJob",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.MlSummaryJob.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 15
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 16
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.groups",
"type": "Array",
"label": "groups",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 17
},
"signature": [
"string[]"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.processed_record_count",
"type": "number",
"label": "processed_record_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 18
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.memory_status",
"type": "string",
"label": "memory_status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 19
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.jobState",
"type": "string",
"label": "jobState",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 20
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.datafeedIndices",
"type": "Array",
"label": "datafeedIndices",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 21
},
"signature": [
"string[]"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.hasDatafeed",
"type": "boolean",
"label": "hasDatafeed",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 22
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.datafeedId",
"type": "string",
"label": "datafeedId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.datafeedState",
"type": "string",
"label": "datafeedState",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.latestTimestampMs",
"type": "number",
"label": "latestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 25
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.earliestTimestampMs",
"type": "number",
"label": "earliestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 26
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.latestResultsTimestampMs",
"type": "number",
"label": "latestResultsTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 27
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.fullJob",
"type": "Object",
"label": "fullJob",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 28
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CombinedJob",
"text": "CombinedJob"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.nodeName",
"type": "string",
"label": "nodeName",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 29
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.auditMessage",
"type": "Object",
"label": "auditMessage",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 30
},
"signature": [
"Partial<",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AuditMessage",
"text": "AuditMessage"
},
"> | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.isSingleMetricViewerJob",
"type": "boolean",
"label": "isSingleMetricViewerJob",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 31
}
},
{
"tags": [],
"id": "def-public.MlSummaryJob.isNotSingleMetricViewerJobMessage",
"type": "string",
"label": "isNotSingleMetricViewerJobMessage",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 32
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.deleting",
"type": "CompoundType",
"label": "deleting",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 33
},
"signature": [
"boolean | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.latestTimestampSortValue",
"type": "number",
"label": "latestTimestampSortValue",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 34
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.earliestStartTimestampMs",
"type": "number",
"label": "earliestStartTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 35
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-public.MlSummaryJob.awaitingNodeAssignment",
"type": "boolean",
"label": "awaitingNodeAssignment",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 36
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 14
},
"initialIsOpen": false
},
{
"id": "def-public.UseIndexDataReturnType",
"type": "Interface",
"label": "UseIndexDataReturnType",
"signature": [
{
"pluginId": "ml",
"scope": "public",
"docId": "kibMlPluginApi",
"section": "def-public.UseIndexDataReturnType",
"text": "UseIndexDataReturnType"
},
" extends Pick<",
"UseDataGridReturnType",
", \"status\" | \"baseline\" | \"pagination\" | \"errorMessage\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UseIndexDataReturnType.renderCellValue",
"type": "Function",
"label": "renderCellValue",
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 83
},
"signature": [
{
"pluginId": "ml",
"scope": "public",
"docId": "kibMlPluginApi",
"section": "def-public.RenderCellValue",
"text": "RenderCellValue"
}
]
}
],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 57
},
"initialIsOpen": false
}
],
"enums": [
{
"id": "def-public.ANOMALY_SEVERITY",
"type": "Enum",
"label": "ANOMALY_SEVERITY",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 8
},
"initialIsOpen": false
}
],
"misc": [
{
"tags": [],
"id": "def-public.ANOMALY_SWIMLANE_EMBEDDABLE_TYPE",
"type": "string",
"label": "ANOMALY_SWIMLANE_EMBEDDABLE_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/embeddables/constants.ts",
"lineNumber": 8
},
"signature": [
"\"ml_anomaly_swimlane\""
],
"initialIsOpen": false
},
{
"id": "def-public.AnomalySwimlaneEmbeddableInput",
"type": "Type",
"label": "AnomalySwimlaneEmbeddableInput",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/embeddables/types.ts",
"lineNumber": 40
},
"signature": [
"EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-public.CONTROLLED_BY_SWIM_LANE_FILTER",
"type": "string",
"label": "CONTROLLED_BY_SWIM_LANE_FILTER",
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/ui_actions/constants.ts",
"lineNumber": 8
},
"signature": [
"\"anomaly-swim-lane\""
],
"initialIsOpen": false
},
{
"id": "def-public.EsSorting",
"type": "Type",
"label": "EsSorting",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 53
},
"signature": [
"Dictionary<{ order: 'asc' | 'desc'; }>"
],
"initialIsOpen": false
},
{
"id": "def-public.GetMlSharedImportsReturnType",
"type": "Type",
"label": "GetMlSharedImportsReturnType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/index.ts",
"lineNumber": 65
},
"signature": [
"typeof ",
"x-pack/plugins/ml/public/shared"
],
"initialIsOpen": false
},
{
"id": "def-public.RenderCellValue",
"type": "Type",
"label": "RenderCellValue",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 43
},
"signature": [
"(__0: { rowIndex: number; columnId: string; setCellProps: (props: ",
"CommonProps",
" & React.HTMLAttributes<HTMLDivElement>) => void; }) => any"
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-public.HITS_TOTAL_RELATION",
"type": "Object",
"label": "HITS_TOTAL_RELATION",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 10
},
"signature": [
"{ readonly EQ: \"eq\"; readonly GTE: \"gte\"; }"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-public.ML_PAGES",
"type": "Object",
"label": "ML_PAGES",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/ml_url_generator.ts",
"lineNumber": 10
},
"signature": [
"{ readonly ANOMALY_DETECTION_JOBS_MANAGE: \"jobs\"; readonly ANOMALY_EXPLORER: \"explorer\"; readonly SINGLE_METRIC_VIEWER: \"timeseriesexplorer\"; readonly DATA_FRAME_ANALYTICS_JOBS_MANAGE: \"data_frame_analytics\"; readonly DATA_FRAME_ANALYTICS_CREATE_JOB: \"data_frame_analytics/new_job\"; readonly DATA_FRAME_ANALYTICS_MODELS_MANAGE: \"data_frame_analytics/models\"; readonly DATA_FRAME_ANALYTICS_EXPLORATION: \"data_frame_analytics/exploration\"; readonly DATA_FRAME_ANALYTICS_MAP: \"data_frame_analytics/map\"; readonly DATA_VISUALIZER: \"datavisualizer\"; readonly DATA_VISUALIZER_INDEX_SELECT: \"datavisualizer_index_select\"; readonly DATA_VISUALIZER_FILE: \"filedatavisualizer\"; readonly DATA_VISUALIZER_INDEX_VIEWER: \"jobs/new_job/datavisualizer\"; readonly ANOMALY_DETECTION_CREATE_JOB: \"jobs/new_job\"; readonly ANOMALY_DETECTION_CREATE_JOB_ADVANCED: \"jobs/new_job/advanced\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_TYPE: \"jobs/new_job/step/job_type\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_INDEX: \"jobs/new_job/step/index_or_search\"; readonly SETTINGS: \"settings\"; readonly CALENDARS_MANAGE: \"settings/calendars_list\"; readonly CALENDARS_NEW: \"settings/calendars_list/new_calendar\"; readonly CALENDARS_EDIT: \"settings/calendars_list/edit_calendar\"; readonly FILTER_LISTS_MANAGE: \"settings/filter_lists\"; readonly FILTER_LISTS_NEW: \"settings/filter_lists/new_filter_list\"; readonly FILTER_LISTS_EDIT: \"settings/filter_lists/edit_filter_list\"; readonly ACCESS_DENIED: \"access-denied\"; readonly OVERVIEW: \"overview\"; }"
],
"initialIsOpen": false
}
],
"setup": {
"id": "def-public.MlPluginSetup",
"type": "Type",
"label": "MlPluginSetup",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/plugin.ts",
"lineNumber": 209
},
"signature": [
"{ urlGenerator: UrlGeneratorContract<\"ML_APP_URL_GENERATOR\"> | undefined; }"
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-public.MlPluginStart",
"type": "Type",
"label": "MlPluginStart",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/public/plugin.ts",
"lineNumber": 210
},
"signature": [
"{ urlGenerator: UrlGeneratorContract<\"ML_APP_URL_GENERATOR\"> | undefined; }"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"id": "def-server.InsufficientMLCapabilities",
"type": "Class",
"tags": [],
"label": "InsufficientMLCapabilities",
"description": [],
"signature": [
{
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.InsufficientMLCapabilities",
"text": "InsufficientMLCapabilities"
},
" extends Error"
],
"children": [
{
"id": "def-server.InsufficientMLCapabilities.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "string",
"label": "message",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 18
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 18
}
}
],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 17
},
"initialIsOpen": false
},
{
"id": "def-server.MLPrivilegesUninitialized",
"type": "Class",
"tags": [],
"label": "MLPrivilegesUninitialized",
"description": [],
"signature": [
{
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.MLPrivilegesUninitialized",
"text": "MLPrivilegesUninitialized"
},
" extends Error"
],
"children": [
{
"id": "def-server.MLPrivilegesUninitialized.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "string",
"label": "message",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 25
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 25
}
}
],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 24
},
"initialIsOpen": false
},
{
"id": "def-server.UnknownMLCapabilitiesError",
"type": "Class",
"tags": [],
"label": "UnknownMLCapabilitiesError",
"description": [],
"signature": [
{
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.UnknownMLCapabilitiesError",
"text": "UnknownMLCapabilitiesError"
},
" extends Error"
],
"children": [
{
"id": "def-server.UnknownMLCapabilitiesError.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "string",
"label": "message",
"isRequired": false,
"signature": [
"string | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 11
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 11
}
}
],
"source": {
"path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts",
"lineNumber": 10
},
"initialIsOpen": false
}
],
"functions": [
{
"id": "def-server.getHistogramsForFields",
"type": "Function",
"children": [
{
"type": "Object",
"label": "client",
"isRequired": true,
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.IScopedClusterClient",
"text": "IScopedClusterClient"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 241
}
},
{
"type": "string",
"label": "indexPatternTitle",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 242
}
},
{
"type": "Any",
"label": "query",
"isRequired": true,
"signature": [
"any"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 243
}
},
{
"type": "Array",
"label": "fields",
"isRequired": true,
"signature": [
{
"pluginId": "ml",
"scope": "server",
"docId": "kibMlPluginApi",
"section": "def-server.HistogramField",
"text": "HistogramField"
},
"[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 244
}
},
{
"type": "number",
"label": "samplerShardSize",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 245
}
},
{
"type": "Object",
"label": "runtimeMappings",
"isRequired": false,
"signature": [
"Record<string, ",
"RuntimeField",
"> | undefined"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 246
}
}
],
"signature": [
"(client: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.IScopedClusterClient",
"text": "IScopedClusterClient"
},
", indexPatternTitle: string, query: any, fields: ",
"HistogramField",
"[], samplerShardSize: number, runtimeMappings?: Record<string, ",
"RuntimeField",
"> | undefined) => Promise<ChartData[]>"
],
"description": [],
"label": "getHistogramsForFields",
"source": {
"path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts",
"lineNumber": 240
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-server.isCombinedJobWithStats",
"type": "Function",
"label": "isCombinedJobWithStats",
"signature": [
"(arg: any) => boolean"
],
"description": [],
"children": [
{
"type": "Any",
"label": "arg",
"isRequired": true,
"signature": [
"any"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 28
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 28
},
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-server.AnomaliesTableRecord",
"type": "Interface",
"label": "AnomaliesTableRecord",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.time",
"type": "number",
"label": "time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 44
}
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.source",
"type": "Object",
"label": "source",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 45
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AnomalyRecordDoc",
"text": "AnomalyRecordDoc"
}
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.rowId",
"type": "string",
"label": "rowId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 46
}
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.jobId",
"type": "string",
"label": "jobId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 47
}
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.detectorIndex",
"type": "number",
"label": "detectorIndex",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 48
}
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.severity",
"type": "number",
"label": "severity",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 49
}
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.entityName",
"type": "string",
"label": "entityName",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 50
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.entityValue",
"type": "Any",
"label": "entityValue",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 51
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.influencers",
"type": "Array",
"label": "influencers",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 52
},
"signature": [
"{ [key: string]: any; }[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.actual",
"type": "Array",
"label": "actual",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 53
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.actualSort",
"type": "Any",
"label": "actualSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 54
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.typical",
"type": "Array",
"label": "typical",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 55
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.typicalSort",
"type": "Any",
"label": "typicalSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 56
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.AnomaliesTableRecord.metricDescriptionSort",
"type": "number",
"label": "metricDescriptionSort",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 57
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 43
},
"initialIsOpen": false
},
{
"id": "def-server.AnomalyCategorizerStatsDoc",
"type": "Interface",
"label": "AnomalyCategorizerStatsDoc",
"description": [],
"tags": [],
"children": [
{
"id": "def-server.AnomalyCategorizerStatsDoc.Unnamed",
"type": "Any",
"label": "Unnamed",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 63
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 64
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.result_type",
"type": "string",
"label": "result_type",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 65
},
"signature": [
"\"categorizer_stats\""
]
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.partition_field_name",
"type": "string",
"label": "partition_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 66
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.partition_field_value",
"type": "string",
"label": "partition_field_value",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 67
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.categorized_doc_count",
"type": "number",
"label": "categorized_doc_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 68
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.total_category_count",
"type": "number",
"label": "total_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 69
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.frequent_category_count",
"type": "number",
"label": "frequent_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 70
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.rare_category_count",
"type": "number",
"label": "rare_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 71
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.dead_category_count",
"type": "number",
"label": "dead_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 72
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.failed_category_count",
"type": "number",
"label": "failed_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 73
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.categorization_status",
"type": "CompoundType",
"label": "categorization_status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 74
},
"signature": [
"\"ok\" | \"warn\""
]
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.log_time",
"type": "number",
"label": "log_time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 75
}
},
{
"tags": [],
"id": "def-server.AnomalyCategorizerStatsDoc.timestamp",
"type": "number",
"label": "timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 76
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 62
},
"initialIsOpen": false
},
{
"id": "def-server.AnomalyRecordDoc",
"type": "Interface",
"label": "AnomalyRecordDoc",
"description": [],
"tags": [],
"children": [
{
"id": "def-server.AnomalyRecordDoc.Unnamed",
"type": "Any",
"label": "Unnamed",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 16
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 17
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.result_type",
"type": "string",
"label": "result_type",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 18
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.probability",
"type": "number",
"label": "probability",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 19
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.record_score",
"type": "number",
"label": "record_score",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 20
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.initial_record_score",
"type": "number",
"label": "initial_record_score",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 21
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.bucket_span",
"type": "number",
"label": "bucket_span",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 22
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.detector_index",
"type": "number",
"label": "detector_index",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.is_interim",
"type": "boolean",
"label": "is_interim",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.timestamp",
"type": "number",
"label": "timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 25
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.partition_field_name",
"type": "string",
"label": "partition_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 26
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.partition_field_value",
"type": "CompoundType",
"label": "partition_field_value",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 27
},
"signature": [
"string | number | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.function",
"type": "string",
"label": "function",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 28
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.function_description",
"type": "string",
"label": "function_description",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 29
}
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.typical",
"type": "Array",
"label": "typical",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 30
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.actual",
"type": "Array",
"label": "actual",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 31
},
"signature": [
"number[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.influencers",
"type": "Array",
"label": "influencers",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 32
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Influencer",
"text": "Influencer"
},
"[] | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.by_field_name",
"type": "string",
"label": "by_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 33
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.field_name",
"type": "string",
"label": "field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 34
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.by_field_value",
"type": "string",
"label": "by_field_value",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 35
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.multi_bucket_impact",
"type": "number",
"label": "multi_bucket_impact",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 36
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.over_field_name",
"type": "string",
"label": "over_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 37
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.over_field_value",
"type": "string",
"label": "over_field_value",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 38
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.AnomalyRecordDoc.causes",
"type": "Array",
"label": "causes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 40
},
"signature": [
"any[] | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 15
},
"initialIsOpen": false
},
{
"id": "def-server.AuditMessage",
"type": "Interface",
"label": "AuditMessage",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.AuditMessage.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 40
}
},
{
"tags": [],
"id": "def-server.AuditMessage.msgTime",
"type": "number",
"label": "msgTime",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 41
}
},
{
"tags": [],
"id": "def-server.AuditMessage.level",
"type": "string",
"label": "level",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 42
}
},
{
"tags": [],
"id": "def-server.AuditMessage.highestLevel",
"type": "string",
"label": "highestLevel",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 43
}
},
{
"tags": [],
"id": "def-server.AuditMessage.highestLevelText",
"type": "string",
"label": "highestLevelText",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 44
}
},
{
"tags": [],
"id": "def-server.AuditMessage.text",
"type": "string",
"label": "text",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 45
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 39
},
"initialIsOpen": false
},
{
"id": "def-server.CombinedJob",
"type": "Interface",
"label": "CombinedJob",
"signature": [
"CombinedJob",
" extends ",
"Job"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CombinedJob.calendars",
"type": "Array",
"label": "calendars",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 19
},
"signature": [
"string[] | undefined"
]
},
{
"tags": [],
"id": "def-server.CombinedJob.datafeed_config",
"type": "Object",
"label": "datafeed_config",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 20
},
"signature": [
"Datafeed"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 18
},
"initialIsOpen": false
},
{
"id": "def-server.CombinedJobWithStats",
"type": "Interface",
"label": "CombinedJobWithStats",
"signature": [
"CombinedJobWithStats",
" extends ",
"JobWithStats"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CombinedJobWithStats.calendars",
"type": "Array",
"label": "calendars",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 24
},
"signature": [
"string[] | undefined"
]
},
{
"tags": [],
"id": "def-server.CombinedJobWithStats.datafeed_config",
"type": "CompoundType",
"label": "datafeed_config",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 25
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DatafeedWithStats",
"text": "DatafeedWithStats"
}
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 23
},
"initialIsOpen": false
},
{
"id": "def-server.CustomSettings",
"type": "Interface",
"label": "CustomSettings",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.CustomSettings.custom_urls",
"type": "Array",
"label": "custom_urls",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 16
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.UrlConfig",
"text": "UrlConfig"
},
"[] | undefined"
]
},
{
"tags": [],
"id": "def-server.CustomSettings.created_by",
"type": "CompoundType",
"label": "created_by",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 17
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CREATED_BY_LABEL",
"text": "CREATED_BY_LABEL"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.CustomSettings.job_tags",
"type": "Object",
"label": "job_tags",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 18
},
"signature": [
"{ [tag: string]: string; } | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 15
},
"initialIsOpen": false
},
{
"id": "def-server.DataCounts",
"type": "Interface",
"label": "DataCounts",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.DataCounts.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-server.DataCounts.processed_record_count",
"type": "number",
"label": "processed_record_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-server.DataCounts.processed_field_count",
"type": "number",
"label": "processed_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 25
}
},
{
"tags": [],
"id": "def-server.DataCounts.input_bytes",
"type": "number",
"label": "input_bytes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 26
}
},
{
"tags": [],
"id": "def-server.DataCounts.input_field_count",
"type": "number",
"label": "input_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 27
}
},
{
"tags": [],
"id": "def-server.DataCounts.invalid_date_count",
"type": "number",
"label": "invalid_date_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 28
}
},
{
"tags": [],
"id": "def-server.DataCounts.missing_field_count",
"type": "number",
"label": "missing_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 29
}
},
{
"tags": [],
"id": "def-server.DataCounts.out_of_order_timestamp_count",
"type": "number",
"label": "out_of_order_timestamp_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 30
}
},
{
"tags": [],
"id": "def-server.DataCounts.empty_bucket_count",
"type": "number",
"label": "empty_bucket_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 31
}
},
{
"tags": [],
"id": "def-server.DataCounts.sparse_bucket_count",
"type": "number",
"label": "sparse_bucket_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 32
}
},
{
"tags": [],
"id": "def-server.DataCounts.bucket_count",
"type": "number",
"label": "bucket_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 33
}
},
{
"tags": [],
"id": "def-server.DataCounts.earliest_record_timestamp",
"type": "number",
"label": "earliest_record_timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 34
}
},
{
"tags": [],
"id": "def-server.DataCounts.latest_record_timestamp",
"type": "number",
"label": "latest_record_timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 35
}
},
{
"tags": [],
"id": "def-server.DataCounts.last_data_time",
"type": "number",
"label": "last_data_time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 36
}
},
{
"tags": [],
"id": "def-server.DataCounts.input_record_count",
"type": "number",
"label": "input_record_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 37
}
},
{
"tags": [],
"id": "def-server.DataCounts.latest_empty_bucket_timestamp",
"type": "number",
"label": "latest_empty_bucket_timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 38
}
},
{
"tags": [],
"id": "def-server.DataCounts.latest_sparse_bucket_timestamp",
"type": "number",
"label": "latest_sparse_bucket_timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 39
}
},
{
"tags": [],
"id": "def-server.DataCounts.latest_bucket_timestamp",
"type": "number",
"label": "latest_bucket_timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 40
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 22
},
"initialIsOpen": false
},
{
"id": "def-server.DatafeedStats",
"type": "Interface",
"label": "DatafeedStats",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.DatafeedStats.datafeed_id",
"type": "string",
"label": "datafeed_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 12
}
},
{
"tags": [],
"id": "def-server.DatafeedStats.state",
"type": "Enum",
"label": "state",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 13
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DATAFEED_STATE",
"text": "DATAFEED_STATE"
}
]
},
{
"tags": [],
"id": "def-server.DatafeedStats.node",
"type": "Object",
"label": "node",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 14
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Node",
"text": "Node"
}
]
},
{
"tags": [],
"id": "def-server.DatafeedStats.assignment_explanation",
"type": "string",
"label": "assignment_explanation",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 15
}
},
{
"tags": [],
"id": "def-server.DatafeedStats.timing_stats",
"type": "Object",
"label": "timing_stats",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 16
},
"signature": [
"TimingStats"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
"lineNumber": 11
},
"initialIsOpen": false
},
{
"id": "def-server.ForecastsStats",
"type": "Interface",
"label": "ForecastsStats",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.ForecastsStats.total",
"type": "number",
"label": "total",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 66
}
},
{
"tags": [],
"id": "def-server.ForecastsStats.forecasted_jobs",
"type": "number",
"label": "forecasted_jobs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 67
}
},
{
"tags": [],
"id": "def-server.ForecastsStats.memory_bytes",
"type": "Any",
"label": "memory_bytes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 68
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.ForecastsStats.records",
"type": "Any",
"label": "records",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 69
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.ForecastsStats.processing_time_ms",
"type": "Any",
"label": "processing_time_ms",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 70
},
"signature": [
"any"
]
},
{
"tags": [],
"id": "def-server.ForecastsStats.status",
"type": "Any",
"label": "status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 71
},
"signature": [
"any"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 65
},
"initialIsOpen": false
},
{
"id": "def-server.Influencer",
"type": "Interface",
"label": "Influencer",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.Influencer.influencer_field_name",
"type": "string",
"label": "influencer_field_name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 11
}
},
{
"tags": [],
"id": "def-server.Influencer.influencer_field_values",
"type": "Array",
"label": "influencer_field_values",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 12
},
"signature": [
"string[]"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 10
},
"initialIsOpen": false
},
{
"id": "def-server.JobStats",
"type": "Interface",
"label": "JobStats",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.JobStats.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 11
}
},
{
"tags": [],
"id": "def-server.JobStats.data_counts",
"type": "Object",
"label": "data_counts",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 12
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.DataCounts",
"text": "DataCounts"
}
]
},
{
"tags": [],
"id": "def-server.JobStats.model_size_stats",
"type": "Object",
"label": "model_size_stats",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 13
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ModelSizeStats",
"text": "ModelSizeStats"
}
]
},
{
"tags": [],
"id": "def-server.JobStats.forecasts_stats",
"type": "Object",
"label": "forecasts_stats",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 14
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ForecastsStats",
"text": "ForecastsStats"
}
]
},
{
"tags": [],
"id": "def-server.JobStats.state",
"type": "Enum",
"label": "state",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 15
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.JOB_STATE",
"text": "JOB_STATE"
}
]
},
{
"tags": [],
"id": "def-server.JobStats.node",
"type": "Object",
"label": "node",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 16
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.Node",
"text": "Node"
}
]
},
{
"tags": [],
"id": "def-server.JobStats.assignment_explanation",
"type": "string",
"label": "assignment_explanation",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 17
}
},
{
"tags": [],
"id": "def-server.JobStats.open_time",
"type": "string",
"label": "open_time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 18
}
},
{
"tags": [],
"id": "def-server.JobStats.timing_stats",
"type": "Object",
"label": "timing_stats",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 19
},
"signature": [
"TimingStats"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 10
},
"initialIsOpen": false
},
{
"id": "def-server.MlJobWithTimeRange",
"type": "Interface",
"label": "MlJobWithTimeRange",
"signature": [
"MlJobWithTimeRange",
" extends ",
"CombinedJobWithStats"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.MlJobWithTimeRange.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 51
}
},
{
"tags": [],
"id": "def-server.MlJobWithTimeRange.isRunning",
"type": "CompoundType",
"label": "isRunning",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 52
},
"signature": [
"boolean | undefined"
]
},
{
"tags": [],
"id": "def-server.MlJobWithTimeRange.isNotSingleMetricViewerJobMessage",
"type": "string",
"label": "isNotSingleMetricViewerJobMessage",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 53
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.MlJobWithTimeRange.timeRange",
"type": "Object",
"label": "timeRange",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 54
},
"signature": [
"{ from: number; to: number; fromPx: number; toPx: number; fromMoment: moment.Moment; toMoment: moment.Moment; widthPx: number; label: string; }"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 50
},
"initialIsOpen": false
},
{
"id": "def-server.MlSummaryJob",
"type": "Interface",
"label": "MlSummaryJob",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.MlSummaryJob.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 15
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 16
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.groups",
"type": "Array",
"label": "groups",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 17
},
"signature": [
"string[]"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.processed_record_count",
"type": "number",
"label": "processed_record_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 18
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.memory_status",
"type": "string",
"label": "memory_status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 19
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.jobState",
"type": "string",
"label": "jobState",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 20
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.datafeedIndices",
"type": "Array",
"label": "datafeedIndices",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 21
},
"signature": [
"string[]"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.hasDatafeed",
"type": "boolean",
"label": "hasDatafeed",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 22
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.datafeedId",
"type": "string",
"label": "datafeedId",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.datafeedState",
"type": "string",
"label": "datafeedState",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.latestTimestampMs",
"type": "number",
"label": "latestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 25
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.earliestTimestampMs",
"type": "number",
"label": "earliestTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 26
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.latestResultsTimestampMs",
"type": "number",
"label": "latestResultsTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 27
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.fullJob",
"type": "Object",
"label": "fullJob",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 28
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.CombinedJob",
"text": "CombinedJob"
},
" | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.nodeName",
"type": "string",
"label": "nodeName",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 29
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.auditMessage",
"type": "Object",
"label": "auditMessage",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 30
},
"signature": [
"Partial<",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.AuditMessage",
"text": "AuditMessage"
},
"> | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.isSingleMetricViewerJob",
"type": "boolean",
"label": "isSingleMetricViewerJob",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 31
}
},
{
"tags": [],
"id": "def-server.MlSummaryJob.isNotSingleMetricViewerJobMessage",
"type": "string",
"label": "isNotSingleMetricViewerJobMessage",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 32
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.deleting",
"type": "CompoundType",
"label": "deleting",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 33
},
"signature": [
"boolean | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.latestTimestampSortValue",
"type": "number",
"label": "latestTimestampSortValue",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 34
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.earliestStartTimestampMs",
"type": "number",
"label": "earliestStartTimestampMs",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 35
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.MlSummaryJob.awaitingNodeAssignment",
"type": "boolean",
"label": "awaitingNodeAssignment",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 36
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 14
},
"initialIsOpen": false
},
{
"id": "def-server.ModelSizeStats",
"type": "Interface",
"label": "ModelSizeStats",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.ModelSizeStats.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 44
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.result_type",
"type": "string",
"label": "result_type",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 45
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.model_bytes",
"type": "number",
"label": "model_bytes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 46
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.model_bytes_exceeded",
"type": "number",
"label": "model_bytes_exceeded",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 47
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.model_bytes_memory_limit",
"type": "number",
"label": "model_bytes_memory_limit",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 48
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.peak_model_bytes",
"type": "number",
"label": "peak_model_bytes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 49
},
"signature": [
"number | undefined"
]
},
{
"tags": [],
"id": "def-server.ModelSizeStats.total_by_field_count",
"type": "number",
"label": "total_by_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 50
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.total_over_field_count",
"type": "number",
"label": "total_over_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 51
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.total_partition_field_count",
"type": "number",
"label": "total_partition_field_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 52
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.bucket_allocation_failures_count",
"type": "number",
"label": "bucket_allocation_failures_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 53
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.memory_status",
"type": "CompoundType",
"label": "memory_status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 54
},
"signature": [
"\"ok\" | \"soft_limit\" | \"hard_limit\""
]
},
{
"tags": [],
"id": "def-server.ModelSizeStats.categorized_doc_count",
"type": "number",
"label": "categorized_doc_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 55
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.total_category_count",
"type": "number",
"label": "total_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 56
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.frequent_category_count",
"type": "number",
"label": "frequent_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 57
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.rare_category_count",
"type": "number",
"label": "rare_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 58
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.dead_category_count",
"type": "number",
"label": "dead_category_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 59
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.categorization_status",
"type": "CompoundType",
"label": "categorization_status",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 60
},
"signature": [
"\"ok\" | \"warn\""
]
},
{
"tags": [],
"id": "def-server.ModelSizeStats.log_time",
"type": "number",
"label": "log_time",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 61
}
},
{
"tags": [],
"id": "def-server.ModelSizeStats.timestamp",
"type": "number",
"label": "timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 62
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 43
},
"initialIsOpen": false
},
{
"id": "def-server.ModelSnapshot",
"type": "Interface",
"label": "ModelSnapshot",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.ModelSnapshot.job_id",
"type": "string",
"label": "job_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 12
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.min_version",
"type": "string",
"label": "min_version",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 13
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.timestamp",
"type": "number",
"label": "timestamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 14
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.description",
"type": "string",
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 15
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.snapshot_id",
"type": "string",
"label": "snapshot_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 16
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.snapshot_doc_count",
"type": "number",
"label": "snapshot_doc_count",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 17
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.model_size_stats",
"type": "Object",
"label": "model_size_stats",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 18
},
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ModelSizeStats",
"text": "ModelSizeStats"
}
]
},
{
"tags": [],
"id": "def-server.ModelSnapshot.latest_record_time_stamp",
"type": "number",
"label": "latest_record_time_stamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 19
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.latest_result_time_stamp",
"type": "number",
"label": "latest_result_time_stamp",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 20
}
},
{
"tags": [],
"id": "def-server.ModelSnapshot.retain",
"type": "boolean",
"label": "retain",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 21
}
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
"lineNumber": 11
},
"initialIsOpen": false
},
{
"id": "def-server.Node",
"type": "Interface",
"label": "Node",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.Node.id",
"type": "string",
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 75
}
},
{
"tags": [],
"id": "def-server.Node.name",
"type": "string",
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 76
}
},
{
"tags": [],
"id": "def-server.Node.ephemeral_id",
"type": "string",
"label": "ephemeral_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 77
}
},
{
"tags": [],
"id": "def-server.Node.transport_address",
"type": "string",
"label": "transport_address",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 78
}
},
{
"tags": [],
"id": "def-server.Node.attributes",
"type": "Object",
"label": "attributes",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 79
},
"signature": [
"{ 'transform.remote_connect'?: boolean | undefined; 'ml.machine_memory'?: number | undefined; 'xpack.installed'?: boolean | undefined; 'transform.node'?: boolean | undefined; 'ml.max_open_jobs'?: number | undefined; }"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
"lineNumber": 74
},
"initialIsOpen": false
},
{
"id": "def-server.PerPartitionCategorization",
"type": "Interface",
"label": "PerPartitionCategorization",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.PerPartitionCategorization.enabled",
"type": "CompoundType",
"label": "enabled",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 106
},
"signature": [
"boolean | undefined"
]
},
{
"tags": [],
"id": "def-server.PerPartitionCategorization.stop_on_warn",
"type": "CompoundType",
"label": "stop_on_warn",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 107
},
"signature": [
"boolean | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 105
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"id": "def-server.Aggregation",
"type": "Type",
"label": "Aggregation",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
"lineNumber": 44
},
"signature": [
"{ [x: string]: { date_histogram: { field: string; fixed_interval: string;}; aggregations?: { [key: string]: any; } | undefined; aggs?: { [key: string]: any; } | undefined; }; }"
],
"initialIsOpen": false
},
{
"id": "def-server.AnalysisConfig",
"type": "Type",
"label": "AnalysisConfig",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 49
},
"signature": [
"estypes.AnalysisConfig"
],
"initialIsOpen": false
},
{
"id": "def-server.AnalysisLimits",
"type": "Type",
"label": "AnalysisLimits",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 77
},
"signature": [
"estypes.AnalysisLimits"
],
"initialIsOpen": false
},
{
"id": "def-server.AnomalyResultType",
"type": "Type",
"label": "AnomalyResultType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 81
},
"signature": [
"\"bucket\" | \"record\" | \"influencer\""
],
"initialIsOpen": false
},
{
"id": "def-server.BucketSpan",
"type": "Type",
"label": "BucketSpan",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 13
},
"signature": [
"string"
],
"initialIsOpen": false
},
{
"id": "def-server.ChunkingConfig",
"type": "Type",
"label": "ChunkingConfig",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
"lineNumber": 37
},
"signature": [
"estypes.ChunkingConfig"
],
"initialIsOpen": false
},
{
"id": "def-server.CustomRule",
"type": "Type",
"label": "CustomRule",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 97
},
"signature": [
"estypes.DetectionRule"
],
"initialIsOpen": false
},
{
"id": "def-server.DataDescription",
"type": "Type",
"label": "DataDescription",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 83
},
"signature": [
"estypes.DataDescription"
],
"initialIsOpen": false
},
{
"id": "def-server.Datafeed",
"type": "Type",
"label": "Datafeed",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
"lineNumber": 14
},
"signature": [
"estypes.Datafeed"
],
"initialIsOpen": false
},
{
"id": "def-server.DatafeedId",
"type": "Type",
"label": "DatafeedId",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
"lineNumber": 12
},
"signature": [
"string"
],
"initialIsOpen": false
},
{
"id": "def-server.DatafeedWithStats",
"type": "Type",
"label": "DatafeedWithStats",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 14
},
"signature": [
"Datafeed",
" & DatafeedStats"
],
"initialIsOpen": false
},
{
"id": "def-server.Detector",
"type": "Type",
"label": "Detector",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 63
},
"signature": [
"estypes.Detector"
],
"initialIsOpen": false
},
{
"id": "def-server.EntityFieldType",
"type": "Type",
"label": "EntityFieldType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 79
},
"signature": [
"\"partition_field\" | \"over_field\" | \"by_field\""
],
"initialIsOpen": false
},
{
"id": "def-server.IndicesOptions",
"type": "Type",
"label": "IndicesOptions",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
"lineNumber": 56
},
"signature": [
"estypes.IndicesOptions"
],
"initialIsOpen": false
},
{
"id": "def-server.Job",
"type": "Type",
"label": "Job",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 23
},
"signature": [
"estypes.Job"
],
"initialIsOpen": false
},
{
"id": "def-server.JobId",
"type": "Type",
"label": "JobId",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 12
},
"signature": [
"string"
],
"initialIsOpen": false
},
{
"id": "def-server.JobWithStats",
"type": "Type",
"label": "JobWithStats",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
"lineNumber": 13
},
"signature": [
"Job",
" & JobStats"
],
"initialIsOpen": false
},
{
"id": "def-server.MlSummaryJobs",
"type": "Type",
"label": "MlSummaryJobs",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
"lineNumber": 48
},
"signature": [
"MlSummaryJob[]"
],
"initialIsOpen": false
},
{
"id": "def-server.ModelPlotConfig",
"type": "Type",
"label": "ModelPlotConfig",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
"lineNumber": 90
},
"signature": [
"estypes.ModelPlotConfig"
],
"initialIsOpen": false
},
{
"id": "def-server.ModuleSetupPayload",
"type": "Type",
"label": "ModuleSetupPayload",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/shared_services/providers/modules.ts",
"lineNumber": 16
},
"signature": [
"Readonly<{} & { moduleId: string; }> & Readonly<{ start?: number | undefined; query?: any; prefix?: string | undefined; end?: number | undefined; groups?: string[] | undefined; indexPatternName?: string | undefined; useDedicatedIndex?: boolean | undefined; startDatafeed?: boolean | undefined; jobOverrides?: any; datafeedOverrides?: any; estimateModelMemory?: boolean | undefined; applyToAllSpaces?: boolean | undefined; } & {}>"
],
"initialIsOpen": false
},
{
"id": "def-server.PartitionFieldsType",
"type": "Type",
"label": "PartitionFieldsType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/anomalies.ts",
"lineNumber": 60
},
"signature": [
"\"partition_field\" | \"over_field\" | \"by_field\""
],
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"id": "def-server.MlPluginSetup",
"type": "Type",
"label": "MlPluginSetup",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/plugin.ts",
"lineNumber": 63
},
"signature": [
"JobServiceProvider",
" & ",
"AnomalyDetectorsProvider",
" & ",
"MlSystemProvider",
" & ",
"ModulesProvider",
" & ",
"ResultsServiceProvider"
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.MlPluginStart",
"type": "Type",
"label": "MlPluginStart",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/server/plugin.ts",
"lineNumber": 64
},
"signature": [
"void"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [
{
"id": "def-common.composeValidators",
"type": "Function",
"label": "composeValidators",
"signature": [
"(validators: ((value: any) => { [key: string]: any; } | null)[]) => (value: any) => { [key: string]: any; } | null"
],
"description": [
"\nComposes multiple validators into a single function"
],
"children": [
{
"type": "Array",
"label": "validators",
"isRequired": true,
"signature": [
"((value: any) => { [key: string]: any; } | null)[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/validators.ts",
"lineNumber": 51
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/validators.ts",
"lineNumber": 50
},
"initialIsOpen": false
},
{
"id": "def-common.extractErrorMessage",
"type": "Function",
"children": [
{
"type": "CompoundType",
"label": "error",
"isRequired": false,
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ErrorType",
"text": "ErrorType"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/errors/process_errors.ts",
"lineNumber": 97
}
}
],
"signature": [
"(error: ",
"ErrorType",
") => string"
],
"description": [],
"label": "extractErrorMessage",
"source": {
"path": "x-pack/plugins/ml/common/util/errors/process_errors.ts",
"lineNumber": 97
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.getSeverityColor",
"type": "Function",
"label": "getSeverityColor",
"signature": [
"(normalizedScore: number) => string"
],
"description": [],
"children": [
{
"type": "number",
"label": "normalizedScore",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 177
},
"initialIsOpen": false
},
{
"id": "def-common.getSeverityType",
"type": "Function",
"label": "getSeverityType",
"signature": [
"(normalizedScore: number) => ",
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.ANOMALY_SEVERITY",
"text": "ANOMALY_SEVERITY"
}
],
"description": [],
"children": [
{
"type": "number",
"label": "normalizedScore",
"isRequired": true,
"signature": [
"number"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/anomaly_utils.ts",
"lineNumber": 138
},
"initialIsOpen": false
},
{
"id": "def-common.patternValidator",
"type": "Function",
"label": "patternValidator",
"signature": [
"(pattern: RegExp) => (value: string) => { pattern: { matchPattern: string; }; } | null"
],
"description": [
"\nProvides a validator function for checking against pattern."
],
"children": [
{
"type": "Object",
"label": "pattern",
"isRequired": true,
"signature": [
"RegExp"
],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/util/validators.ts",
"lineNumber": 34
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/ml/common/util/validators.ts",
"lineNumber": 33
},
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-common.SearchResponse7",
"type": "Interface",
"label": "SearchResponse7",
"signature": [
{
"pluginId": "ml",
"scope": "common",
"docId": "kibMlPluginApi",
"section": "def-common.SearchResponse7",
"text": "SearchResponse7"
},
"<T>"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.SearchResponse7.took",
"type": "number",
"label": "took",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 26
}
},
{
"tags": [],
"id": "def-common.SearchResponse7.timed_out",
"type": "boolean",
"label": "timed_out",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 27
}
},
{
"tags": [],
"id": "def-common.SearchResponse7._scroll_id",
"type": "string",
"label": "_scroll_id",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 28
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7._shards",
"type": "Object",
"label": "_shards",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 29
},
"signature": [
"ShardsResponse"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7.hits",
"type": "Object",
"label": "hits",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 30
},
"signature": [
"SearchResponse7Hits<T>"
]
},
{
"tags": [],
"id": "def-common.SearchResponse7.aggregations",
"type": "Any",
"label": "aggregations",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 31
},
"signature": [
"any"
]
}
],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 25
},
"initialIsOpen": false
}
],
"enums": [
{
"id": "def-common.ANOMALY_SEVERITY",
"type": "Enum",
"label": "ANOMALY_SEVERITY",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 8
},
"initialIsOpen": false
},
{
"id": "def-common.ANOMALY_THRESHOLD",
"type": "Enum",
"label": "ANOMALY_THRESHOLD",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 17
},
"initialIsOpen": false
}
],
"misc": [
{
"id": "def-common.ChartData",
"type": "Type",
"label": "ChartData",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/field_histograms.ts",
"lineNumber": 68
},
"signature": [
"NumericChartData",
" | ",
"OrdinalChartData",
" | ",
"UnsupportedChartData"
],
"initialIsOpen": false
},
{
"id": "def-common.HitsTotalRelation",
"type": "Type",
"label": "HitsTotalRelation",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 14
},
"signature": [
"\"gte\" | \"eq\""
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-common.HITS_TOTAL_RELATION",
"type": "Object",
"label": "HITS_TOTAL_RELATION",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
"lineNumber": 10
},
"signature": [
"{ readonly EQ: \"eq\"; readonly GTE: \"gte\"; }"
],
"initialIsOpen": false
},
{
"id": "def-common.SEVERITY_COLORS",
"type": "Object",
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.CRITICAL",
"type": "string",
"label": "CRITICAL",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 26
}
},
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.MAJOR",
"type": "string",
"label": "MAJOR",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 27
}
},
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.MINOR",
"type": "string",
"label": "MINOR",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 28
}
},
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.WARNING",
"type": "string",
"label": "WARNING",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 29
}
},
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.LOW",
"type": "string",
"label": "LOW",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 30
}
},
{
"tags": [],
"id": "def-common.SEVERITY_COLORS.BLANK",
"type": "string",
"label": "BLANK",
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 31
}
}
],
"description": [],
"label": "SEVERITY_COLORS",
"source": {
"path": "x-pack/plugins/ml/common/constants/anomalies.ts",
"lineNumber": 25
},
"initialIsOpen": false
}
]
}
}