I have no idea what you mean by browser history, but again, read the server side logs. If you don't get any logs, fixing that is your first priority. Do not attempt to run Elasticsearch without proper logs.
I'm receiving the same error again in Kibana dashboard. Here is the server log. Please check and let me know , is there any way to resolve it.
[2015-11-17 08:32:54,635][INFO ][cluster.metadata ] [node1-ovh-de] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [config]
[2015-11-17 08:32:54,650][WARN ][indices.cluster ] [node1-ovh-de] [[.kibana][0]] marking and sending shard failed due to [failed to create shard]
[.kibana][[.kibana][0]] ElasticsearchException[failed to create shard]; nested: ElasticsearchParseException[Failed to parse setting [index.refresh_interval] with value [30] as a time value: unit is missing or unrecognized];
at org.elasticsearch.index.IndexService.createShard(IndexService.java:371)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.applyInitializingShard(IndicesClusterStateService.java:641)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.applyNewOrUpdatedShards(IndicesClusterStateService.java:541)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.clusterChanged(IndicesClusterStateService.java:170)
at org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:494)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.runAndClean(PrioritizedEsThreadPoolExecutor.java:225)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:188)
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: ElasticsearchParseException[Failed to parse setting [index.refresh_interval] with value [30] as a time value: unit is missing or unrecognized]
at org.elasticsearch.common.unit.TimeValue.parseTimeValue(TimeValue.java:262)
at org.elasticsearch.common.settings.Settings.getAsTime(Settings.java:418)
at org.elasticsearch.index.shard.IndexShard.(IndexShard.java:236)
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:422)
at org.elasticsearch.common.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:56)
at org.elasticsearch.common.inject.ConstructorInjector.construct(ConstructorInjector.java:86)
at org.elasticsearch.common.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:104)
at org.elasticsearch.common.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:47)
at org.elasticsearch.common.inject.InjectorImpl.callInContext(InjectorImpl.java:865)
I installed timelion and then shortly after loading it, I saw this in the elasticsearch logs causing the cluster to go red:
[2015-12-09 23:49:04,758][INFO ][cluster.metadata ] [node-2-master] [.kibana] create_mapping [timelion-sheet]
[2015-12-09 23:49:04,780][WARN ][cluster.action.shard ] [node-2-master] [.kibana][0] received shard failed for [.kibana][0], node[mqZtmksNQwWZ_NS2v0X0pA], [P], v[23], s[STARTED], a[id=j5M16ot6Qm2bliPLqExOxA], indexUUID [Mw_IEucTSwSWTBXjpjO87Q], message [failed to update mappings], failure [IllegalArgumentException[Mapper for [hits] conflicts with existing mapping in other types:
[mapper [hits] cannot be changed from type [long] to [int]]]]
java.lang.IllegalArgumentException: Mapper for [hits] conflicts with existing mapping in other types:
[mapper [hits] cannot be changed from type [long] to [int]]
at org.elasticsearch.index.mapper.FieldTypeLookup.checkCompatibility(FieldTypeLookup.java:117)
at org.elasticsearch.index.mapper.MapperService.checkNewMappersCompatibility(MapperService.java:364)
at org.elasticsearch.index.mapper.MapperService.merge(MapperService.java:315)
at org.elasticsearch.index.mapper.MapperService.merge(MapperService.java:261)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.processMapping(IndicesClusterStateService.java:418)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.applyMappings(IndicesClusterStateService.java:372)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.clusterChanged(IndicesClusterStateService.java:177)
at org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:494)
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)
[2015-12-09 23:49:04,783][WARN ][cluster.action.shard ] [node-2-master] [.kibana][0] received shard failed for [.kibana][0], node[mqZtmksNQwWZ_NS2v0X0pA], [P], v[23], s[STARTED], a[id=j5M16ot6Qm2bliPLqExOxA], indexUUID [Mw_IEucTSwSWTBXjpjO87Q], message [master {node-2-master}{hXSo4xWMTbeSy99Qpf38rg}{10.128.212.73}{10.128.212.73:9300}{temp=none, data=false, master=true} marked shard as started, but shard has previous failed. resending shard failure.], failure [Unknown]
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.