# LICENSE EXPIRED ON [Sunday, December 11, 2016]. IF YOU HAVE A NEW LICENSE, PLEASE
# UPDATE IT. OTHERWISE, PLEASE REACH OUT TO YOUR SUPPORT CONTACT.
#
# COMMERCIAL PLUGINS OPERATING WITH REDUCED FUNCTIONALITY
# - marvel
# - The agent will stop collecting cluster and indices metrics
# - The agent will stop automatically cleaning indices older than [marvel.history.duration]
[2017-04-04 18:06:38,408][INFO ][cluster.routing.allocation.decider] [master] updating [cluster.routing.allocation.enable] from [ALL] to [NONE]
[2017-04-04 18:06:47,094][INFO ][node ] [master] stopping ...
[2017-04-04 18:06:47,520][INFO ][node ] [master] stopped
[2017-04-04 18:06:47,520][INFO ][node ] [master] closing ...
[2017-04-04 18:06:47,526][INFO ][node ] [master] closed
[2017-04-04 18:06:48,705][WARN ][bootstrap ] unable to install syscall filter: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
[2017-04-04 18:06:48,832][INFO ][node ] [master] version[2.4.0], pid[172565], build[ce9f0c7/2016-08-29T09:14:17Z]
[2017-04-04 18:06:48,832][INFO ][node ] [master] initializing ...
[2017-04-04 18:06:49,252][INFO ][plugins ] [master] modules [reindex, lang-expression, lang-groovy], plugins [license, marvel-agent], sites []
[2017-04-04 18:06:49,270][INFO ][env ] [master] using [1] data paths, mounts [[/data (/dev/mapper/vg--store-data)]], net usable_space [2tb], net total_space [3.5tb], spins? [possibly], types [ext4]
[2017-04-04 18:06:49,270][INFO ][env ] [master] heap size [30.7gb], compressed ordinary object pointers [true]
[2017-04-04 18:06:49,270][WARN ][env ] [master] max file descriptors [65535] for elasticsearch process likely too low, consider increasing to at least [65536]
[2017-04-04 18:06:51,305][INFO ][node ] [master] initialized
[2017-04-04 18:06:51,305][INFO ][node ] [master] starting ...
[2017-04-04 18:06:51,553][INFO ][transport ] [master] publish_address {10.85.7.55:9300}, bound_addresses {10.85.7.55:9300}
[2017-04-04 18:06:51,598][INFO ][discovery ] [master] VzB_ELS_Cluster/KA5-VTNJQCCmf1QzLtsjsw
[2017-04-04 18:06:54,513][DEBUG][action.admin.indices.create] [master] no known master node, scheduling a retry
[2017-04-04 18:06:54,513][DEBUG][action.admin.indices.create] [master] no known master node, scheduling a retry
[2017-04-04 18:06:54,627][INFO ][cluster.service ] [master] new_master {master}{KA5-VTNJQCCmf1QzLtsjsw}{10.85.7.55}{10.85.7.55:9300}{slave=false, master=true}, added {{dataNode2}{PD8oAfGZQuiO_zyVxuduKw}{10.85.7.54}{10.85.7.54:9300}{slave=true, master=false},{dataNode1}{wDj7ox5RSf6XiAhd4LEUgQ}{10.85.7.53}{10.85.7.53:9300}{slave=true, master=false},}, reason: zen-disco-join(elected_as_master, [0] joins received)
[2017-04-04 18:06:54,906][INFO ][http ] [master] publish_address {10.85.7.55:9200}, bound_addresses {10.85.7.55:9200}
[2017-04-04 18:06:54,906][INFO ][node ] [master] started
[2017-04-04 18:06:55,232][WARN ][repositories.fs ] [master] The specified location [/var/log/elasticsearch/backup] doesn't start with any repository paths specified by the path.repo setting: [[/mnt/elasticsearch]]
[2017-04-04 18:06:55,233][WARN ][repositories ] [master] failed to create repository [fs][my_backup]
org.elasticsearch.common.inject.CreationException: Guice creation errors:
1) Error injecting constructor, RepositoryException[[my_backup] location [/var/log/elasticsearch/backup] doesn't match any of the locations specified by path.repo]
at org.elasticsearch.repositories.fs.FsRepository.<init>(Unknown Source)
while locating org.elasticsearch.repositories.fs.FsRepository
while locating org.elasticsearch.repositories.Repository
1 error
at org.elasticsearch.common.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:360)
at org.elasticsearch.common.inject.InjectorBuilder.injectDynamically(InjectorBuilder.java:178)
at org.elasticsearch.common.inject.InjectorBuilder.build(InjectorBuilder.java:110)
at org.elasticsearch.common.inject.InjectorImpl.createChildInjector(InjectorImpl.java:154)
at org.elasticsearch.common.inject.ModulesBuilder.createChildInjector(ModulesBuilder.java:55)
at org.elasticsearch.repositories.RepositoriesService.createRepositoryHolder(RepositoriesService.java:404)
at org.elasticsearch.repositories.RepositoriesService.clusterChanged(RepositoriesService.java:299)
at org.elasticsearch.cluster.service.InternalClusterService.runTasksForExecutor(InternalClusterService.java:610)
at org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:772)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.runAndClean(PrioritizedEsThreadPoolExecutor.java:231)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:194)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: RepositoryException[[my_backup] location [/var/log/elasticsearch/backup] doesn't match any of the locations specified by path.repo]
at org.elasticsearch.repositories.fs.FsRepository.<init>(FsRepository.java:81)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)