blob: 1c23ab037ead0d8b1207783b3f3c3e6fe924cdd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- config/elasticsearch.yml.orig 2012-10-26 11:18:09.000000000 -0400
+++ config/elasticsearch.yml 2012-10-26 11:25:29.000000000 -0400
@@ -140,11 +140,11 @@
# Path to directory containing configuration (this file and logging.yml):
#
-# path.conf: /path/to/conf
+path.conf: %%PREFIX%%/etc/elasticsearch
# Path to directory where to store index data allocated for this node.
#
-# path.data: /path/to/data
+path.data: /var/db/elasticsearch
#
# Can optionally include more than one location, causing data to be striped across
# the locations (à la RAID 0) on a file level, favouring locations with most free
@@ -154,15 +154,15 @@
# Path to temporary files:
#
-# path.work: /path/to/work
+path.work: /var/tmp/elasticsearch
# Path to log files:
#
-# path.logs: /path/to/logs
+path.logs: /var/log/elasticsearch
# Path to where plugins are installed:
#
-# path.plugins: /path/to/plugins
+path.plugins: %%PREFIX%%/lib/elasticsearch/plugins
#################################### Plugin ###################################
|