Index Not Found Exception

(from github.com/ghost)
I try to install Fess 12 with Elasticsearch 6.1.1 but I can’t start Fess. Here is the log:

Failed to initialize the container.

[Path]
esclient.xml

[Namespace]
null

[Included by]
esflute_config.xml
esflute_user.xml
esflute_log.xml
* * * * * * * * * */
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.throwContainerInitFailureException(LaContainerImpl.java:463)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.init(LaContainerImpl.java:415)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.doInit(LaContainerImpl.java:431)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.init(LaContainerImpl.java:413)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.doInit(LaContainerImpl.java:431)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.init(LaContainerImpl.java:413)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.doInit(LaContainerImpl.java:431)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.init(LaContainerImpl.java:413)
        at org.lastaflute.di.core.factory.SingletonLaContainerFactory.init(SingletonLaContainerFactory.java:66)
        at org.lastaflute.web.container.WebLastaContainerInitializer.doInitContainer(WebLastaContainerInitializer.java:81)
        at org.lastaflute.web.container.WebLastaContainerInitializer.initialize(WebLastaContainerInitializer.java:45)
        at org.lastaflute.web.servlet.filter.LastaPrepareFilter.initializeContainer(LastaPrepareFilter.java:136)
        at org.lastaflute.web.servlet.filter.LastaPrepareFilter.init(LastaPrepareFilter.java:94)
        at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285)
        at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:266)
        at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)
        at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4591)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5233)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.lastaflute.di.core.exception.IllegalMethodRuntimeException: [ESSR0060]Can not configure method(open) of org.codelibs.fess.es.client.FessEsClient, because [fess.20180122] IndexNotFoundException[no such index]
        at org.lastaflute.di.core.assembler.AbstractMethodAssembler.invoke(AbstractMethodAssembler.java:61)
        at org.lastaflute.di.core.assembler.DefaultInitMethodAssembler.assemble(DefaultInitMethodAssembler.java:40)
        at org.lastaflute.di.core.deployer.SingletonComponentDeployer.assemble(SingletonComponentDeployer.java:57)
        at org.lastaflute.di.core.deployer.SingletonComponentDeployer.deploy(SingletonComponentDeployer.java:41)
        at org.lastaflute.di.core.deployer.SingletonComponentDeployer.init(SingletonComponentDeployer.java:35)
        at org.lastaflute.di.core.meta.impl.ComponentDefImpl.init(ComponentDefImpl.java:85)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.doInit(LaContainerImpl.java:434)
        at org.lastaflute.di.core.meta.impl.LaContainerImpl.init(LaContainerImpl.java:413)
        ... 23 more
Caused by: [fess.20180122] IndexNotFoundException[no such index]
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver$WildcardExpressionResolver.indexNotFoundException(IndexNameExpressionResolver.java:678)
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver$WildcardExpressionResolver.innerResolve(IndexNameExpressionResolver.java:630)
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver$WildcardExpressionResolver.resolve(IndexNameExpressionResolver.java:586)
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver.concreteIndices(IndexNameExpressionResolver.java:164)
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver.concreteIndexNames(IndexNameExpressionResolver.java:143)
        at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver.concreteIndexNames(IndexNameExpressionResolver.java:76)
        at org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction.checkBlock(TransportGetMappingsAction.java:53)
        at org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction.checkBlock(TransportGetMappingsAction.java:37)
        at org.elasticsearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction.doStart(TransportMasterNodeAction.java:135)
        at org.elasticsearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction.start(TransportMasterNodeAction.java:127)
        at org.elasticsearch.action.support.master.TransportMasterNodeAction.doExecute(TransportMasterNodeAction.java:105)
        at org.elasticsearch.action.support.master.TransportMasterNodeAction.doExecute(TransportMasterNodeAction.java:55)
        at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:167)
        at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:139)
        at org.elasticsearch.action.support.HandledTransportAction$TransportHandler.messageReceived(HandledTransportAction.java:64)
        at org.elasticsearch.action.support.HandledTransportAction$TransportHandler.messageReceived(HandledTransportAction.java:54)
        at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66)
        at org.elasticsearch.transport.TcpTransport$RequestHandler.doRun(TcpTransport.java:1554)
        at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
        at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135)
        at org.elasticsearch.transport.TcpTransport.handleRequest(TcpTransport.java:1511)
        at org.elasticsearch.transport.TcpTransport.messageReceived(TcpTransport.java:1380)
        at org.elasticsearch.transport.netty4.Netty4MessageChannelHandler.channelRead(Netty4MessageChannelHandler.java:64)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:297)
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:413)
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
        at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
        at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:241)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:544)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:498)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        ... 1 more

