Skip to content

Instantly share code, notes, and snippets.

@kuccello
Created May 23, 2020 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuccello/f74e9b41adf615216e34704b5eec668c to your computer and use it in GitHub Desktop.
Save kuccello/f74e9b41adf615216e34704b5eec668c to your computer and use it in GitHub Desktop.
[HOST]$> curl --retry 300 --retry-delay 1 --retry-connrefused -XGET "http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=3m"
{"cluster_name":"fess-es","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":1,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}%
[HOST]$> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b27e2cf494a3 codelibs/fess:snapshot "/bin/sh -c /usr/sha…" 10 minutes ago Up 10 minutes 9200/tcp, 0.0.0.0:8080->8080/tcp, 9300/tcp fess01
db22cf6ccb39 codelibs/fess-elasticsearch:7.7.0 "/tini -- /usr/local…" 10 minutes ago Up 10 minutes 0.0.0.0:9200->9200/tcp, 9300/tcp es01
[HOST]$> docker exec -it fess01 bash
[root@b27e2cf494a3]:/usr/share/fess# curl --retry 300 --retry-delay 1 --retry-connrefused -XGET "http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=3m"
Warning: Transient problem: connection refused Will retry in 1 seconds. 300
Warning: retries left.
[github/docker-fess/compose   master±] docker volume rm compose_esdata01 compose_esdictionary01 compose_esdata02 compose_esdictionary02
compose_esdata01
compose_esdictionary01
Error: No such volume: compose_esdata02
Error: No such volume: compose_esdictionary02
[github/docker-fess/compose   master±] docker-compose -f docker-compose.yml -f docker-compose.standalone.yml up
Creating network "compose_esnet" with driver "bridge"
Creating volume "compose_esdata01" with local driver
Creating volume "compose_esdictionary01" with local driver
Creating es01 ... done
Creating fess01 ... done
Attaching to es01, fess01
fess01 | % Total % Received % Xferd Average Speed Time Time Time Current
fess01 | Dload Upload Total Spent Left Speed
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,733Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "fess-es", "node.name": "es01", "message": "using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/vda1)]], net usable_space [30.8gb], net total_space [58.4gb], types [ext4]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,737Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "fess-es", "node.name": "es01", "message": "heap size [1gb], compressed ordinary object pointers [true]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,795Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "node name [es01], node ID [5kD6yy7-ScGh1zdyHFqnAA], cluster name [fess-es]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,798Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "version[7.7.0], pid[6], build[default/docker/81a1e9eda8e6183f5237786246f6dced26a10eaf/2020-05-12T02:01:37.602180Z], OS[Linux/4.19.76-linuxkit/amd64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/14/14+36]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,799Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "JVM home [/usr/share/elasticsearch/jdk]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:44,799Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "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-5791761317740741340, -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, -Des.cgroups.hierarchy.override=/, -Xms1g, -Xmx1g, -XX:MaxDirectMemorySize=536870912, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=docker, -Des.bundled_jdk=true]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,083Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [aggs-matrix-stats]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,084Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [analysis-common]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,084Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [constant-keyword]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,085Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [flattened]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,086Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [frozen-indices]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,087Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [ingest-common]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,087Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [ingest-geoip]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,088Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [ingest-user-agent]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,088Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [lang-expression]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,089Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [lang-mustache]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,090Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [lang-painless]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,090Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [mapper-extras]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,091Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [parent-join]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,092Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [percolator]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,093Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [rank-eval]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,095Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [reindex]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,095Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [repository-url]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,096Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [search-business-rules]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,097Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [spatial]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,098Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [tasks]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,098Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [transform]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,099Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [transport-netty4]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,100Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [vectors]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,100Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-analytics]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,101Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-async-search]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,102Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-autoscaling]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,103Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-ccr]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,103Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-core]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,104Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-deprecation]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,105Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-enrich]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,105Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-eql]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,106Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-graph]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,106Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-identity-provider]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,107Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-ilm]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,108Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-logstash]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,109Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-ml]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,109Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-monitoring]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,110Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-ql]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,111Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-rollup]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,111Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-security]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,112Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-sql]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,113Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-voting-only-node]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,113Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded module [x-pack-watcher]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,114Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded plugin [analysis-extension]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,115Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded plugin [analysis-fess]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,115Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded plugin [configsync]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,115Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded plugin [dataformat]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:47,116Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "fess-es", "node.name": "es01", "message": "loaded plugin [minhash]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:51,325Z", "level": "INFO", "component": "o.e.x.s.a.s.FileRolesStore", "cluster.name": "fess-es", "node.name": "es01", "message": "parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:52,077Z", "level": "INFO", "component": "o.e.x.m.p.l.CppLogMessageHandler", "cluster.name": "fess-es", "node.name": "es01", "message": "[controller/205] [Main.cc@110] controller (64 bit): Version 7.7.0 (Build a8939d3da43f33) Copyright (c) 2020 Elasticsearch BV" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:53,028Z", "level": "DEBUG", "component": "o.e.a.ActionModule", "cluster.name": "fess-es", "node.name": "es01", "message": "Using REST wrapper from plugin org.elasticsearch.xpack.security.Security" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:53,211Z", "level": "INFO", "component": "o.e.d.DiscoveryModule", "cluster.name": "fess-es", "node.name": "es01", "message": "using discovery type [zen] and seed hosts providers [settings]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,386Z", "level": "INFO", "component": "o.c.e.d.r.RestDataAction", "cluster.name": "fess-es", "node.name": "es01", "message": "Default limit: 107374184" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,388Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "initialized" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,388Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "starting ..." }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,585Z", "level": "INFO", "component": "o.e.t.TransportService", "cluster.name": "fess-es", "node.name": "es01", "message": "publish_address {172.26.0.2:9300}, bound_addresses {0.0.0.0:9300}" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,810Z", "level": "INFO", "component": "o.e.b.BootstrapChecks", "cluster.name": "fess-es", "node.name": "es01", "message": "bound or publishing to a non-loopback address, enforcing bootstrap checks" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,824Z", "level": "DEBUG", "component": "o.e.a.s.m.TransportMasterNodeAction", "cluster.name": "fess-es", "node.name": "es01", "message": "no known master node, scheduling a retry" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:54,838Z", "level": "INFO", "component": "o.e.c.c.Coordinator", "cluster.name": "fess-es", "node.name": "es01", "message": "setting initial configuration to VotingConfiguration{5kD6yy7-ScGh1zdyHFqnAA}" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,009Z", "level": "INFO", "component": "o.e.c.s.MasterService", "cluster.name": "fess-es", "node.name": "es01", "message": "elected-as-master ([1] nodes joined)[{es01}{5kD6yy7-ScGh1zdyHFqnAA}{cIuD6b_8QpKFfvouEaDNfw}{172.26.0.2}{172.26.0.2:9300}{dilmrt}{ml.machine_memory=5182201856, xpack.installed=true, transform.node=true, ml.max_open_jobs=20} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 1, version: 1, delta: master node changed {previous [], current [{es01}{5kD6yy7-ScGh1zdyHFqnAA}{cIuD6b_8QpKFfvouEaDNfw}{172.26.0.2}{172.26.0.2:9300}{dilmrt}{ml.machine_memory=5182201856, xpack.installed=true, transform.node=true, ml.max_open_jobs=20}]}" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,077Z", "level": "INFO", "component": "o.e.c.c.CoordinationState", "cluster.name": "fess-es", "node.name": "es01", "message": "cluster UUID set to [rAlseBSLTOuN9gnxPRHcjA]" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,106Z", "level": "INFO", "component": "o.e.c.s.ClusterApplierService", "cluster.name": "fess-es", "node.name": "es01", "message": "master node changed {previous [], current [{es01}{5kD6yy7-ScGh1zdyHFqnAA}{cIuD6b_8QpKFfvouEaDNfw}{172.26.0.2}{172.26.0.2:9300}{dilmrt}{ml.machine_memory=5182201856, xpack.installed=true, transform.node=true, ml.max_open_jobs=20}]}, term: 1, version: 1, reason: Publication{term=1, version=1}" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,164Z", "level": "INFO", "component": "o.e.h.AbstractHttpServerTransport", "cluster.name": "fess-es", "node.name": "es01", "message": "publish_address {172.26.0.2:9200}, bound_addresses {0.0.0.0:9200}", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,165Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "fess-es", "node.name": "es01", "message": "started", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,296Z", "level": "INFO", "component": "o.e.g.GatewayService", "cluster.name": "fess-es", "node.name": "es01", "message": "recovered [0] indices into cluster_state", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,743Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.triggered_watches] for index patterns [.triggered_watches*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:55,955Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.watch-history-11] for index patterns [.watcher-history-11*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:56,155Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.watches] for index patterns [.watches*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:56,335Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-state] for index patterns [.ml-state*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:56,605Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-inference-000001] for index patterns [.ml-inference-000001]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:56,799Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-meta] for index patterns [.ml-meta]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:57,000Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-config] for index patterns [.ml-config]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:57,241Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-anomalies-] for index patterns [.ml-anomalies-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:57,511Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-notifications-000001] for index patterns [.ml-notifications-000001]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:57,713Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.ml-stats] for index patterns [.ml-stats-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:57,915Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [ilm-history] for index patterns [ilm-history-2*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:58,089Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.slm-history] for index patterns [.slm-history-2*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:58,294Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:58,483Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:58,662Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:58,843Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,018Z", "level": "INFO", "component": "o.e.c.m.MetaDataIndexTemplateService", "cluster.name": "fess-es", "node.name": "es01", "message": "adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,201Z", "level": "INFO", "component": "o.e.c.m.MetaDataCreateIndexService", "cluster.name": "fess-es", "node.name": "es01", "message": "[.configsync] creating index, cause [api], templates [], shards [1]/[0], mappings [file]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,467Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "fess-es", "node.name": "es01", "message": "adding index lifecycle policy [watch-history-ilm-policy]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,515Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "fess-es", "node.name": "es01", "message": "adding index lifecycle policy [ml-size-based-ilm-policy]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,560Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "fess-es", "node.name": "es01", "message": "adding index lifecycle policy [slm-history-ilm-policy]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,591Z", "level": "INFO", "component": "o.e.c.r.a.AllocationService", "cluster.name": "fess-es", "node.name": "es01", "message": "Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.configsync][0]]]).", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,629Z", "level": "INFO", "component": "o.c.e.c.s.ConfigSyncService", "cluster.name": "fess-es", "node.name": "es01", "message": "ConfigFileUpdater is started at 1m intervals.", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,631Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "fess-es", "node.name": "es01", "message": "adding index lifecycle policy [ilm-history-ilm-policy]", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,735Z", "level": "INFO", "component": "o.e.l.LicenseService", "cluster.name": "fess-es", "node.name": "es01", "message": "license [03386850-cc92-4250-bd9c-9777cd9a3b15] mode [basic] - valid", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
es01 | {"type": "server", "timestamp": "2020-05-23T14:40:59,737Z", "level": "INFO", "component": "o.e.x.s.s.SecurityStatusChangeListener", "cluster.name": "fess-es", "node.name": "es01", "message": "Active license is now [BASIC]; Security is disabled", "cluster.uuid": "rAlseBSLTOuN9gnxPRHcjA", "node.id": "5kD6yy7-ScGh1zdyHFqnAA" }
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 300
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 299
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 298
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 297
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 296
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 295
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 294
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 293
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 292
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 291
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 290
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 289
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 288
fess01 | Warning: retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0Warning: Transient problem: connection refused Will retry in 1 seconds. 287
fess01 | Warning: retries left.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment