Guest User

Untitled

a guest
Mar 28th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.68 KB | None | 0 0
  1. Example logs from master nodes before they just die:
  2.  
  3.     + ulimit -n 65536
  4.     + ulimit -u 4096
  5.     + ulimit -l unlimited
  6.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch
  7.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
  8.     + su elasticsearch /usr/local/bin/docker-entrypoint.sh /usr/share/elasticsearch/bin/elasticsearch
  9.     [2018-03-28T11:54:08,245][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] initializing ...
  10.     [2018-03-28T11:54:08,355][INFO ][o.e.e.NodeEnvironment    ] [es-master-7445877fd4-jjxp8] using [1] data paths, mounts [[/data (/dev/sda5)]], net usable_space [1tb], net total_space [1tb], types [xfs]
  11.     [2018-03-28T11:54:08,355][INFO ][o.e.e.NodeEnvironment    ] [es-master-7445877fd4-jjxp8] heap size [9.8gb], compressed ordinary object pointers [true]
  12.     [2018-03-28T11:54:08,364][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] node name [es-master-7445877fd4-jjxp8], node ID [Dr7sUNx-SdOO9sPTobE7uQ]
  13.     [2018-03-28T11:54:08,364][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] version[6.2.2], pid[12], build[10b1edd/2018-02-16T19:01:30.685723Z], OS[Linux/3.10.0-693.11.6.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
  14.     [2018-03-28T11:54:08,365][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] JVM arguments [-XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+DisableExplicitGC, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Xms10g, -Xmx10g, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config]
  15.     [2018-03-28T11:54:12,082][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [aggs-matrix-stats]
  16.     [2018-03-28T11:54:12,082][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [analysis-common]
  17.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [ingest-common]
  18.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [lang-expression]
  19.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [lang-mustache]
  20.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [lang-painless]
  21.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [mapper-extras]
  22.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [parent-join]
  23.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [percolator]
  24.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [rank-eval]
  25.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [reindex]
  26.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [repository-url]
  27.     [2018-03-28T11:54:12,083][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [transport-netty4]
  28.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded module [tribe]
  29.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [ingest-geoip]
  30.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [ingest-user-agent]
  31.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-core]
  32.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-deprecation]
  33.     [2018-03-28T11:54:12,084][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-graph]
  34.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-logstash]
  35.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-ml]
  36.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-monitoring]
  37.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-security]
  38.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-upgrade]
  39.     [2018-03-28T11:54:12,085][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-jjxp8] loaded plugin [x-pack-watcher]
  40.     [2018-03-28T11:54:16,181][INFO ][o.e.d.DiscoveryModule    ] [es-master-7445877fd4-jjxp8] using discovery type [zen]
  41.     [2018-03-28T11:54:16,731][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] initialized
  42.     [2018-03-28T11:54:16,731][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] starting ...
  43.     [2018-03-28T11:54:16,925][INFO ][o.e.t.TransportService   ] [es-master-7445877fd4-jjxp8] publish_address {10.34.0.17:9300}, bound_addresses {10.34.0.17:9300}
  44.     [2018-03-28T11:54:16,956][INFO ][o.e.b.BootstrapChecks    ] [es-master-7445877fd4-jjxp8] bound or publishing to a non-loopback address, enforcing bootstrap checks
  45.     [2018-03-28T11:54:20,016][INFO ][o.e.c.s.MasterService    ] [es-master-7445877fd4-jjxp8] zen-disco-elected-as-master ([1] nodes joined)[{es-master-7445877fd4-fvtn9}{cSg4Aj8-RNKeVOHB6IHd6w}{4jmU0cA5SV6ITGSdC2b1zg}{10.45.128.17}{10.45.128.17:9300}], reason: new_master {es-master-7445877fd4-jjxp8}{Dr7sUNx-SdOO9sPTobE7uQ}{ejliMPNFTfeVe_9d7e-wHg}{10.34.0.17}{10.34.0.17:9300}, added {{es-master-7445877fd4-fvtn9}{cSg4Aj8-RNKeVOHB6IHd6w}{4jmU0cA5SV6ITGSdC2b1zg}{10.45.128.17}{10.45.128.17:9300},}
  46.     [2018-03-28T11:54:20,052][INFO ][o.e.c.s.ClusterApplierService] [es-master-7445877fd4-jjxp8] new_master {es-master-7445877fd4-jjxp8}{Dr7sUNx-SdOO9sPTobE7uQ}{ejliMPNFTfeVe_9d7e-wHg}{10.34.0.17}{10.34.0.17:9300}, added {{es-master-7445877fd4-fvtn9}{cSg4Aj8-RNKeVOHB6IHd6w}{4jmU0cA5SV6ITGSdC2b1zg}{10.45.128.17}{10.45.128.17:9300},}, reason: apply cluster state (from master [master {es-master-7445877fd4-jjxp8}{Dr7sUNx-SdOO9sPTobE7uQ}{ejliMPNFTfeVe_9d7e-wHg}{10.34.0.17}{10.34.0.17:9300} committed version [1] source [zen-disco-elected-as-master ([1] nodes joined)[{es-master-7445877fd4-fvtn9}{cSg4Aj8-RNKeVOHB6IHd6w}{4jmU0cA5SV6ITGSdC2b1zg}{10.45.128.17}{10.45.128.17:9300}]]])
  47.     [2018-03-28T11:54:20,059][INFO ][o.e.n.Node               ] [es-master-7445877fd4-jjxp8] started
  48.     [2018-03-28T11:54:20,735][INFO ][o.e.l.LicenseService     ] [es-master-7445877fd4-jjxp8] license [bf13b583-0ffc-4876-9abf-29bfac229668] mode [trial] - valid
  49.     [2018-03-28T11:54:20,744][INFO ][o.e.g.GatewayService     ] [es-master-7445877fd4-jjxp8] recovered [2] indices into cluster_state
  50.  
  51.  
  52.     + ulimit -n 65536
  53.     + ulimit -u 4096
  54.     + ulimit -l unlimited
  55.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch
  56.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
  57.     + su elasticsearch /usr/local/bin/docker-entrypoint.sh /usr/share/elasticsearch/bin/elasticsearch
  58.     [2018-03-28T11:53:07,929][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] initializing ...
  59.     [2018-03-28T11:53:08,007][INFO ][o.e.e.NodeEnvironment    ] [es-master-7445877fd4-fpbmb] using [1] data paths, mounts [[/data (/dev/sda5)]], net usable_space [1tb], net total_space [1tb], types [xfs]
  60.     [2018-03-28T11:53:08,007][INFO ][o.e.e.NodeEnvironment    ] [es-master-7445877fd4-fpbmb] heap size [9.8gb], compressed ordinary object pointers [true]
  61.     [2018-03-28T11:53:08,019][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] node name [es-master-7445877fd4-fpbmb], node ID [pMtTTyrtQI-pht7JszsgOA]
  62.     [2018-03-28T11:53:08,019][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] version[6.2.2], pid[12], build[10b1edd/2018-02-16T19:01:30.685723Z], OS[Linux/3.10.0-693.11.6.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
  63.     [2018-03-28T11:53:08,020][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] JVM arguments [-XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+DisableExplicitGC, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Xms10g, -Xmx10g, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config]
  64.     [2018-03-28T11:53:12,200][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [aggs-matrix-stats]
  65.     [2018-03-28T11:53:12,200][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [analysis-common]
  66.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [ingest-common]
  67.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [lang-expression]
  68.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [lang-mustache]
  69.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [lang-painless]
  70.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [mapper-extras]
  71.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [parent-join]
  72.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [percolator]
  73.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [rank-eval]
  74.     [2018-03-28T11:53:12,201][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [reindex]
  75.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [repository-url]
  76.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [transport-netty4]
  77.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded module [tribe]
  78.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [ingest-geoip]
  79.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [ingest-user-agent]
  80.     [2018-03-28T11:53:12,202][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-core]
  81.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-deprecation]
  82.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-graph]
  83.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-logstash]
  84.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-ml]
  85.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-monitoring]
  86.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-security]
  87.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-upgrade]
  88.     [2018-03-28T11:53:12,203][INFO ][o.e.p.PluginsService     ] [es-master-7445877fd4-fpbmb] loaded plugin [x-pack-watcher]
  89.     [2018-03-28T11:53:16,725][INFO ][o.e.d.DiscoveryModule    ] [es-master-7445877fd4-fpbmb] using discovery type [zen]
  90.     [2018-03-28T11:53:17,329][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] initialized
  91.     [2018-03-28T11:53:17,329][INFO ][o.e.n.Node               ] [es-master-7445877fd4-fpbmb] starting ...
  92.     [2018-03-28T11:53:17,557][INFO ][o.e.t.TransportService   ] [es-master-7445877fd4-fpbmb] publish_address {10.42.0.33:9300}, bound_addresses {10.42.0.33:9300}
  93.     [2018-03-28T11:53:17,606][INFO ][o.e.b.BootstrapChecks    ] [es-master-7445877fd4-fpbmb] bound or publishing to a non-loopback address, enforcing bootstrap checks
  94.     [2018-03-28T11:53:20,648][WARN ][o.e.d.z.ZenDiscovery     ] [es-master-7445877fd4-fpbmb] not enough master nodes discovered during pinging (found [[Candidate{node={es-master-7445877fd4-fpbmb}{pMtTTyrtQI-pht7JszsgOA}{DkE8vq49RvOuxYDp-0N90Q}{10.42.0.33}{10.42.0.33:9300}, clusterStateVersion=-1}]], but needed [2]), pinging again
  95.     [2018-03-28T11:53:23,651][WARN ][o.e.d.z.ZenDiscovery     ] [es-master-7445877fd4-fpbmb] not enough master nodes discovered during pinging (found [[Candidate{node={es-master-7445877fd4-fpbmb}{pMtTTyrtQI-pht7JszsgOA}{DkE8vq49RvOuxYDp-0N90Q}{10.42.0.33}{10.42.0.33:9300}, clusterStateVersion=-1}]], but needed [2]), pinging again
  96.     [2018-03-28T11:53:24,349][INFO ][o.e.m.j.JvmGcMonitorService] [es-master-7445877fd4-fpbmb] [gc][7] overhead, spent [317ms] collecting in the last [1s]
  97.  
  98.  
  99. Example logs from Ingest nodes:
  100.  
  101.     + ulimit -n 65536
  102.     + ulimit -u 4096
  103.     + ulimit -l unlimited
  104.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch
  105.     + chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
  106.     + su elasticsearch /usr/local/bin/docker-entrypoint.sh /usr/share/elasticsearch/bin/elasticsearch
  107.     [2018-03-28T12:25:18,097][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] initializing ...
  108.     [2018-03-28T12:25:18,191][INFO ][o.e.e.NodeEnvironment    ] [es-client-5c5bcd4947-f7shp] using [1] data paths, mounts [[/data (/dev/sda5)]], net usable_space [1tb], net total_space [1tb], types [xfs]
  109.     [2018-03-28T12:25:18,191][INFO ][o.e.e.NodeEnvironment    ] [es-client-5c5bcd4947-f7shp] heap size [4.8gb], compressed ordinary object pointers [true]
  110.     [2018-03-28T12:25:18,193][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] node name [es-client-5c5bcd4947-f7shp], node ID [I_e37z5JTyicT6fZVsYC-Q]
  111.     [2018-03-28T12:25:18,193][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] version[6.2.2], pid[12], build[10b1edd/2018-02-16T19:01:30.685723Z], OS[Linux/3.10.0-693.11.6.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
  112.     [2018-03-28T12:25:18,193][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] JVM arguments [-XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+DisableExplicitGC, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Xms5g, -Xmx5g, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config]
  113.     [2018-03-28T12:25:23,115][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [aggs-matrix-stats]
  114.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [analysis-common]
  115.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [ingest-common]
  116.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [lang-expression]
  117.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [lang-mustache]
  118.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [lang-painless]
  119.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [mapper-extras]
  120.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [parent-join]
  121.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [percolator]
  122.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [rank-eval]
  123.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [reindex]
  124.     [2018-03-28T12:25:23,116][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [repository-url]
  125.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [transport-netty4]
  126.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded module [tribe]
  127.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [ingest-geoip]
  128.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [ingest-user-agent]
  129.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-core]
  130.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-deprecation]
  131.     [2018-03-28T12:25:23,117][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-graph]
  132.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-logstash]
  133.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-ml]
  134.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-monitoring]
  135.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-security]
  136.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-upgrade]
  137.     [2018-03-28T12:25:23,118][INFO ][o.e.p.PluginsService     ] [es-client-5c5bcd4947-f7shp] loaded plugin [x-pack-watcher]
  138.     [2018-03-28T12:25:27,299][INFO ][o.e.d.DiscoveryModule    ] [es-client-5c5bcd4947-f7shp] using discovery type [zen]
  139.     [2018-03-28T12:25:28,017][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] initialized
  140.     [2018-03-28T12:25:28,017][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] starting ...
  141.     [2018-03-28T12:25:28,213][INFO ][o.e.t.TransportService   ] [es-client-5c5bcd4947-f7shp] publish_address {10.38.0.19:9300}, bound_addresses {10.38.0.19:9300}
  142.     [2018-03-28T12:25:28,226][INFO ][o.e.b.BootstrapChecks    ] [es-client-5c5bcd4947-f7shp] bound or publishing to a non-loopback address, enforcing bootstrap checks
  143.     [2018-03-28T12:25:31,426][INFO ][o.e.c.s.ClusterApplierService] [es-client-5c5bcd4947-f7shp] detected_master {es-master-7f4976db8d-sk684}{JqtD3QM4RPSSmM4fKMKp_g}{d5UD6FLCQoG0mex87NbBQw}{10.38.0.7}{10.38.0.7:9300}, added {{es-master-7f4976db8d-sk684}{JqtD3QM4RPSSmM4fKMKp_g}{d5UD6FLCQoG0mex87NbBQw}{10.38.0.7}{10.38.0.7:9300},{es-master-7f4976db8d-wdr2q}{f5HlFgRlSLuUoZv6DTWlcQ}{VLLqRL2UR-K-sv85uw38Ww}{10.36.128.10}{10.36.128.10:9300},{es-data-1}{0-lAwtzSQGi9oGNANVK2RA}{CXeiYHptTv6LeiTlwAyhnA}{10.37.128.25}{10.37.128.25:9300},{es-data-2}{xGjU_grNQRS0QcoJvxfqqQ}{eKnrBldwQd67V5UWskqqdg}{10.42.0.26}{10.42.0.26:9300},{es-master-7f4976db8d-5vshg}{qUQWmaxRTJ6Jui9cO4d6uA}{6ZZFyyCiQ22Ia77CcWTkow}{10.37.128.24}{10.37.128.24:9300},{es-client-5c5bcd4947-rpfml}{5sLtXq1hTIK2XmrlRkiHTQ}{XgeGwkJxT4SiTainD9ftNA}{10.36.0.13}{10.36.0.13:9300},{es-data-0}{J6H_v7lmSi-XNw3ZLOXnbg}{dw1JfsxKRJq-FIpNSRTRYA}{10.34.0.12}{10.34.0.12:9300},}, reason: apply cluster state (from master [master {es-master-7f4976db8d-sk684}{JqtD3QM4RPSSmM4fKMKp_g}{d5UD6FLCQoG0mex87NbBQw}{10.38.0.7}{10.38.0.7:9300} committed version [124]])
  144.     [2018-03-28T12:25:32,033][INFO ][o.e.l.LicenseService     ] [es-client-5c5bcd4947-f7shp] license [1c5001ec-67d0-4f84-a409-2c0ea4c4e531] mode [trial] - valid
  145.     [2018-03-28T12:25:32,036][INFO ][o.e.m.j.JvmGcMonitorService] [es-client-5c5bcd4947-f7shp] [gc][4] overhead, spent [498ms] collecting in the last [1s]
  146.     [2018-03-28T12:25:32,077][INFO ][o.e.h.n.Netty4HttpServerTransport] [es-client-5c5bcd4947-f7shp] publish_address {10.38.0.19:9200}, bound_addresses {10.38.0.19:9200}
  147.     [2018-03-28T12:25:32,077][INFO ][o.e.n.Node               ] [es-client-5c5bcd4947-f7shp] started
Add Comment
Please, Sign In to add comment