(from github.com/marevol)

(from github.com/ghost)
this is the log of elasticsearch:

[2018-01-22T16:42:51,388][INFO ][o.e.n.Node               ] [fess1] initializing ...
[2018-01-22T16:42:52,420][INFO ][o.e.e.NodeEnvironment    ] [fess1] using [1] data paths, mounts [[/ (rootfs)]], net usable_space [6.1gb], net total_space [8.4gb], types [rootfs]
[2018-01-22T16:42:52,421][INFO ][o.e.e.NodeEnvironment    ] [fess1] heap size [1007.3mb], compressed ordinary object pointers [true]
[2018-01-22T16:42:52,565][INFO ][o.e.n.Node               ] [fess1] node name [fess1], node ID [DDO5fTu1RhmC77fgUrFUSA]
[2018-01-22T16:42:52,566][INFO ][o.e.n.Node               ] [fess1] version[6.1.1], pid[28123], build[bd92e7f/2017-12-17T20:23:25.338Z], OS[Linux/3.10.0-693.11.6.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_151/25.151-b12]
[2018-01-22T16:42:52,567][INFO ][o.e.n.Node               ] [fess1] JVM arguments [-Xms1g, -Xmx1g, -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, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/var/lib/elasticsearch, -Djava.net.preferIPv4Stack=true, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch]
[2018-01-22T16:43:08,342][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [aggs-matrix-stats]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [analysis-common]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [ingest-common]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [lang-expression]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [lang-mustache]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [lang-painless]
[2018-01-22T16:43:08,354][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [mapper-extras]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [parent-join]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [percolator]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [reindex]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [repository-url]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [transport-netty4]
[2018-01-22T16:43:08,355][INFO ][o.e.p.PluginsService     ] [fess1] loaded module [tribe]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [analysis-fess]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [analysis-ja]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [analysis-synonym]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [configsync]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [dataformat]
[2018-01-22T16:43:08,356][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [langfield]
[2018-01-22T16:43:08,357][INFO ][o.e.p.PluginsService     ] [fess1] loaded plugin [minhash]
[2018-01-22T16:43:17,991][INFO ][o.e.d.DiscoveryModule    ] [fess1] using discovery type [zen]
[2018-01-22T16:43:20,341][INFO ][o.e.n.Node               ] [fess1] initialized
[2018-01-22T16:43:20,363][INFO ][o.e.n.Node               ] [fess1] starting ...
[2018-01-22T16:43:21,480][INFO ][o.e.t.TransportService   ] [fess1] publish_address {172.30.40.101:9300}, bound_addresses {0.0.0.0:9300}
[2018-01-22T16:43:21,511][INFO ][o.e.b.BootstrapChecks    ] [fess1] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2018-01-22T16:43:21,582][DEBUG][o.e.a.a.c.h.TransportClusterHealthAction] [fess1] no known master node, scheduling a retry
[2018-01-22T16:43:22,424][WARN ][o.e.m.j.JvmGcMonitorService] [fess1] [gc][2] overhead, spent [510ms] collecting in the last [1s]
[2018-01-22T16:43:24,817][INFO ][o.e.c.s.MasterService    ] [fess1] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {fess1}{DDO5fTu1RhmC77fgUrFUSA}{CvzhE-U9S46qoU1dW5XkUg}{172.30.40.101}{172.30.40.101:9300}
[2018-01-22T16:43:24,846][INFO ][o.e.c.s.ClusterApplierService] [fess1] new_master {fess1}{DDO5fTu1RhmC77fgUrFUSA}{CvzhE-U9S46qoU1dW5XkUg}{172.30.40.101}{172.30.40.101:9300}, reason: apply cluster state (from master [master {fess1}{DDO5fTu1RhmC77fgUrFUSA}{CvzhE-U9S46qoU1dW5XkUg}{172.30.40.101}{172.30.40.101:9300} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2018-01-22T16:43:24,973][INFO ][o.e.h.n.Netty4HttpServerTransport] [fess1] publish_address {172.30.40.101:9200}, bound_addresses {0.0.0.0:9200}
[2018-01-22T16:43:24,973][INFO ][o.e.n.Node               ] [fess1] started
[2018-01-22T16:43:25,196][INFO ][o.c.e.f.i.a.JapaneseIterationMarkCharFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiIterationMarkCharFilterFactory is found.
[2018-01-22T16:43:25,207][INFO ][o.c.e.f.i.a.JapaneseTokenizerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.ReloadableKuromojiTokenizerFactory is found.
[2018-01-22T16:43:25,328][INFO ][o.c.e.f.i.a.ReloadableJapaneseTokenizerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.ReloadableKuromojiTokenizerFactory is found.
[2018-01-22T16:43:25,358][INFO ][o.c.e.f.i.a.JapaneseBaseFormFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiBaseFormFilterFactory is found.
[2018-01-22T16:43:25,411][INFO ][o.c.e.f.i.a.JapaneseKatakanaStemmerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiKatakanaStemmerFactory is found.
[2018-01-22T16:43:25,419][INFO ][o.c.e.f.i.a.JapanesePartOfSpeechFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiPartOfSpeechFilterFactory is found.
[2018-01-22T16:43:25,430][INFO ][o.c.e.f.i.a.JapaneseReadingFormFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiReadingFormFilterFactory is found.
[2018-01-22T16:43:26,074][INFO ][o.e.g.GatewayService     ] [fess1] recovered [1] indices into cluster_state
[2018-01-22T16:43:26,178][INFO ][o.c.e.f.i.a.JapaneseIterationMarkCharFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiIterationMarkCharFilterFactory is found.
[2018-01-22T16:43:26,188][INFO ][o.c.e.f.i.a.JapaneseTokenizerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.ReloadableKuromojiTokenizerFactory is found.
[2018-01-22T16:43:26,192][INFO ][o.c.e.f.i.a.ReloadableJapaneseTokenizerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.ReloadableKuromojiTokenizerFactory is found.
[2018-01-22T16:43:26,207][INFO ][o.c.e.f.i.a.JapaneseBaseFormFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiBaseFormFilterFactory is found.
[2018-01-22T16:43:26,233][INFO ][o.c.e.f.i.a.JapaneseKatakanaStemmerFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiKatakanaStemmerFactory is found.
[2018-01-22T16:43:26,238][INFO ][o.c.e.f.i.a.JapanesePartOfSpeechFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiPartOfSpeechFilterFactory is found.
[2018-01-22T16:43:26,263][INFO ][o.c.e.f.i.a.JapaneseReadingFormFilterFactory] [fess1] [.configsync] org.codelibs.elasticsearch.ja.analysis.KuromojiReadingFormFilterFactory is found.
[2018-01-22T16:43:30,906][WARN ][o.e.m.j.JvmGcMonitorService] [fess1] [gc][young][8][6] duration [2.8s], collections [1]/[3.4s], total [2.8s]/[5.9s], memory [140.6mb]->[98.1mb]/[1007.3mb], all_pools {[young] [107.5mb]->[17.5mb]/[133.1mb]}{[survivor] [16.6mb]->[10.9mb]/[16.6mb]}{[old] [16.4mb]->[70.1mb]/[857.6mb]}
[2018-01-22T16:43:30,921][WARN ][o.e.m.j.JvmGcMonitorService] [fess1] [gc][8] overhead, spent [2.8s] collecting in the last [3.4s]
[2018-01-22T16:43:31,567][INFO ][o.e.c.r.a.AllocationService] [fess1] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[.configsync][0]] ...]).
[2018-01-22T16:43:31,695][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] ConfigFileUpdater is started at 1m intervals.
[2018-01-22T16:43:47,878][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hu/protwords.txt
[2018-01-22T16:43:47,922][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/lv/protwords.txt
[2018-01-22T16:43:47,928][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/th/protwords.txt
[2018-01-22T16:43:47,933][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/zh-cn/stopwords.txt
[2018-01-22T16:43:47,937][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ar/protwords.txt
[2018-01-22T16:43:47,943][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/gl/protwords.txt
[2018-01-22T16:43:47,947][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hi/protwords.txt
[2018-01-22T16:43:47,951][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ko/seunjeon.txt
[2018-01-22T16:43:47,959][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/nl/protwords.txt
[2018-01-22T16:43:47,968][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/pt/protwords.txt
[2018-01-22T16:43:47,972][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ro/protwords.txt
[2018-01-22T16:43:47,976][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ru/protwords.txt
[2018-01-22T16:43:47,980][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/zh-tw/stopwords.txt
[2018-01-22T16:43:47,987][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/synonym.txt
[2018-01-22T16:43:47,992][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ca/protwords.txt
[2018-01-22T16:43:47,996][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/el/protwords.txt
[2018-01-22T16:43:48,002][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/en/protwords.txt
[2018-01-22T16:43:48,007][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/eu/protwords.txt
[2018-01-22T16:43:48,010][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ja/kuromoji.txt
[2018-01-22T16:43:48,013][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/lt/protwords.txt
[2018-01-22T16:43:48,020][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/no/protwords.txt
[2018-01-22T16:43:48,024][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/pt-br/protwords.txt
[2018-01-22T16:43:48,044][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/mapping.txt
[2018-01-22T16:43:48,048][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/cs/protwords.txt
[2018-01-22T16:43:48,052][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/es/protwords.txt
[2018-01-22T16:43:48,056][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fr/protwords.txt
[2018-01-22T16:43:48,060][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/id/protwords.txt
[2018-01-22T16:43:48,144][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ja/mapping.txt
[2018-01-22T16:43:48,148][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/sv/protwords.txt
[2018-01-22T16:43:48,152][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/tr/protwords.txt
[2018-01-22T16:43:48,156][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ckb-iq/protwords.txt
[2018-01-22T16:43:48,177][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/da/protwords.txt
[2018-01-22T16:43:48,222][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/de/protwords.txt
[2018-01-22T16:43:48,268][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/en-ie/protwords.txt
[2018-01-22T16:43:48,319][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fa/mapping.txt
[2018-01-22T16:43:48,374][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fa/protwords.txt
[2018-01-22T16:43:48,406][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fi/protwords.txt
[2018-01-22T16:43:48,413][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hy/protwords.txt
[2018-01-22T16:43:48,416][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/it/protwords.txt
[2018-01-22T16:43:50,119][WARN ][o.e.m.j.JvmGcMonitorService] [fess1] [gc][young][26][7] duration [1.1s], collections [1]/[2s], total [1.1s]/[7s], memory [209.8mb]->[95.2mb]/[1007.3mb], all_pools {[young] [128.7mb]->[610kb]/[133.1mb]}{[survivor] [10.9mb]->[8.8mb]/[16.6mb]}{[old] [70.1mb]->[86.1mb]/[857.6mb]}
[2018-01-22T16:43:50,119][WARN ][o.e.m.j.JvmGcMonitorService] [fess1] [gc][26] overhead, spent [1.1s] collecting in the last [2s]
[2018-01-22T16:45:31,874][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ar/protwords.txt
[2018-01-22T16:45:31,913][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/synonym.txt
[2018-01-22T16:45:31,917][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ca/protwords.txt
[2018-01-22T16:45:31,929][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/mapping.txt
[2018-01-22T16:45:31,934][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/cs/protwords.txt
[2018-01-22T16:45:31,939][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ckb-iq/protwords.txt
[2018-01-22T16:45:31,943][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/da/protwords.txt
[2018-01-22T16:45:31,948][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/de/protwords.txt
[2018-01-22T16:45:36,202][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hu/protwords.txt
[2018-01-22T16:45:36,210][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/lv/protwords.txt
[2018-01-22T16:45:36,214][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/th/protwords.txt
[2018-01-22T16:45:36,218][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/zh-cn/stopwords.txt
[2018-01-22T16:45:36,222][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/gl/protwords.txt
[2018-01-22T16:45:36,226][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hi/protwords.txt
[2018-01-22T16:45:36,230][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ko/seunjeon.txt
[2018-01-22T16:45:36,234][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/nl/protwords.txt
[2018-01-22T16:45:36,239][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/pt/protwords.txt
[2018-01-22T16:45:36,245][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ro/protwords.txt
[2018-01-22T16:45:36,249][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ru/protwords.txt
[2018-01-22T16:45:36,253][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/zh-tw/stopwords.txt
[2018-01-22T16:45:36,271][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/en/protwords.txt
[2018-01-22T16:45:36,293][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/eu/protwords.txt
[2018-01-22T16:45:36,303][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ja/kuromoji.txt
[2018-01-22T16:45:36,309][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/lt/protwords.txt
[2018-01-22T16:45:36,312][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/no/protwords.txt
[2018-01-22T16:45:36,314][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/pt-br/protwords.txt
[2018-01-22T16:45:36,317][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/es/protwords.txt
[2018-01-22T16:45:36,320][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fr/protwords.txt
[2018-01-22T16:45:36,327][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/id/protwords.txt
[2018-01-22T16:45:36,382][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/ja/mapping.txt
[2018-01-22T16:45:36,411][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/sv/protwords.txt
[2018-01-22T16:45:36,415][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/tr/protwords.txt
[2018-01-22T16:45:36,418][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/en-ie/protwords.txt
[2018-01-22T16:45:36,424][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fa/mapping.txt
[2018-01-22T16:45:36,428][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fa/protwords.txt
[2018-01-22T16:45:36,432][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/fi/protwords.txt
[2018-01-22T16:45:36,446][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/hy/protwords.txt
[2018-01-22T16:45:36,451][INFO ][o.c.e.c.s.ConfigSyncService] [fess1] Updated /var/lib/elasticsearch/config/it/protwords.txt

and this is a list of installed plugins

curl -XGET 'localhost:9200/_cat/plugins?v&s=component&h=name,component,version,description&pretty'
name  component        version description
fess1 analysis-fess    6.1.0   FessAnalysis Plugin for Elasticsearch
fess1 analysis-ja      6.1.0   This plugin provides an analysis library for Japanese.
fess1 analysis-synonym 6.1.0   This plugin provides N-Gram Synonym Tokenizer.
fess1 configsync       6.1.1   ConfigSync plugin syncs up with configuration files in .configsync index.
fess1 dataformat       6.1.0   This plugin provides several response formats.
fess1 langfield        6.1.0   This plugin provides langfield type.
fess1 minhash          6.1.0   This plugin provides b-bit minhash algorism.

(from github.com/fanjinfei)
It looks like cluster name is not configured properly in FESS.