Monday, January 19, 2015

Elastic Search - Directory Layout


TypeDescriptionDefault LocationSetting
homeHome of elasticsearch installation.path.home
binBinary scripts including elasticsearch to start a node.{path.home}/bin
confConfiguration files including elasticsearch.yml{path.home}/configpath.conf
dataThe location of the data files of each index / shard allocated on the node. Can hold multiple locations.{path.home}/datapath.data
logsLog files location.{path.home}/logspath.logs
pluginsPlugin files location. Each plugin will be contained in a subdirectory.{path.home}/pluginspath.plugin