{ "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L45" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L45" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L47" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L50" } } ], "signature": [ "(mlUrlGeneratorParams: ", { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.MlUrlGeneratorState", "text": "MlUrlGeneratorState" }, ") => Promise" ], "description": [], "label": "createUrl", "source": { "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", "lineNumber": 49, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L49" }, "tags": [], "returnComment": [] } ], "source": { "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", "lineNumber": 44, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts#L44" }, "initialIsOpen": false } ], "functions": [ { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L177" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "lineNumber": 177, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L177" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L138" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "lineNumber": 138, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L138" }, "initialIsOpen": false }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L116" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "lineNumber": 116, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L116" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts#L17" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts#L18" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts#L19" } } ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts#L16" }, "tags": [], "returnComment": [], "initialIsOpen": false }, { "id": "def-public.getMlSharedImports", "type": "Function", "children": [], "signature": [ "() => Promise" ], "description": [], "label": "getMlSharedImports", "source": { "path": "x-pack/plugins/ml/public/index.ts", "lineNumber": 60, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/index.ts#L60" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L44" } }, { "tags": [], "id": "def-public.AnomaliesTableRecord.source", "type": "Object", "label": "source", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L45" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L46" } }, { "tags": [], "id": "def-public.AnomaliesTableRecord.jobId", "type": "string", "label": "jobId", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 47, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L47" } }, { "tags": [], "id": "def-public.AnomaliesTableRecord.detectorIndex", "type": "number", "label": "detectorIndex", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 48, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L48" } }, { "tags": [], "id": "def-public.AnomaliesTableRecord.severity", "type": "number", "label": "severity", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 49, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L49" } }, { "tags": [], "id": "def-public.AnomaliesTableRecord.entityName", "type": "string", "label": "entityName", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 50, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L50" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L51" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L52" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L53" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L54" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L55" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L56" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L57" }, "signature": [ "number | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 43, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L43" }, "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": 80, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/modules.ts#L80" }, "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": 81, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/modules.ts#L81" }, "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": 82, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/modules.ts#L82" }, "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": 79, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/modules.ts#L79" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L11" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L12" }, "signature": [ "string[]" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L16" } }, { "tags": [], "id": "def-public.JobExistResult.jobs", "type": "Array", "label": "jobs", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L17" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L15" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L9" } }, { "tags": [], "id": "def-public.JobStat.earliestTimestampMs", "type": "number", "label": "earliestTimestampMs", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L10" } }, { "tags": [], "id": "def-public.JobStat.latestTimestampMs", "type": "number", "label": "latestTimestampMs", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L11" } }, { "tags": [], "id": "def-public.JobStat.latestResultsTimestampMs", "type": "number", "label": "latestResultsTimestampMs", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", "lineNumber": 12, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L12" }, "signature": [ "number | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", "lineNumber": 8, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/data_recognizer.ts#L8" }, "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": 147, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/capabilities.ts#L147" }, "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": 148, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/capabilities.ts#L148" } }, { "tags": [], "id": "def-public.MlCapabilitiesResponse.isPlatinumOrTrialLicense", "type": "boolean", "label": "isPlatinumOrTrialLicense", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", "lineNumber": 149, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/capabilities.ts#L149" } }, { "tags": [], "id": "def-public.MlCapabilitiesResponse.mlFeatureEnabledInSpace", "type": "boolean", "label": "mlFeatureEnabledInSpace", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", "lineNumber": 150, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/capabilities.ts#L150" } } ], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", "lineNumber": 146, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/capabilities.ts#L146" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L15" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L16" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L17" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L18" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L19" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L20" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L21" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L22" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L23" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L24" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L25" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L26" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L27" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L28" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L29" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L30" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L31" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L32" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L33" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L34" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L35" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L36" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L14" }, "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": 78, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/application/components/data_grid/types.ts#L78" }, "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": 52, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/application/components/data_grid/types.ts#L52" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L8" }, "initialIsOpen": false } ], "misc": [ { "id": "def-public.EsSorting", "type": "Type", "label": "EsSorting", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts", "lineNumber": 48, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/application/components/data_grid/types.ts#L48" }, "signature": [ "Dictionary<{ order: 'asc' | 'desc'; }>" ], "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": 38, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/application/components/data_grid/types.ts#L38" }, "signature": [ "(__0: { rowIndex: number; columnId: string; setCellProps: any; }) => any" ], "initialIsOpen": false }, { "id": "def-public.AnomalySwimlaneEmbeddableInput", "type": "Type", "label": "AnomalySwimlaneEmbeddableInput", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/public/embeddables/types.ts", "lineNumber": 40, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/embeddables/types.ts#L40" }, "signature": [ "EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput" ], "initialIsOpen": false }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/embeddables/constants.ts#L8" }, "signature": [ "\"ml_anomaly_swimlane\"" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/ui_actions/constants.ts#L8" }, "signature": [ "\"anomaly-swim-lane\"" ], "initialIsOpen": false }, { "id": "def-public.GetMlSharedImportsReturnType", "type": "Type", "label": "GetMlSharedImportsReturnType", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/public/index.ts", "lineNumber": 65, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/index.ts#L65" }, "signature": [ "typeof ", "x-pack/plugins/ml/public/shared" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/ml_url_generator.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/plugin.ts#L209" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/public/plugin.ts#L210" }, "signature": [ "{ urlGenerator: UrlGeneratorContract<\"ML_APP_URL_GENERATOR\"> | undefined; }" ], "lifecycle": "start", "initialIsOpen": true } }, "server": { "classes": [ { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L11" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L11" } } ], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L10" }, "initialIsOpen": false }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L18" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L18" } } ], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L17" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L25" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L25" } } ], "source": { "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/lib/capabilities/errors.ts#L24" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L241" } }, { "type": "string", "label": "indexPatternTitle", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts", "lineNumber": 242, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L242" } }, { "type": "Any", "label": "query", "isRequired": true, "signature": [ "any" ], "description": [], "source": { "path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts", "lineNumber": 243, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L243" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L244" } }, { "type": "number", "label": "samplerShardSize", "isRequired": true, "signature": [ "number" ], "description": [], "source": { "path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts", "lineNumber": 245, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L245" } }, { "type": "Object", "label": "runtimeMappings", "isRequired": false, "signature": [ "Record | undefined" ], "description": [], "source": { "path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts", "lineNumber": 246, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L246" } } ], "signature": [ "(client: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, ", indexPatternTitle: string, query: any, fields: ", "HistogramField", "[], samplerShardSize: number, runtimeMappings?: Record | undefined) => Promise" ], "description": [], "label": "getHistogramsForFields", "source": { "path": "x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts", "lineNumber": 240, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts#L240" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L28" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts", "lineNumber": 28, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L28" }, "initialIsOpen": false } ], "interfaces": [ { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L11" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L12" }, "signature": [ "string[]" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L16" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L17" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L18" } }, { "tags": [], "id": "def-server.AnomalyRecordDoc.probability", "type": "number", "label": "probability", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L19" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L20" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L21" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L22" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L23" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L24" } }, { "tags": [], "id": "def-server.AnomalyRecordDoc.timestamp", "type": "number", "label": "timestamp", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L25" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L26" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L27" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L28" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L29" } }, { "tags": [], "id": "def-server.AnomalyRecordDoc.typical", "type": "Array", "label": "typical", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 30, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L30" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L31" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L32" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L33" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L34" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L35" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L36" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L37" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L38" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L40" }, "signature": [ "any[] | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 15, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L15" }, "initialIsOpen": false }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L44" } }, { "tags": [], "id": "def-server.AnomaliesTableRecord.source", "type": "Object", "label": "source", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L45" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L46" } }, { "tags": [], "id": "def-server.AnomaliesTableRecord.jobId", "type": "string", "label": "jobId", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 47, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L47" } }, { "tags": [], "id": "def-server.AnomaliesTableRecord.detectorIndex", "type": "number", "label": "detectorIndex", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 48, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L48" } }, { "tags": [], "id": "def-server.AnomaliesTableRecord.severity", "type": "number", "label": "severity", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 49, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L49" } }, { "tags": [], "id": "def-server.AnomaliesTableRecord.entityName", "type": "string", "label": "entityName", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 50, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L50" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L51" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L52" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L53" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L54" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L55" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L56" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L57" }, "signature": [ "number | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 43, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L43" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L63" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L64" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L65" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L66" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L67" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L68" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L69" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L70" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L71" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L72" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L73" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L74" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L75" } }, { "tags": [], "id": "def-server.AnomalyCategorizerStatsDoc.timestamp", "type": "number", "label": "timestamp", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 76, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L76" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 62, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L62" }, "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": 15, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L15" }, "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": 16, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L16" }, "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": 17, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L17" }, "signature": [ "{ [tag: string]: string; } | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L14" }, "initialIsOpen": false }, { "id": "def-server.Job", "type": "Interface", "label": "Job", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.Job.job_id", "type": "string", "label": "job_id", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L23" } }, { "tags": [], "id": "def-server.Job.analysis_config", "type": "Object", "label": "analysis_config", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L24" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.AnalysisConfig", "text": "AnalysisConfig" } ] }, { "tags": [], "id": "def-server.Job.analysis_limits", "type": "Object", "label": "analysis_limits", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L25" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.AnalysisLimits", "text": "AnalysisLimits" }, " | undefined" ] }, { "tags": [], "id": "def-server.Job.background_persist_interval", "type": "string", "label": "background_persist_interval", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L26" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Job.custom_settings", "type": "Object", "label": "custom_settings", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L27" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.CustomSettings", "text": "CustomSettings" }, " | undefined" ] }, { "tags": [], "id": "def-server.Job.data_description", "type": "Object", "label": "data_description", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 28, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L28" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.DataDescription", "text": "DataDescription" } ] }, { "tags": [], "id": "def-server.Job.description", "type": "string", "label": "description", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 29, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L29" } }, { "tags": [], "id": "def-server.Job.groups", "type": "Array", "label": "groups", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 30, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L30" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.Job.model_plot_config", "type": "Object", "label": "model_plot_config", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L31" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.ModelPlotConfig", "text": "ModelPlotConfig" }, " | undefined" ] }, { "tags": [], "id": "def-server.Job.model_snapshot_retention_days", "type": "number", "label": "model_snapshot_retention_days", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 32, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L32" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.daily_model_snapshot_retention_after_days", "type": "number", "label": "daily_model_snapshot_retention_after_days", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 33, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L33" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.renormalization_window_days", "type": "number", "label": "renormalization_window_days", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 34, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L34" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.results_index_name", "type": "string", "label": "results_index_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 35, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L35" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Job.results_retention_days", "type": "number", "label": "results_retention_days", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 36, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L36" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.create_time", "type": "number", "label": "create_time", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L39" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.finished_time", "type": "number", "label": "finished_time", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 40, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L40" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Job.job_type", "type": "string", "label": "job_type", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 41, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L41" }, "signature": [ "\"anomaly_detector\" | undefined" ] }, { "tags": [], "id": "def-server.Job.job_version", "type": "string", "label": "job_version", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 42, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L42" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Job.model_snapshot_id", "type": "string", "label": "model_snapshot_id", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 43, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L43" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Job.deleting", "type": "CompoundType", "label": "deleting", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 44, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L44" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L22" }, "initialIsOpen": false }, { "id": "def-server.AnalysisConfig", "type": "Interface", "label": "AnalysisConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.AnalysisConfig.bucket_span", "type": "string", "label": "bucket_span", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 48, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L48" } }, { "tags": [], "id": "def-server.AnalysisConfig.categorization_field_name", "type": "string", "label": "categorization_field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 49, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L49" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.categorization_filters", "type": "Array", "label": "categorization_filters", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 50, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L50" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.categorization_analyzer", "type": "CompoundType", "label": "categorization_analyzer", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 51, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L51" }, "signature": [ "string | object | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.detectors", "type": "Array", "label": "detectors", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 52, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L52" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.Detector", "text": "Detector" }, "[]" ] }, { "tags": [], "id": "def-server.AnalysisConfig.influencers", "type": "Array", "label": "influencers", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 53, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L53" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.AnalysisConfig.latency", "type": "number", "label": "latency", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 54, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L54" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.multivariate_by_fields", "type": "CompoundType", "label": "multivariate_by_fields", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 55, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L55" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.summary_count_field_name", "type": "string", "label": "summary_count_field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 56, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L56" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.AnalysisConfig.per_partition_categorization", "type": "Object", "label": "per_partition_categorization", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 57, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L57" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.PerPartitionCategorization", "text": "PerPartitionCategorization" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 47, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L47" }, "initialIsOpen": false }, { "id": "def-server.Detector", "type": "Interface", "label": "Detector", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.Detector.by_field_name", "type": "string", "label": "by_field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 61, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L61" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.detector_description", "type": "string", "label": "detector_description", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 62, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L62" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.detector_index", "type": "number", "label": "detector_index", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 63, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L63" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Detector.exclude_frequent", "type": "string", "label": "exclude_frequent", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 64, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L64" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.field_name", "type": "string", "label": "field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 65, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L65" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.function", "type": "string", "label": "function", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 66, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L66" } }, { "tags": [], "id": "def-server.Detector.over_field_name", "type": "string", "label": "over_field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 67, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L67" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.partition_field_name", "type": "string", "label": "partition_field_name", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 68, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L68" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Detector.use_null", "type": "CompoundType", "label": "use_null", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 69, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L69" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-server.Detector.custom_rules", "type": "Array", "label": "custom_rules", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 70, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L70" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.CustomRule", "text": "CustomRule" }, "[] | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 60, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L60" }, "initialIsOpen": false }, { "id": "def-server.AnalysisLimits", "type": "Interface", "label": "AnalysisLimits", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.AnalysisLimits.categorization_examples_limit", "type": "number", "label": "categorization_examples_limit", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 73, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L73" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.AnalysisLimits.model_memory_limit", "type": "string", "label": "model_memory_limit", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 74, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L74" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 72, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L72" }, "initialIsOpen": false }, { "id": "def-server.DataDescription", "type": "Interface", "label": "DataDescription", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.DataDescription.format", "type": "string", "label": "format", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 78, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L78" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.DataDescription.time_field", "type": "string", "label": "time_field", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 79, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L79" } }, { "tags": [], "id": "def-server.DataDescription.time_format", "type": "string", "label": "time_format", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 80, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L80" }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 77, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L77" }, "initialIsOpen": false }, { "id": "def-server.ModelPlotConfig", "type": "Interface", "label": "ModelPlotConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.ModelPlotConfig.enabled", "type": "CompoundType", "label": "enabled", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 84, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L84" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-server.ModelPlotConfig.annotations_enabled", "type": "CompoundType", "label": "annotations_enabled", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 85, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L85" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-server.ModelPlotConfig.terms", "type": "string", "label": "terms", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 86, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L86" }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 83, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L83" }, "initialIsOpen": false }, { "id": "def-server.CustomRule", "type": "Interface", "label": "CustomRule", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.CustomRule.actions", "type": "Array", "label": "actions", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 91, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L91" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.CustomRule.scope", "type": "Uncategorized", "label": "scope", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 92, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L92" }, "signature": [ "object | undefined" ] }, { "tags": [], "id": "def-server.CustomRule.conditions", "type": "Array", "label": "conditions", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 93, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L93" }, "signature": [ "any[]" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 90, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L90" }, "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": 97, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L97" }, "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": 98, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L98" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", "lineNumber": 96, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L96" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L11" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L12" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L13" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L14" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L15" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L16" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L17" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L18" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L19" }, "signature": [ "TimingStats" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L23" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L24" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L25" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L26" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L27" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L28" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L29" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L30" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L31" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L32" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L33" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L34" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L35" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L36" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L37" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L38" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L39" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L40" }, "signature": [ "number | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L22" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L44" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L45" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L46" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L47" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L48" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L49" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L50" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L51" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L52" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L53" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L54" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L55" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L56" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L57" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L58" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L59" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L60" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L61" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L62" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts", "lineNumber": 43, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L43" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L66" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L67" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L68" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L69" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L70" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L71" }, "signature": [ "any" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts", "lineNumber": 65, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L65" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L75" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L76" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L77" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L78" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L79" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts#L74" }, "initialIsOpen": false }, { "id": "def-server.Datafeed", "type": "Interface", "label": "Datafeed", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.Datafeed.datafeed_id", "type": "string", "label": "datafeed_id", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L14" } }, { "tags": [], "id": "def-server.Datafeed.aggregations", "type": "Object", "label": "aggregations", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 15, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L15" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.aggs", "type": "Object", "label": "aggs", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 16, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L16" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.chunking_config", "type": "Object", "label": "chunking_config", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L17" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.ChunkingConfig", "text": "ChunkingConfig" }, " | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.frequency", "type": "string", "label": "frequency", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L18" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.indices", "type": "Array", "label": "indices", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L19" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.Datafeed.indexes", "type": "Array", "label": "indexes", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L20" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.job_id", "type": "string", "label": "job_id", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L21" } }, { "tags": [], "id": "def-server.Datafeed.query", "type": "Uncategorized", "label": "query", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L22" }, "signature": [ "object" ] }, { "tags": [], "id": "def-server.Datafeed.query_delay", "type": "string", "label": "query_delay", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L23" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.script_fields", "type": "Object", "label": "script_fields", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L24" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.runtime_mappings", "type": "Object", "label": "runtime_mappings", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L25" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.scroll_size", "type": "number", "label": "scroll_size", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L26" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.delayed_data_check_config", "type": "Uncategorized", "label": "delayed_data_check_config", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L27" }, "signature": [ "object | undefined" ] }, { "tags": [], "id": "def-server.Datafeed.indices_options", "type": "Object", "label": "indices_options", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 28, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L28" }, "signature": [ "IndicesOptions | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 13, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L13" }, "initialIsOpen": false }, { "id": "def-server.ChunkingConfig", "type": "Interface", "label": "ChunkingConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.ChunkingConfig.mode", "type": "CompoundType", "label": "mode", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 32, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L32" }, "signature": [ "\"auto\" | \"off\" | \"manual\"" ] }, { "tags": [], "id": "def-server.ChunkingConfig.time_span", "type": "string", "label": "time_span", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 33, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L33" }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L31" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L12" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L13" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L14" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L15" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L16" }, "signature": [ "TimingStats" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts#L11" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L19" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L20" }, "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.Datafeed", "text": "Datafeed" } ] } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L18" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L24" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L25" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L23" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L15" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L16" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L17" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L18" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L19" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L20" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L21" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L22" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L23" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L24" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L25" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L26" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L27" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L28" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L29" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L30" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L31" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L32" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L33" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L34" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L35" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L36" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L14" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L40" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L41" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L42" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L43" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L44" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L45" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L39" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L51" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L52" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L53" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L54" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L50" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L12" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L13" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L14" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L15" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L16" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L17" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L18" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L19" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L20" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L21" } } ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts#L11" }, "initialIsOpen": false } ], "enums": [], "misc": [ { "id": "def-server.ModuleSetupPayload", "type": "Type", "label": "ModuleSetupPayload", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/server/shared_services/providers/modules.ts", "lineNumber": 16, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/shared_services/providers/modules.ts#L16" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L60" }, "signature": [ "\"partition_field\" | \"over_field\" | \"by_field\"" ], "initialIsOpen": false }, { "id": "def-server.EntityFieldType", "type": "Type", "label": "EntityFieldType", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 79, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L79" }, "signature": [ "\"partition_field\" | \"over_field\" | \"by_field\"" ], "initialIsOpen": false }, { "id": "def-server.AnomalyResultType", "type": "Type", "label": "AnomalyResultType", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", "lineNumber": 81, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomalies.ts#L81" }, "signature": [ "\"bucket\" | \"record\" | \"influencer\"" ], "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": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L11" }, "signature": [ "string" ], "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": 12, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts#L12" }, "signature": [ "string" ], "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": 11, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L11" }, "signature": [ "string" ], "initialIsOpen": false }, { "id": "def-server.Aggregation", "type": "Type", "label": "Aggregation", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", "lineNumber": 36, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts#L36" }, "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.JobWithStats", "type": "Type", "label": "JobWithStats", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts", "lineNumber": 13, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L13" }, "signature": [ "Job & JobStats" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts#L14" }, "signature": [ "Datafeed & DatafeedStats" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts#L48" }, "signature": [ "MlSummaryJob[]" ], "initialIsOpen": false } ], "objects": [], "setup": { "id": "def-server.MlPluginSetup", "type": "Type", "label": "MlPluginSetup", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/server/plugin.ts", "lineNumber": 64, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/plugin.ts#L64" }, "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": 65, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/server/plugin.ts#L65" }, "signature": [ "void" ], "lifecycle": "start", "initialIsOpen": true } }, "common": { "classes": [], "functions": [ { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L177" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "lineNumber": 177, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L177" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L138" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/anomaly_utils.ts", "lineNumber": 138, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/anomaly_utils.ts#L138" }, "initialIsOpen": false }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/validators.ts#L51" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/validators.ts", "lineNumber": 50, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/validators.ts#L50" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/validators.ts#L34" } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/ml/common/util/validators.ts", "lineNumber": 33, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/validators.ts#L33" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/errors/process_errors.ts#L97" } } ], "signature": [ "(error: ", "ErrorType", ") => string" ], "description": [], "label": "extractErrorMessage", "source": { "path": "x-pack/plugins/ml/common/util/errors/process_errors.ts", "lineNumber": 97, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/util/errors/process_errors.ts#L97" }, "tags": [], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "id": "def-common.SearchResponse7", "type": "Interface", "label": "SearchResponse7", "signature": [ { "pluginId": "ml", "scope": "common", "docId": "kibMlPluginApi", "section": "def-common.SearchResponse7", "text": "SearchResponse7" }, "" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L26" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L27" } }, { "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L28" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L29" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L30" }, "signature": [ "SearchResponse7Hits" ] }, { "tags": [], "id": "def-common.SearchResponse7.aggregations", "type": "Any", "label": "aggregations", "description": [], "source": { "path": "x-pack/plugins/ml/common/types/es_client.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L31" }, "signature": [ "any" ] } ], "source": { "path": "x-pack/plugins/ml/common/types/es_client.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L25" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L8" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L17" }, "initialIsOpen": false } ], "misc": [ { "id": "def-common.HitsTotalRelation", "type": "Type", "label": "HitsTotalRelation", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/es_client.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L14" }, "signature": [ "\"gte\" | \"eq\"" ], "initialIsOpen": false }, { "id": "def-common.ChartData", "type": "Type", "label": "ChartData", "tags": [], "description": [], "source": { "path": "x-pack/plugins/ml/common/types/field_histograms.ts", "lineNumber": 68, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/field_histograms.ts#L68" }, "signature": [ "NumericChartData", " | ", "OrdinalChartData", " | ", "UnsupportedChartData" ], "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/types/es_client.ts#L10" }, "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, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L26" } }, { "tags": [], "id": "def-common.SEVERITY_COLORS.MAJOR", "type": "string", "label": "MAJOR", "description": [], "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L27" } }, { "tags": [], "id": "def-common.SEVERITY_COLORS.MINOR", "type": "string", "label": "MINOR", "description": [], "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 28, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L28" } }, { "tags": [], "id": "def-common.SEVERITY_COLORS.WARNING", "type": "string", "label": "WARNING", "description": [], "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 29, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L29" } }, { "tags": [], "id": "def-common.SEVERITY_COLORS.LOW", "type": "string", "label": "LOW", "description": [], "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 30, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L30" } }, { "tags": [], "id": "def-common.SEVERITY_COLORS.BLANK", "type": "string", "label": "BLANK", "description": [], "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L31" } } ], "description": [], "label": "SEVERITY_COLORS", "source": { "path": "x-pack/plugins/ml/common/constants/anomalies.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/7.xx-pack/plugins/ml/common/constants/anomalies.ts#L25" }, "initialIsOpen": false } ] } }