.opendistro-anomaly-detectors index creation issues

I believe I’ve found a bug in either the anomaly detection plugin for Elasticsearch or the anomaly detection plugin for Kibana in 1.11.0.

I have created a bare-bones stripped down version of the project on github. All features that aren’t directly related to the Elasticsearch, Kibana and NGINX reverse proxy containers have been removed from that branch, which you can find at https://github.com/mmguero-dev/Malcolm/tree/topic/opendistro_stripped

As NGINX is doing my encryption and authentication, I have removed the security plugin in both the Elasticsearch and Kibana Dockerfiles. Everything comes up and runs correctly up to the point I open the Anomaly Detection UI in Kibana and go to create a detector. I’m using the sample HTTP detector as the example here. In 1.11.0 I get this error:

Unable to load all sample data, please try again. method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found] Warnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"}],"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"},"status":404}

The sample data index now exists and has data in it, but the .opendistro-... indices do not.

The exact same configuration, only with the docker images based on 1.10.1 instead, works correctly without error.

I’ll include the logs for elasticearch, kibana and nginx at the end of this report, as well.

I’m pretty sure this is a bug or at least some kind of configuration regression, as the exact same steps work differently for 1.10.1 vs. 1.11.0. Should I log it on github under the open distro anomaly detection plugin for elasticsearch, or for the open distro anomaly detection plugin for kibana?

Thanks.

-SG

Following are the logs for 1.11.0 from container start up until after the attempt to create the detectors:

Elasticsearch:

Attaching to malcolm_elasticsearch_1
elasticsearch_1  | [2020-11-04T17:13:30,676][INFO ][o.e.n.Node               ] [elasticsearch] version[7.9.1], pid[1], build[oss/tar/083627f112ba94dffc1232e8b42b73492789ef91/2020-09-01T21:22:21.964974Z], OS[Linux/5.8.0-0.bpo.2-amd64/amd64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/14.0.1/14.0.1+7]
elasticsearch_1  | [2020-11-04T17:13:30,679][INFO ][o.e.n.Node               ] [elasticsearch] JVM home [/opt/jdk]
elasticsearch_1  | [2020-11-04T17:13:30,679][INFO ][o.e.n.Node               ] [elasticsearch] JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.locale.providers=SPI,COMPAT, -Xms1g, -Xmx1g, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/tmp/elasticsearch-16262452258208908307, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Djava.security.policy=file:///usr/share/elasticsearch/performance-analyzer-rca/pa_config/es_security.policy, -Dclk.tck=100, -Djdk.attach.allowAttachSelf=true, -Des.cgroups.hierarchy.override=/, -Xms4g, -Xmx4g, -Xss256k, -Djava.security.egd=file:/dev/./urandom, -XX:MaxDirectMemorySize=2147483648, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=oss, -Des.distribution.type=tar, -Des.bundled_jdk=true]
elasticsearch_1  | [2020-11-04T17:13:31,777][INFO ][c.a.o.e.p.c.PluginSettings] [elasticsearch] Config: metricsLocation: /dev/shm/performanceanalyzer/, metricsDeletionInterval: 1, httpsEnabled: false, cleanup-metrics-db-files: true, batch-metrics-retention-period-minutes: 7
elasticsearch_1  | [2020-11-04T17:13:32,338][INFO ][c.a.o.j.JobSchedulerPlugin] [elasticsearch] Loaded scheduler extension: opendistro_anomaly_detector, index: .opendistro-anomaly-detector-jobs
elasticsearch_1  | [2020-11-04T17:13:32,398][INFO ][c.a.o.j.JobSchedulerPlugin] [elasticsearch] Loaded scheduler extension: opendistro-index-management, index: .opendistro-ism-config
elasticsearch_1  | [2020-11-04T17:13:32,401][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [aggs-matrix-stats]
elasticsearch_1  | [2020-11-04T17:13:32,401][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [analysis-common]
elasticsearch_1  | [2020-11-04T17:13:32,401][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [geo]
elasticsearch_1  | [2020-11-04T17:13:32,401][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [ingest-common]
elasticsearch_1  | [2020-11-04T17:13:32,402][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [ingest-geoip]
elasticsearch_1  | [2020-11-04T17:13:32,402][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [ingest-user-agent]
elasticsearch_1  | [2020-11-04T17:13:32,402][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [kibana]
elasticsearch_1  | [2020-11-04T17:13:32,402][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [lang-expression]
elasticsearch_1  | [2020-11-04T17:13:32,402][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [lang-mustache]
elasticsearch_1  | [2020-11-04T17:13:32,403][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [lang-painless]
elasticsearch_1  | [2020-11-04T17:13:32,403][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [mapper-extras]
elasticsearch_1  | [2020-11-04T17:13:32,403][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [parent-join]
elasticsearch_1  | [2020-11-04T17:13:32,403][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [percolator]
elasticsearch_1  | [2020-11-04T17:13:32,403][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [rank-eval]
elasticsearch_1  | [2020-11-04T17:13:32,404][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [reindex]
elasticsearch_1  | [2020-11-04T17:13:32,404][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [repository-url]
elasticsearch_1  | [2020-11-04T17:13:32,404][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [tasks]
elasticsearch_1  | [2020-11-04T17:13:32,404][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded module [transport-netty4]
elasticsearch_1  | [2020-11-04T17:13:32,405][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro-anomaly-detection]
elasticsearch_1  | [2020-11-04T17:13:32,405][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro-job-scheduler]
elasticsearch_1  | [2020-11-04T17:13:32,405][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro-knn]
elasticsearch_1  | [2020-11-04T17:13:32,405][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro_alerting]
elasticsearch_1  | [2020-11-04T17:13:32,405][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro_index_management]
elasticsearch_1  | [2020-11-04T17:13:32,406][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro_performance_analyzer]
elasticsearch_1  | [2020-11-04T17:13:32,406][INFO ][o.e.p.PluginsService     ] [elasticsearch] loaded plugin [opendistro_sql]
elasticsearch_1  | [2020-11-04T17:13:32,448][INFO ][o.e.e.NodeEnvironment    ] [elasticsearch] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sda3)]], net usable_space [797.8gb], net total_space [864gb], types [xfs]
elasticsearch_1  | [2020-11-04T17:13:32,448][INFO ][o.e.e.NodeEnvironment    ] [elasticsearch] heap size [4gb], compressed ordinary object pointers [true]
elasticsearch_1  | [2020-11-04T17:13:32,493][INFO ][o.e.n.Node               ] [elasticsearch] node name [elasticsearch], node ID [dcZzt5PmTQWQBPjXH3qaKw], cluster name [docker-cluster]
elasticsearch_1  | [2020-11-04T17:13:35,036][WARN ][o.e.d.c.s.Settings       ] [elasticsearch] [discovery.zen.minimum_master_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
elasticsearch_1  | [2020-11-04T17:13:36,310][INFO ][c.a.o.a.b.ADCircuitBreakerService] [elasticsearch] Registered memory breaker.
elasticsearch_1  | [2020-11-04T17:13:36,784][INFO ][o.e.d.DiscoveryModule    ] [elasticsearch] using discovery type [single-node] and seed hosts providers [settings]
elasticsearch_1  | [2020-11-04T17:13:37,127][WARN ][o.e.g.DanglingIndicesState] [elasticsearch] gateway.auto_import_dangling_indices is disabled, dangling indices will not be automatically detected or imported and must be managed manually
elasticsearch_1  | [2020-11-04T17:13:37,331][INFO ][c.a.o.e.p.h.c.PerformanceAnalyzerConfigAction] [elasticsearch] PerformanceAnalyzer Enabled: false
elasticsearch_1  | [2020-11-04T17:13:37,385][INFO ][o.e.n.Node               ] [elasticsearch] initialized
elasticsearch_1  | [2020-11-04T17:13:37,385][INFO ][o.e.n.Node               ] [elasticsearch] starting ...
elasticsearch_1  | [2020-11-04T17:13:37,535][INFO ][o.e.t.TransportService   ] [elasticsearch] publish_address {172.24.11.2:9300}, bound_addresses {0.0.0.0:9300}
elasticsearch_1  | [2020-11-04T17:13:37,699][INFO ][o.e.c.c.Coordinator      ] [elasticsearch] setting initial configuration to VotingConfiguration{dcZzt5PmTQWQBPjXH3qaKw}
elasticsearch_1  | [2020-11-04T17:13:37,837][INFO ][o.e.c.s.MasterService    ] [elasticsearch] elected-as-master ([1] nodes joined)[{elasticsearch}{dcZzt5PmTQWQBPjXH3qaKw}{XX4Jlwl1SYeOgkohGjqhNQ}{172.24.11.2}{172.24.11.2:9300}{dimr} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 1, version: 1, delta: master node changed {previous [], current [{elasticsearch}{dcZzt5PmTQWQBPjXH3qaKw}{XX4Jlwl1SYeOgkohGjqhNQ}{172.24.11.2}{172.24.11.2:9300}{dimr}]}
elasticsearch_1  | [2020-11-04T17:13:37,885][INFO ][o.e.c.c.CoordinationState] [elasticsearch] cluster UUID set to [rasNmaqgRLOW9cweKLEPGA]
elasticsearch_1  | [2020-11-04T17:13:37,923][INFO ][o.e.c.s.ClusterApplierService] [elasticsearch] master node changed {previous [], current [{elasticsearch}{dcZzt5PmTQWQBPjXH3qaKw}{XX4Jlwl1SYeOgkohGjqhNQ}{172.24.11.2}{172.24.11.2:9300}{dimr}]}, term: 1, version: 1, reason: Publication{term=1, version=1}
elasticsearch_1  | [2020-11-04T17:13:37,940][WARN ][c.a.o.e.p.c.s.h.ConfigOverridesClusterSettingHandler] [elasticsearch] Config override setting update called with empty string. Ignoring.
elasticsearch_1  | [2020-11-04T17:13:37,941][INFO ][c.a.o.a.c.ADClusterEventListener] [elasticsearch] CLuster is not recovered yet.
elasticsearch_1  | [2020-11-04T17:13:37,980][INFO ][o.e.h.AbstractHttpServerTransport] [elasticsearch] publish_address {172.24.11.2:9200}, bound_addresses {0.0.0.0:9200}
elasticsearch_1  | [2020-11-04T17:13:37,980][INFO ][o.e.n.Node               ] [elasticsearch] started
elasticsearch_1  | [2020-11-04T17:13:38,001][INFO ][o.e.g.GatewayService     ] [elasticsearch] recovered [0] indices into cluster_state
elasticsearch_1  | [2020-11-04T17:13:40,369][INFO ][o.e.c.m.MetadataCreateIndexService] [elasticsearch] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
elasticsearch_1  | [2020-11-04T17:13:40,378][INFO ][o.e.c.r.a.AllocationService] [elasticsearch] updating number_of_replicas to [0] for indices [.kibana_1]
elasticsearch_1  | [2020-11-04T17:13:40,624][INFO ][o.e.c.r.a.AllocationService] [elasticsearch] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
elasticsearch_1  | [2020-11-04T17:15:43,560][INFO ][o.e.c.m.MetadataMappingService] [elasticsearch] [.kibana_1/Z2FAaS3gT5mJ4dSBkqPy3Q] update_mapping [_doc]
elasticsearch_1  | [2020-11-04T17:15:51,967][INFO ][o.e.c.m.MetadataCreateIndexService] [elasticsearch] [opendistro-sample-http-responses] creating index, cause [api], templates [], shards [1]/[1]
elasticsearch_1  | [2020-11-04T17:15:51,969][INFO ][o.e.c.r.a.AllocationService] [elasticsearch] updating number_of_replicas to [0] for indices [opendistro-sample-http-responses]
elasticsearch_1  | [2020-11-04T17:15:52,122][INFO ][o.e.c.r.a.AllocationService] [elasticsearch] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[opendistro-sample-http-responses][0]]]).
elasticsearch_1  | [2020-11-04T17:15:58,598][INFO ][c.a.o.a.r.RestIndexAnomalyDetectorAction] [elasticsearch] AnomalyDetector POST action for detectorId 
elasticsearch_1  | [2020-11-04T17:15:58,616][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Check [.opendistro-anomaly-results]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,617][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] We don't need to update [.opendistro-anomaly-results]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,617][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Mark [.opendistro-anomaly-results]'s mapping up-to-date
elasticsearch_1  | [2020-11-04T17:15:58,617][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Check [.opendistro-anomaly-detectors]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,617][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] We don't need to update [.opendistro-anomaly-detectors]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Mark [.opendistro-anomaly-detectors]'s mapping up-to-date
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Check [.opendistro-anomaly-detector-jobs]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] We don't need to update [.opendistro-anomaly-detector-jobs]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Mark [.opendistro-anomaly-detector-jobs]'s mapping up-to-date
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Check [.opendistro-anomaly-checkpoints]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] We don't need to update [.opendistro-anomaly-checkpoints]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Mark [.opendistro-anomaly-checkpoints]'s mapping up-to-date
elasticsearch_1  | [2020-11-04T17:15:58,618][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Check [.opendistro-anomaly-detection-state]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,619][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] We don't need to update [.opendistro-anomaly-detection-state]'s mapping
elasticsearch_1  | [2020-11-04T17:15:58,619][INFO ][c.a.o.a.i.AnomalyDetectionIndices] [elasticsearch] Mark [.opendistro-anomaly-detection-state]'s mapping up-to-date
elasticsearch_1  | [2020-11-04T17:15:58,713][WARN ][o.e.d.r.a.d.RestGetAction] [elasticsearch] [types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.
elasticsearch_1  | [2020-11-04T17:15:58,732][WARN ][stderr                   ] [elasticsearch] Nov 04, 2020 5:15:58 PM org.elasticsearch.client.RestClient logResponse
elasticsearch_1  | [2020-11-04T17:15:58,733][WARN ][stderr                   ] [elasticsearch] WARNING: request [GET http://localhost:9200/_opendistro/_security/authinfo] returned 1 warnings: [299 Elasticsearch-7.9.1-083627f112ba94dffc1232e8b42b73492789ef91 "[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead."]
elasticsearch_1  | [2020-11-04T17:15:58,738][WARN ][r.suppressed             ] [elasticsearch] path: /_opendistro/_anomaly_detection/detectors, params: {}
elasticsearch_1  | org.elasticsearch.client.ResponseException: method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]
elasticsearch_1  | Warnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]
elasticsearch_1  | {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"}],"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"},"status":404}
elasticsearch_1  |  at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:302) ~[elasticsearch-rest-client-7.9.1.jar:7.9.1]
elasticsearch_1  |  at org.elasticsearch.client.RestClient.access$1700(RestClient.java:100) ~[elasticsearch-rest-client-7.9.1.jar:7.9.1]
elasticsearch_1  |  at org.elasticsearch.client.RestClient$1.completed(RestClient.java:350) [elasticsearch-rest-client-7.9.1.jar:7.9.1]
elasticsearch_1  |  at org.elasticsearch.client.RestClient$1.completed(RestClient.java:346) [elasticsearch-rest-client-7.9.1.jar:7.9.1]
elasticsearch_1  |  at org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:122) [httpcore-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:181) [httpasyncclient-4.1.4.jar:4.1.4]
elasticsearch_1  |  at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:448) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:338) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:265) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:81) [httpasyncclient-4.1.4.jar:4.1.4]
elasticsearch_1  |  at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:39) [httpasyncclient-4.1.4.jar:4.1.4]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591) [httpcore-nio-4.4.12.jar:4.4.12]
elasticsearch_1  |  at java.lang.Thread.run(Thread.java:832) [?:?]

Kibana:

Attaching to malcolm_kibana_1
kibana_1         |   log   [17:13:29.805] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: opendistro-notebooks-kibana
kibana_1         |   log   [17:13:33.773] [info][plugins-service] Plugin "telemetryManagementSection" has been disabled since the following direct or transitive dependencies are missing or disabled: [telemetry]
kibana_1         |   log   [17:13:33.775] [info][plugins-service] Plugin "newsfeed" is disabled.
kibana_1         |   log   [17:13:33.775] [info][plugins-service] Plugin "telemetry" is disabled.
kibana_1         |   log   [17:13:33.776] [info][plugins-service] Plugin "visTypeXy" is disabled.
kibana_1         | 
kibana_1         |   `@babel/polyfill` is deprecated. Please, use required parts of `core-js`
kibana_1         |   and `regenerator-runtime/runtime` separately
kibana_1         |   log   [17:13:37.031] [warning][legacy-service] Some installed third party plugin(s) [opendistro-alerting, opendistro-anomaly-detection-kibana, opendistro-query-workbench, opendistro_index_management_kibana] are using the legacy plugin format and will no longer work in a future Kibana release. Please refer to https://ela.st/kibana-breaking-changes-8-0 for a list of breaking changes and https://ela.st/kibana-platform-migration for documentation on how to migrate legacy plugins.
kibana_1         |   log   [17:13:37.154] [info][plugins-system] Setting up [37] plugins: [usageCollection,telemetryCollectionManager,kibanaUsageCollection,mapsLegacy,kibanaLegacy,timelion,share,legacyExport,esUiShared,charts,bfetch,expressions,data,home,console,apmOss,management,indexPatternManagement,advancedSettings,savedObjects,visualizations,visualize,visTypeVislib,visTypeVega,visTypeTimeseries,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeMarkdown,tileMap,regionMap,inputControlVis,discover,dashboard,opendistro-notebooks-kibana,savedObjectsManagement]
kibana_1         |   log   [17:13:37.456] [info][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
kibana_1         |   log   [17:13:37.473] [error][data][elasticsearch] Request error, retrying
kibana_1         | GET http://elasticsearch:9200/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip => connect ECONNREFUSED 172.24.11.2:9200
kibana_1         |   log   [17:13:37.478] [warning][data][elasticsearch] Unable to revive connection: http://elasticsearch:9200/
kibana_1         |   log   [17:13:37.479] [warning][data][elasticsearch] No living connections
kibana_1         |   log   [17:13:37.480] [error][savedobjects-service] Unable to retrieve version information from Elasticsearch nodes.
kibana_1         |   log   [17:13:40.095] [info][savedobjects-service] Starting saved objects migrations
kibana_1         |   log   [17:13:40.128] [info][savedobjects-service] Creating index .kibana_1.
kibana_1         |   log   [17:13:40.689] [info][savedobjects-service] Pointing alias .kibana to .kibana_1.
kibana_1         |   log   [17:13:40.802] [info][savedobjects-service] Finished in 682ms.
kibana_1         |   log   [17:13:40.818] [info][plugins-system] Starting [37] plugins: [usageCollection,telemetryCollectionManager,kibanaUsageCollection,mapsLegacy,kibanaLegacy,timelion,share,legacyExport,esUiShared,charts,bfetch,expressions,data,home,console,apmOss,management,indexPatternManagement,advancedSettings,savedObjects,visualizations,visualize,visTypeVislib,visTypeVega,visTypeTimeseries,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeMarkdown,tileMap,regionMap,inputControlVis,discover,dashboard,opendistro-notebooks-kibana,savedObjectsManagement]
kibana_1         |   log   [17:13:42.231] [info][optimize] Optimizing and caching bundles for opendistro-alerting, opendistro-anomaly-detection-kibana, opendistro-query-workbench, opendistro_index_management_kibana, status_page and timelion. This may take a few minutes
kibana_1         | Error in worker TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received type object
kibana_1         | Error in worker TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received type object
kibana_1         | Error in worker TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received type object
kibana_1         |   log   [17:15:14.920] [info][optimize] Optimization of bundles for opendistro-alerting, opendistro-anomaly-detection-kibana, opendistro-query-workbench, opendistro_index_management_kibana, status_page and timelion complete in 92.69 seconds
kibana_1         |   log   [17:15:14.926] [info][status][plugin:kibana@7.9.1] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:14.933] [info][status][plugin:elasticsearch@7.9.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
kibana_1         |   log   [17:15:14.934] [info][status][plugin:elasticsearch@7.9.1] Status changed from yellow to green - Ready
kibana_1         |   log   [17:15:14.994] [info][status][plugin:opendistro-alerting@1.11.0.2] Status changed from uninitialized to green - Ready
kibana_1         | Setting up AD with core contract
kibana_1         |   log   [17:15:15.023] [info][status][plugin:opendistro-anomaly-detection-kibana@1.11.0.0] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:15.034] [info][status][plugin:opendistro-query-workbench@1.11.0.0] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:15.046] [info][status][plugin:opendistro_index_management_kibana@1.11.0.0] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:15.048] [info][status][plugin:apm_oss@7.9.1] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:15.051] [info][status][plugin:console_legacy@7.9.1] Status changed from uninitialized to green - Ready
kibana_1         |   log   [17:15:15.056] [info][listening] Server running at http://0:5601/kibana
kibana_1         |   log   [17:15:15.118] [info][server][Kibana][http] http server running at http://0:5601/kibana
kibana_1         | Anomaly detector - Unable to search detectors { Error: [index_not_found_exception] no such index [.opendistro-anomaly-detectors], with { resource.type="index_or_alias" & resource.id=".opendistro-anomaly-detectors" & index_uuid="_na_" & index=".opendistro-anomaly-detectors" }
kibana_1         |     at respond (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15)
kibana_1         |     at checkRespForFailure (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7)
kibana_1         |     at HttpConnector.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
kibana_1         |     at IncomingMessage.wrapper (/usr/share/kibana/node_modules/lodash/lodash.js:4949:19)
kibana_1         |     at IncomingMessage.emit (events.js:203:15)
kibana_1         |     at endReadableNT (_stream_readable.js:1145:12)
kibana_1         |     at process._tickCallback (internal/process/next_tick.js:63:19)
kibana_1         |   status: 404,
kibana_1         |   displayName: 'NotFound',
kibana_1         |   message:
kibana_1         |    '[index_not_found_exception] no such index [.opendistro-anomaly-detectors], with { resource.type="index_or_alias" & resource.id=".opendistro-anomaly-detectors" & index_uuid="_na_" & index=".opendistro-anomaly-detectors" }',
kibana_1         |   path: '/_opendistro/_anomaly_detection/detectors/_search',
kibana_1         |   query: {},
kibana_1         |   body:
kibana_1         |    { error:
kibana_1         |       { root_cause: [Array],
kibana_1         |         type: 'index_not_found_exception',
kibana_1         |         reason: 'no such index [.opendistro-anomaly-detectors]',
kibana_1         |         'resource.type': 'index_or_alias',
kibana_1         |         'resource.id': '.opendistro-anomaly-detectors',
kibana_1         |         index_uuid: '_na_',
kibana_1         |         index: '.opendistro-anomaly-detectors' },
kibana_1         |      status: 404 },
kibana_1         |   statusCode: 404,
kibana_1         |   response:
kibana_1         |    '{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [.opendistro-anomaly-detectors]","resource.type":"index_or_alias","resource.id":".opendistro-anomaly-detectors","index_uuid":"_na_","index":".opendistro-anomaly-detectors"}],"type":"index_not_found_exception","reason":"no such index [.opendistro-anomaly-detectors]","resource.type":"index_or_alias","resource.id":".opendistro-anomaly-detectors","index_uuid":"_na_","index":".opendistro-anomaly-detectors"},"status":404}',
kibana_1         |   toString: [Function],
kibana_1         |   toJSON: [Function] }
kibana_1         | Anomaly detector - PutDetector { Error: [response_exception] method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]
kibana_1         | Warnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]
kibana_1         | {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"}],"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"},"status":404}
kibana_1         |     at respond (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15)
kibana_1         |     at checkRespForFailure (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7)
kibana_1         |     at HttpConnector.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
kibana_1         |     at IncomingMessage.wrapper (/usr/share/kibana/node_modules/lodash/lodash.js:4949:19)
kibana_1         |     at IncomingMessage.emit (events.js:203:15)
kibana_1         |     at endReadableNT (_stream_readable.js:1145:12)
kibana_1         |     at process._tickCallback (internal/process/next_tick.js:63:19)
kibana_1         |   status: 500,
kibana_1         |   displayName: 'InternalServerError',
kibana_1         |   message:
kibana_1         |    '[response_exception] method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]\nWarnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]\n{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"}],"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"},"status":404}',
kibana_1         |   path: '/_opendistro/_anomaly_detection/detectors',
kibana_1         |   query: {},
kibana_1         |   body:
kibana_1         |    { error:
kibana_1         |       { root_cause: [Array],
kibana_1         |         type: 'response_exception',
kibana_1         |         reason:
kibana_1         |          'method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]\nWarnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]\n{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"}],"type":"index_not_found_exception","reason":"no such index [_opendistro]","resource.type":"index_expression","resource.id":"_opendistro","index_uuid":"_na_","index":"_opendistro"},"status":404}' },
kibana_1         |      status: 500 },
kibana_1         |   statusCode: 500,
kibana_1         |   response:
kibana_1         |    '{"error":{"root_cause":[{"type":"response_exception","reason":"method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]\\nWarnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]\\n{\\"error\\":{\\"root_cause\\":[{\\"type\\":\\"index_not_found_exception\\",\\"reason\\":\\"no such index [_opendistro]\\",\\"resource.type\\":\\"index_expression\\",\\"resource.id\\":\\"_opendistro\\",\\"index_uuid\\":\\"_na_\\",\\"index\\":\\"_opendistro\\"}],\\"type\\":\\"index_not_found_exception\\",\\"reason\\":\\"no such index [_opendistro]\\",\\"resource.type\\":\\"index_expression\\",\\"resource.id\\":\\"_opendistro\\",\\"index_uuid\\":\\"_na_\\",\\"index\\":\\"_opendistro\\"},\\"status\\":404}"}],"type":"response_exception","reason":"method [GET], host [http://localhost:9200], URI [/_opendistro/_security/authinfo], status line [HTTP/1.1 404 Not Found]\\nWarnings: [[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead.]\\n{\\"error\\":{\\"root_cause\\":[{\\"type\\":\\"index_not_found_exception\\",\\"reason\\":\\"no such index [_opendistro]\\",\\"resource.type\\":\\"index_expression\\",\\"resource.id\\":\\"_opendistro\\",\\"index_uuid\\":\\"_na_\\",\\"index\\":\\"_opendistro\\"}],\\"type\\":\\"index_not_found_exception\\",\\"reason\\":\\"no such index [_opendistro]\\",\\"resource.type\\":\\"index_expression\\",\\"resource.id\\":\\"_opendistro\\",\\"index_uuid\\":\\"_na_\\",\\"index\\":\\"_opendistro\\"},\\"status\\":404}"},"status":500}',
kibana_1         |   toString: [Function],
kibana_1         |   toJSON: [Function] }
kibana_1         | Anomaly detector - Unable to search detectors { Error: [index_not_found_exception] no such index [.opendistro-anomaly-detectors], with { resource.type="index_or_alias" & resource.id=".opendistro-anomaly-detectors" & index_uuid="_na_" & index=".opendistro-anomaly-detectors" }
kibana_1         |     at respond (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15)
kibana_1         |     at checkRespForFailure (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7)
kibana_1         |     at HttpConnector.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
kibana_1         |     at IncomingMessage.wrapper (/usr/share/kibana/node_modules/lodash/lodash.js:4949:19)
kibana_1         |     at IncomingMessage.emit (events.js:203:15)
kibana_1         |     at endReadableNT (_stream_readable.js:1145:12)
kibana_1         |     at process._tickCallback (internal/process/next_tick.js:63:19)
kibana_1         |   status: 404,
kibana_1         |   displayName: 'NotFound',
kibana_1         |   message:
kibana_1         |    '[index_not_found_exception] no such index [.opendistro-anomaly-detectors], with { resource.type="index_or_alias" & resource.id=".opendistro-anomaly-detectors" & index_uuid="_na_" & index=".opendistro-anomaly-detectors" }',
kibana_1         |   path: '/_opendistro/_anomaly_detection/detectors/_search',
kibana_1         |   query: {},
kibana_1         |   body:
kibana_1         |    { error:
kibana_1         |       { root_cause: [Array],
kibana_1         |         type: 'index_not_found_exception',
kibana_1         |         reason: 'no such index [.opendistro-anomaly-detectors]',
kibana_1         |         'resource.type': 'index_or_alias',
kibana_1         |         'resource.id': '.opendistro-anomaly-detectors',
kibana_1         |         index_uuid: '_na_',
kibana_1         |         index: '.opendistro-anomaly-detectors' },
kibana_1         |      status: 404 },
kibana_1         |   statusCode: 404,
kibana_1         |   response:
kibana_1         |    '{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [.opendistro-anomaly-detectors]","resource.type":"index_or_alias","resource.id":".opendistro-anomaly-detectors","index_uuid":"_na_","index":".opendistro-anomaly-detectors"}],"type":"index_not_found_exception","reason":"no such index [.opendistro-anomaly-detectors]","resource.type":"index_or_alias","resource.id":".opendistro-anomaly-detectors","index_uuid":"_na_","index":".opendistro-anomaly-detectors"},"status":404}',
kibana_1         |   toString: [Function],
kibana_1         |   toJSON: [Function] }

NGINX:

Attaching to malcolm_nginx-proxy_1
nginx-proxy_1    | usermod: no changes
nginx-proxy_1    | root
nginx-proxy_1    | uid=0(root) gid=0(root) groups=0(root),0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
nginx-proxy_1    | cp: can't stat '/etc/nginx/ca-trust/*': No such file or directory
nginx-proxy_1    | 2020-11-04 17:13:28,018 INFO Set uid to user 0 succeeded
nginx-proxy_1    | 2020-11-04 17:13:28,028 INFO RPC interface 'supervisor' initialized
nginx-proxy_1    | 2020-11-04 17:13:28,029 CRIT Server 'unix_http_server' running without any HTTP authentication checking
nginx-proxy_1    | 2020-11-04 17:13:28,029 INFO supervisord started with pid 15
nginx-proxy_1    | 2020-11-04 17:13:29,032 INFO spawned: 'logaccess' with pid 27
nginx-proxy_1    | 2020-11-04 17:13:29,034 INFO spawned: 'logerrors' with pid 28
nginx-proxy_1    | 2020-11-04 17:13:29,035 INFO spawned: 'nginx' with pid 29
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:13:33 +0000] "POST /kibana/api/ui_metric/report HTTP/1.1" 502 559 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 2020/11/04 17:13:33 [error] 30#30: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 172.24.11.1, server: , request: "POST /kibana/api/ui_metric/report HTTP/1.1", upstream: "http://172.24.11.3:5601/kibana/api/ui_metric/report", host: "localhost", referrer: "https://localhost/kibana/app/opendistro-anomaly-detection-kibana"
nginx-proxy_1    | 2020-11-04 17:13:39,049 INFO success: logaccess entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
nginx-proxy_1    | 2020-11-04 17:13:39,049 INFO success: logerrors entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
nginx-proxy_1    | 2020-11-04 17:13:39,049 INFO success: nginx entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:13:57 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:14:27 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:14:58 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:14 +0000] "POST /kibana/api/ui_metric/report HTTP/1.1" 503 30 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:14 +0000] "GET /kibana/app/opendistro-anomaly-detection-kibana HTTP/1.1" 503 30 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:15:28 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/app/opendistro-anomaly-detection-kibana HTTP/1.1" 200 17038 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/bundles/app/opendistro-anomaly-detection-kibana/bootstrap.js HTTP/1.1" 200 2214 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.@elastic.js HTTP/1.1" 200 403765 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js HTTP/1.1" 200 971208 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/ui/favicons/favicon.ico HTTP/1.1" 200 5301 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/built_assets/dlls/vendors_runtime.bundle.dll.js HTTP/1.1" 200 1043 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/built_assets/dlls/vendors_1.bundle.dll.js HTTP/1.1" 200 65024 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/built_assets/dlls/vendors_2.bundle.dll.js HTTP/1.1" 200 82652 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - - [04/Nov/2020:17:15:44 +0000] "GET /kibana/ui/favicons/manifest.json HTTP/1.1" 401 581 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/built_assets/dlls/vendors_0.bundle.dll.js HTTP/1.1" 200 89715 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/core/core.entry.js HTTP/1.1" 200 201581 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/usageCollection/usageCollection.plugin.js HTTP/1.1" 200 5167 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/kibanaUtils/kibanaUtils.plugin.js HTTP/1.1" 200 99659 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/built_assets/dlls/vendors_3.bundle.dll.js HTTP/1.1" 200 89971 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/mapsLegacy/mapsLegacy.plugin.js HTTP/1.1" 200 195366 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/kibanaReact/kibanaReact.plugin.js HTTP/1.1" 200 116321 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/inspector/inspector.plugin.js HTTP/1.1" 200 48843 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/charts/charts.plugin.js HTTP/1.1" 200 158246 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/data/data.plugin.js HTTP/1.1" 200 172366 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/kibanaLegacy/kibanaLegacy.plugin.js HTTP/1.1" 200 48369 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/share/share.plugin.js HTTP/1.1" 200 15889 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/devTools/devTools.plugin.js HTTP/1.1" 200 36206 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/uiActions/uiActions.plugin.js HTTP/1.1" 200 40480 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/statusPage/statusPage.plugin.js HTTP/1.1" 200 1075 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/esUiShared/esUiShared.plugin.js HTTP/1.1" 200 177013 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/bfetch/bfetch.plugin.js HTTP/1.1" 200 5583 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/home/home.plugin.js HTTP/1.1" 200 5392 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/console/console.plugin.js HTTP/1.1" 200 6081 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/apmOss/apmOss.plugin.js HTTP/1.1" 200 1109 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/expressions/expressions.plugin.js HTTP/1.1" 200 60269 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:44 +0000] "GET /kibana/33912/bundles/plugin/management/management.plugin.js HTTP/1.1" 200 5674 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/indexPatternManagement/indexPatternManagement.plugin.js HTTP/1.1" 200 15442 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/navigation/navigation.plugin.js HTTP/1.1" 200 35240 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/embeddable/embeddable.plugin.js HTTP/1.1" 200 55505 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/savedObjects/savedObjects.plugin.js HTTP/1.1" 200 45411 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visualizations/visualizations.plugin.js HTTP/1.1" 200 65993 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/advancedSettings/advancedSettings.plugin.js HTTP/1.1" 200 174624 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/discover/discover.plugin.js HTTP/1.1" 200 46737 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visualize/visualize.plugin.js HTTP/1.1" 200 8063 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeTimeseries/visTypeTimeseries.plugin.js HTTP/1.1" 200 45634 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeVega/visTypeVega.plugin.js HTTP/1.1" 200 105786 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeTimelion/visTypeTimelion.plugin.js HTTP/1.1" 200 121915 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeVislib/visTypeVislib.plugin.js HTTP/1.1" 200 232992 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeTagcloud/visTypeTagcloud.plugin.js HTTP/1.1" 200 158273 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeTable/visTypeTable.plugin.js HTTP/1.1" 200 103718 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeMetric/visTypeMetric.plugin.js HTTP/1.1" 200 95547 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/visTypeMarkdown/visTypeMarkdown.plugin.js HTTP/1.1" 200 92325 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/inputControlVis/inputControlVis.plugin.js HTTP/1.1" 200 49624 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/tileMap/tileMap.plugin.js HTTP/1.1" 200 158677 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:45 +0000] "GET /kibana/33912/bundles/plugin/regionMap/regionMap.plugin.js HTTP/1.1" 200 155692 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/plugin/savedObjectsManagement/savedObjectsManagement.plugin.js HTTP/1.1" 200 41988 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/plugin/dashboard/dashboard.plugin.js HTTP/1.1" 200 112852 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/plugin/opendistro-notebooks-kibana/opendistro-notebooks-kibana.plugin.js HTTP/1.1" 200 8951 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.css HTTP/1.1" 200 26025 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/dlls/vendors_0.style.dll.css HTTP/1.1" 200 31 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/dlls/vendors_1.style.dll.css HTTP/1.1" 200 31 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/dlls/vendors_2.style.dll.css HTTP/1.1" 200 31 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/dlls/vendors_3.style.dll.css HTTP/1.1" 200 31 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.v7.light.css HTTP/1.1" 200 45605 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/opendistro-anomaly-detection-kibana.style.css HTTP/1.1" 200 1977 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/css/plugins/timelion/index.light.css HTTP/1.1" 200 2959 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/node_modules/@kbn/ui-framework/dist/kui_light.css HTTP/1.1" 200 9842 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/light_theme.style.css HTTP/1.1" 200 13665 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/css/plugins/kibana/index.light.css HTTP/1.1" 200 17534 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/plugins/opendistro_index_management_kibana/app.css HTTP/1.1" 200 590 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/plugins/opendistro-anomaly-detection-kibana/app.css HTTP/1.1" 200 1533 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/built_assets/css/core.light.css HTTP/1.1" 200 15296 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/ui/fonts/inter_ui/Inter-UI-Regular.woff2 HTTP/1.1" 200 88428 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:46 +0000] "GET /kibana/33912/bundles/opendistro-anomaly-detection-kibana.bundle.js HTTP/1.1" 200 1823054 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:47 +0000] "GET /kibana/translations/en.json HTTP/1.1" 200 29 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:48 +0000] "POST /kibana/api/core/capabilities HTTP/1.1" 200 1020 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/33912/bundles/plugin/kibanaLegacy/1.plugin.js HTTP/1.1" 200 7944 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/ui/fonts/inter_ui/Inter-UI-Medium.woff2 HTTP/1.1" 200 94368 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/ui/fonts/inter_ui/Inter-UI-Light-BETA.woff2 HTTP/1.1" 200 96700 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/ui/fonts/inter_ui/Inter-UI-SemiBold.woff2 HTTP/1.1" 200 94752 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/api/anomaly_detectors/detectors?from=0&indices=&search=opendistro-sample&size=1000&sortDirection=asc&sortField=name HTTP/1.1" 200 61 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:49 +0000] "GET /kibana/api/anomaly_detectors/_indices?index=opendistro-sample-* HTTP/1.1" 200 37 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:52 +0000] "PUT /kibana/api/anomaly_detectors/create_index HTTP/1.1" 200 98 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:15:58 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:58 +0000] "POST /kibana/api/anomaly_detectors/create_sample_data HTTP/1.1" 200 11 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:58 +0000] "POST /kibana/api/anomaly_detectors/detectors HTTP/1.1" 200 728 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:58 +0000] "GET /kibana/api/anomaly_detectors/detectors?from=0&indices=&search=opendistro-sample&size=1000&sortDirection=asc&sortField=name HTTP/1.1" 200 61 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 172.24.11.1 - seth [04/Nov/2020:17:15:58 +0000] "GET /kibana/api/anomaly_detectors/_indices?index=opendistro-sample-* HTTP/1.1" 200 98 "https://localhost/kibana/app/opendistro-anomaly-detection-kibana" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:16:28 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"
nginx-proxy_1    | 127.0.0.1 - - [04/Nov/2020:17:16:58 +0000] "GET / HTTP/1.1" 401 179 "-" "curl/7.67.0"

Can you follow the solution of this issue [BUG] Not able to create monitor after 1.11.0 upgrade · Issue #292 · opendistro-for-elasticsearch/alerting · GitHub?

I downloaded the opendistro-anomaly-detection-1.11.0.0.zip you posted in this comment and it did resolve the issue. Thanks for the reply!

1 Like