Skip to content

Instantly share code, notes, and snippets.

@np97190
Created December 6, 2018 11:05
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 np97190/9904ac644ff43787ede677a747d9824d to your computer and use it in GitHub Desktop.
Save np97190/9904ac644ff43787ede677a747d9824d to your computer and use it in GitHub Desktop.
./bin/elasticsearch
[2018-12-06T10:46:59,286][WARN ][o.e.b.JNANatives ] [unknown] unable to install syscall filter:
java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
at org.elasticsearch.bootstrap.SystemCallFilter.linuxImpl(SystemCallFilter.java:341) ~[elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.SystemCallFilter.init(SystemCallFilter.java:616) ~[elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.JNANatives.tryInstallSystemCallFilter(JNANatives.java:258) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Natives.tryInstallSystemCallFilter(Natives.java:113) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:108) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:136) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:127) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.5.2.jar:6.5.2]
at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.5.2.jar:6.5.2]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:86) [elasticsearch-6.5.2.jar:6.5.2]
[2018-12-06T10:46:59,604][INFO ][o.e.e.NodeEnvironment ] [la2QAoj] using [1] data paths, mounts [[/ (rootfs)]], net usable_space [23.1gb], net total_space [29.4gb], types [rootfs]
[2018-12-06T10:46:59,605][INFO ][o.e.e.NodeEnvironment ] [la2QAoj] heap size [1.9gb], compressed ordinary object pointers [true]
[2018-12-06T10:46:59,607][INFO ][o.e.n.Node ] [la2QAoj] node name derived from node ID [la2QAojCRAWC0CtJKVDN7g]; set [node.name] to override
[2018-12-06T10:46:59,610][INFO ][o.e.n.Node ] [la2QAoj] version[6.5.2], pid[2669], build[default/tar/9434bed/2018-11-29T23:58:20.891072Z], OS[Linux/2.6.32-754.6.3.el6.x86_64/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_191/25.191-b12]
[2018-12-06T10:46:59,610][INFO ][o.e.n.Node ] [la2QAoj] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.kOrVvPtV, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:logs/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Des.path.home=/home/neeraj_pandey/elasticsearch-6.5.2, -Des.path.conf=/home/neeraj_pandey/elasticsearch-6.5.2/config, -Des.distribution.flavor=default, -Des.distribution.type=tar]
[2018-12-06T10:47:02,750][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [aggs-matrix-stats]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [analysis-common]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [ingest-common]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [lang-expression]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [lang-mustache]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [lang-painless]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [mapper-extras]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [parent-join]
[2018-12-06T10:47:02,751][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [percolator]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [rank-eval]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [reindex]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [repository-url]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [transport-netty4]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [tribe]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-ccr]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-core]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-deprecation]
[2018-12-06T10:47:02,752][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-graph]
[2018-12-06T10:47:02,753][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-logstash]
[2018-12-06T10:47:02,753][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-ml]
[2018-12-06T10:47:02,753][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-monitoring]
[2018-12-06T10:47:02,753][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-rollup]
[2018-12-06T10:47:02,753][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-security]
[2018-12-06T10:47:02,754][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-sql]
[2018-12-06T10:47:02,754][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-upgrade]
[2018-12-06T10:47:02,754][INFO ][o.e.p.PluginsService ] [la2QAoj] loaded module [x-pack-watcher]
[2018-12-06T10:47:02,755][INFO ][o.e.p.PluginsService ] [la2QAoj] no plugins loaded
[2018-12-06T10:47:08,689][INFO ][o.e.x.s.a.s.FileRolesStore] [la2QAoj] parsed [0] roles from file [/home/neeraj_pandey/elasticsearch-6.5.2/config/roles.yml]
[2018-12-06T10:47:09,862][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [la2QAoj] [controller/2724] [Main.cc@109] controller (64 bit): Version 6.5.2 (Build 767566e25172d6) Copyright (c) 2018 Elasticsearch BV
[2018-12-06T10:47:10,852][DEBUG][o.e.a.ActionModule ] [la2QAoj] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2018-12-06T10:47:11,088][INFO ][o.e.d.DiscoveryModule ] [la2QAoj] using discovery type [zen] and host providers [settings]
[2018-12-06T10:47:12,388][INFO ][o.e.n.Node ] [la2QAoj] initialized
[2018-12-06T10:47:12,389][INFO ][o.e.n.Node ] [la2QAoj] starting ...
[2018-12-06T10:47:12,618][INFO ][o.e.t.TransportService ] [la2QAoj] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2018-12-06T10:47:12,659][WARN ][o.e.b.BootstrapChecks ] [la2QAoj] max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[2018-12-06T10:47:12,659][WARN ][o.e.b.BootstrapChecks ] [la2QAoj] max number of threads [1024] for user [neeraj_pandey] is too low, increase to at least [4096]
[2018-12-06T10:47:12,659][WARN ][o.e.b.BootstrapChecks ] [la2QAoj] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2018-12-06T10:47:12,660][WARN ][o.e.b.BootstrapChecks ] [la2QAoj] system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
[2018-12-06T10:47:15,746][INFO ][o.e.c.s.MasterService ] [la2QAoj] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {la2QAoj}{la2QAojCRAWC0CtJKVDN7g}{jS4Os2AKRPOq4hla2bQiww}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=6271934464, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
[2018-12-06T10:47:15,757][INFO ][o.e.c.s.ClusterApplierService] [la2QAoj] new_master {la2QAoj}{la2QAojCRAWC0CtJKVDN7g}{jS4Os2AKRPOq4hla2bQiww}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=6271934464, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {la2QAoj}{la2QAojCRAWC0CtJKVDN7g}{jS4Os2AKRPOq4hla2bQiww}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=6271934464, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2018-12-06T10:47:15,910][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [la2QAoj] publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
[2018-12-06T10:47:15,913][INFO ][o.e.n.Node ] [la2QAoj] started
[2018-12-06T10:47:15,927][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [la2QAoj] Failed to clear cache for realms [[]]
[2018-12-06T10:47:16,119][INFO ][o.e.g.GatewayService ] [la2QAoj] recovered [0] indices into cluster_state
[2018-12-06T10:47:16,492][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.triggered_watches] for index patterns [.triggered_watches*]
[2018-12-06T10:47:16,596][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.watch-history-9] for index patterns [.watcher-history-9*]
[2018-12-06T10:47:16,634][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.watches] for index patterns [.watches*]
[2018-12-06T10:47:16,700][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-6-*]
[2018-12-06T10:47:16,762][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.monitoring-es] for index patterns [.monitoring-es-6-*]
[2018-12-06T10:47:16,817][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.monitoring-beats] for index patterns [.monitoring-beats-6-*]
[2018-12-06T10:47:16,864][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.monitoring-alerts] for index patterns [.monitoring-alerts-6]
[2018-12-06T10:47:16,913][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-6-*]
[2018-12-06T10:47:17,081][INFO ][o.e.l.LicenseService ] [la2QAoj] license [98996b8b-bdba-4c4c-9bc4-b85c6526b164] mode [basic] - valid
[2018-12-06T10:49:40,303][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [.management-beats] for index patterns [.management-beats]
[2018-12-06T10:49:44,843][INFO ][o.e.c.m.MetaDataCreateIndexService] [la2QAoj] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [doc]
[2018-12-06T10:49:44,893][INFO ][o.e.c.r.a.AllocationService] [la2QAoj] updating number_of_replicas to [0] for indices [.kibana_1]
[2018-12-06T10:49:45,335][INFO ][o.e.c.r.a.AllocationService] [la2QAoj] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]] ...]).
[2018-12-06T10:49:45,524][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [kibana_index_template:.kibana] for index patterns [.kibana]
[2018-12-06T10:49:45,579][INFO ][o.e.c.m.MetaDataIndexTemplateService] [la2QAoj] adding template [kibana_index_template:.kibana] for index patterns [.kibana]
[2018-12-06T10:50:13,027][INFO ][o.e.n.Node ] [la2QAoj] stopping ...
[2018-12-06T10:50:13,043][INFO ][o.e.x.w.WatcherService ] [la2QAoj] stopping watch service, reason [shutdown initiated]
[2018-12-06T10:50:13,510][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [la2QAoj] [controller/2724] [Main.cc@148] Ml controller exiting
[2018-12-06T10:50:13,511][INFO ][o.e.x.m.j.p.NativeController] [la2QAoj] Native controller process has stopped - no new native processes can be started
[2018-12-06T10:50:13,570][INFO ][o.e.n.Node ] [la2QAoj] stopped
[2018-12-06T10:50:13,570][INFO ][o.e.n.Node ] [la2QAoj] closing ...
[2018-12-06T10:50:13,582][INFO ][o.e.n.Node ] [la2QAoj] closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment