springboard 0.90.2 → 0.90.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/springboard/generators/templates/elasticsearch.in.sh +2 -5
- data/lib/springboard/version.rb +1 -1
- data/vendor/elasticsearch/NOTICE.txt +1 -1
- data/vendor/elasticsearch/README.textile +11 -7
- data/vendor/elasticsearch/bin/elasticsearch +26 -9
- data/vendor/elasticsearch/bin/elasticsearch.in.sh +2 -5
- data/vendor/elasticsearch/bin/plugin +18 -1
- data/vendor/elasticsearch/config/elasticsearch.yml +37 -24
- data/vendor/elasticsearch/config/logging.yml +3 -1
- data/vendor/elasticsearch/lib/{elasticsearch-0.90.2.jar → elasticsearch-0.90.12.jar} +0 -0
- data/vendor/elasticsearch/lib/{lucene-analyzers-common-4.3.1.jar → lucene-analyzers-common-4.6.1.jar} +0 -0
- data/vendor/elasticsearch/lib/lucene-codecs-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-core-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/{lucene-grouping-4.3.1.jar → lucene-grouping-4.6.1.jar} +0 -0
- data/vendor/elasticsearch/lib/lucene-highlighter-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-join-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-memory-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-misc-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-queries-4.6.1.jar +0 -0
- data/vendor/elasticsearch/lib/{lucene-queryparser-4.3.1.jar → lucene-queryparser-4.6.1.jar} +0 -0
- data/vendor/elasticsearch/lib/{lucene-sandbox-4.3.1.jar → lucene-sandbox-4.6.1.jar} +0 -0
- data/vendor/elasticsearch/lib/{lucene-spatial-4.3.1.jar → lucene-spatial-4.6.1.jar} +0 -0
- data/vendor/elasticsearch/lib/lucene-suggest-4.6.1.jar +0 -0
- metadata +26 -29
- data/vendor/elasticsearch/lib/lucene-codecs-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-core-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-highlighter-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-join-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-memory-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-queries-4.3.1.jar +0 -0
- data/vendor/elasticsearch/lib/lucene-suggest-4.3.1.jar +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 6d877b199685dcf17d16131870b802da333df91e
|
4
|
+
data.tar.gz: 0088054665b634497e29a03a186d83a44d11fd86
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1fd5b3a2a8e279991fad3f1df922d7dee4935b34496a4ef9ad574c83cee99ed87f781524d4176343b81e4c226d279649948f7a47c2d21fbb9e0ae35c6931a603
|
7
|
+
data.tar.gz: 2afd14ecdfc5dd31fff7606fb2b703e0a388a2ff9eb297f5fdb6027f8d957830c4ac5bdb41e4d5f49dd02e21a584fcb8b7c864929b1c03d34c95d96820f000cc
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/bin/sh
|
2
2
|
|
3
|
-
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.90.
|
3
|
+
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.90.12.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
|
4
4
|
|
5
5
|
if [ "x$ES_MIN_MEM" = "x" ]; then
|
6
6
|
ES_MIN_MEM=256m
|
@@ -47,9 +47,6 @@ JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC"
|
|
47
47
|
JAVA_OPTS="$JAVA_OPTS -XX:CMSInitiatingOccupancyFraction=75"
|
48
48
|
JAVA_OPTS="$JAVA_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
|
49
49
|
|
50
|
-
# When running under Java 7
|
51
|
-
# JAVA_OPTS="$JAVA_OPTS -XX:+UseCondCardMark"
|
52
|
-
|
53
50
|
# GC logging options
|
54
51
|
if [ "x$ES_USE_GC_LOGGING" != "x" ]; then
|
55
52
|
JAVA_OPTS="$JAVA_OPTS -XX:+PrintGCDetails"
|
@@ -64,4 +61,4 @@ fi
|
|
64
61
|
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError"
|
65
62
|
# The path to the heap dump location, note directory must exists and have enough
|
66
63
|
# space for a full heap dump.
|
67
|
-
#JAVA_OPTS="$JAVA_OPTS -XX:HeapDumpPath=$ES_HOME/logs/heapdump.hprof"
|
64
|
+
#JAVA_OPTS="$JAVA_OPTS -XX:HeapDumpPath=$ES_HOME/logs/heapdump.hprof"
|
data/lib/springboard/version.rb
CHANGED
@@ -43,7 +43,7 @@ h3. Installation
|
|
43
43
|
|
44
44
|
h3. Indexing
|
45
45
|
|
46
|
-
|
46
|
+
Let's try and index some twitter like information. First, let's create a twitter user, and add some tweets (the @twitter@ index will be created automatically):
|
47
47
|
|
48
48
|
<pre>
|
49
49
|
curl -XPUT 'http://localhost:9200/twitter/user/kimchy' -d '{ "name" : "Shay Banon" }'
|
@@ -63,7 +63,7 @@ curl -XPUT 'http://localhost:9200/twitter/tweet/2' -d '
|
|
63
63
|
}'
|
64
64
|
</pre>
|
65
65
|
|
66
|
-
Now,
|
66
|
+
Now, let's see if the information was added by GETting it:
|
67
67
|
|
68
68
|
<pre>
|
69
69
|
curl -XGET 'http://localhost:9200/twitter/user/kimchy?pretty=true'
|
@@ -74,7 +74,7 @@ curl -XGET 'http://localhost:9200/twitter/tweet/2?pretty=true'
|
|
74
74
|
h3. Searching
|
75
75
|
|
76
76
|
Mmm search..., shouldn't it be elastic?
|
77
|
-
|
77
|
+
Let's find all the tweets that @kimchy@ posted:
|
78
78
|
|
79
79
|
<pre>
|
80
80
|
curl -XGET 'http://localhost:9200/twitter/tweet/_search?q=user:kimchy&pretty=true'
|
@@ -91,7 +91,7 @@ curl -XGET 'http://localhost:9200/twitter/tweet/_search?pretty=true' -d '
|
|
91
91
|
}'
|
92
92
|
</pre>
|
93
93
|
|
94
|
-
Just for kicks,
|
94
|
+
Just for kicks, let's get all the documents stored (we should see the user as well):
|
95
95
|
|
96
96
|
<pre>
|
97
97
|
curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -d '
|
@@ -119,7 +119,7 @@ There are many more options to perform search, after all, its a search product n
|
|
119
119
|
|
120
120
|
h3. Multi Tenant - Indices and Types
|
121
121
|
|
122
|
-
Maan, that twitter index might get big (in this case, index size == valuation).
|
122
|
+
Maan, that twitter index might get big (in this case, index size == valuation). Let's see if we can structure our twitter system a bit differently in order to support such large amount of data.
|
123
123
|
|
124
124
|
ElasticSearch support multiple indices, as well as multiple types per index. In the previous example we used an index called @twitter@, with two types, @user@ and @tweet@.
|
125
125
|
|
@@ -184,7 +184,7 @@ curl -XGET 'http://localhost:9200/_search?pretty=true' -d '
|
|
184
184
|
|
185
185
|
h3. Distributed, Highly Available
|
186
186
|
|
187
|
-
|
187
|
+
Let's face it, things will fail....
|
188
188
|
|
189
189
|
ElasticSearch is a highly available and distributed search engine. Each index is broken down into shards, and each shard can have one or more replica. By default, an index is created with 5 shards and 1 replica per shard (5/1). There are many topologies that can be used, including 1/10 (improve search performance), or 20/1 (improve indexing performance, with search executed in a map reduce fashion across shards).
|
190
190
|
|
@@ -198,10 +198,14 @@ h3. Building from Source
|
|
198
198
|
|
199
199
|
ElasticSearch uses "Maven":http://maven.apache.org for its build system.
|
200
200
|
|
201
|
-
In order to create a distribution, simply run the @mvn clean package
|
201
|
+
In order to create a distribution, simply run the @mvn clean package
|
202
|
+
-DskipTests@ command in the cloned directory.
|
202
203
|
|
203
204
|
The distribution will be created under @target/releases@.
|
204
205
|
|
206
|
+
See the "TESTING":TESTING.asciidoc file for more information about
|
207
|
+
running the Elasticsearch test suite.
|
208
|
+
|
205
209
|
h1. License
|
206
210
|
|
207
211
|
<pre>
|
@@ -46,6 +46,20 @@
|
|
46
46
|
# Be aware that you will be entirely responsible for populating the needed
|
47
47
|
# environment variables.
|
48
48
|
|
49
|
+
|
50
|
+
# Maven will replace the project.name with elasticsearch below. If that
|
51
|
+
# hasn't been done, we assume that this is not a packaged version and the
|
52
|
+
# user has forgotten to run Maven to create a package.
|
53
|
+
IS_PACKAGED_VERSION='elasticsearch'
|
54
|
+
if [ "$IS_PACKAGED_VERSION" != "elasticsearch" ]; then
|
55
|
+
cat >&2 << EOF
|
56
|
+
Error: You must build the project with Maven or download a pre-built package
|
57
|
+
before you can run Elasticsearch. See 'Building from Source' in README.textile
|
58
|
+
or visit http://www.elasticsearch.org/download to get a pre-built package.
|
59
|
+
EOF
|
60
|
+
exit 1
|
61
|
+
fi
|
62
|
+
|
49
63
|
CDPATH=""
|
50
64
|
SCRIPT="$0"
|
51
65
|
|
@@ -75,7 +89,7 @@ if [ "x$ES_INCLUDE" = "x" ]; then
|
|
75
89
|
/usr/local/share/elasticsearch/elasticsearch.in.sh \
|
76
90
|
/opt/elasticsearch/elasticsearch.in.sh \
|
77
91
|
~/.elasticsearch.in.sh \
|
78
|
-
`dirname "$0"
|
92
|
+
"`dirname "$0"`"/elasticsearch.in.sh; do
|
79
93
|
if [ -r "$include" ]; then
|
80
94
|
. "$include"
|
81
95
|
break
|
@@ -89,7 +103,12 @@ fi
|
|
89
103
|
if [ -x "$JAVA_HOME/bin/java" ]; then
|
90
104
|
JAVA="$JAVA_HOME/bin/java"
|
91
105
|
else
|
92
|
-
JAVA
|
106
|
+
JAVA=`which java`
|
107
|
+
fi
|
108
|
+
|
109
|
+
if [ ! -x "$JAVA" ]; then
|
110
|
+
echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME"
|
111
|
+
exit 1
|
93
112
|
fi
|
94
113
|
|
95
114
|
if [ -z "$ES_CLASSPATH" ]; then
|
@@ -121,16 +140,14 @@ launch_service()
|
|
121
140
|
es_parms="$es_parms -Des.foreground=yes"
|
122
141
|
exec "$JAVA" $JAVA_OPTS $ES_JAVA_OPTS $es_parms -Des.path.home="$ES_HOME" -cp "$ES_CLASSPATH" $props \
|
123
142
|
org.elasticsearch.bootstrap.ElasticSearch
|
124
|
-
|
143
|
+
# exec without running it in the background, makes it replace this shell, we'll never get here...
|
144
|
+
# no need to return something
|
125
145
|
else
|
126
146
|
# Startup ElasticSearch, background it, and write the pid.
|
127
147
|
exec "$JAVA" $JAVA_OPTS $ES_JAVA_OPTS $es_parms -Des.path.home="$ES_HOME" -cp "$ES_CLASSPATH" $props \
|
128
148
|
org.elasticsearch.bootstrap.ElasticSearch <&- &
|
129
|
-
|
130
|
-
[ ! -z "$pidpath" ] && printf '%d' $! > "$pidpath"
|
149
|
+
return $?
|
131
150
|
fi
|
132
|
-
|
133
|
-
return $execval
|
134
151
|
}
|
135
152
|
|
136
153
|
# Parse any command line options.
|
@@ -169,7 +186,7 @@ while true; do
|
|
169
186
|
break
|
170
187
|
;;
|
171
188
|
*)
|
172
|
-
echo "Error parsing
|
189
|
+
echo "Error parsing argument $1!" >&2
|
173
190
|
exit 1
|
174
191
|
;;
|
175
192
|
esac
|
@@ -178,4 +195,4 @@ done
|
|
178
195
|
# Start up the service
|
179
196
|
launch_service "$pidfile" "$foreground" "$properties"
|
180
197
|
|
181
|
-
exit $?
|
198
|
+
exit $?
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/bin/sh
|
2
2
|
|
3
|
-
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.90.
|
3
|
+
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.90.12.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
|
4
4
|
|
5
5
|
if [ "x$ES_MIN_MEM" = "x" ]; then
|
6
6
|
ES_MIN_MEM=256m
|
@@ -47,9 +47,6 @@ JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC"
|
|
47
47
|
JAVA_OPTS="$JAVA_OPTS -XX:CMSInitiatingOccupancyFraction=75"
|
48
48
|
JAVA_OPTS="$JAVA_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
|
49
49
|
|
50
|
-
# When running under Java 7
|
51
|
-
# JAVA_OPTS="$JAVA_OPTS -XX:+UseCondCardMark"
|
52
|
-
|
53
50
|
# GC logging options
|
54
51
|
if [ "x$ES_USE_GC_LOGGING" != "x" ]; then
|
55
52
|
JAVA_OPTS="$JAVA_OPTS -XX:+PrintGCDetails"
|
@@ -64,4 +61,4 @@ fi
|
|
64
61
|
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError"
|
65
62
|
# The path to the heap dump location, note directory must exists and have enough
|
66
63
|
# space for a full heap dump.
|
67
|
-
#JAVA_OPTS="$JAVA_OPTS -XX:HeapDumpPath=$ES_HOME/logs/heapdump.hprof"
|
64
|
+
#JAVA_OPTS="$JAVA_OPTS -XX:HeapDumpPath=$ES_HOME/logs/heapdump.hprof"
|
@@ -28,4 +28,21 @@ else
|
|
28
28
|
JAVA=`which java`
|
29
29
|
fi
|
30
30
|
|
31
|
-
|
31
|
+
# real getopt cannot be used because we need to hand options over to the PluginManager
|
32
|
+
while [ $# -gt 0 ]; do
|
33
|
+
case $1 in
|
34
|
+
-D*=*)
|
35
|
+
properties="$properties $1"
|
36
|
+
;;
|
37
|
+
-D*)
|
38
|
+
var=$1
|
39
|
+
shift
|
40
|
+
properties="$properties $var=$1"
|
41
|
+
;;
|
42
|
+
*)
|
43
|
+
args="$args $1"
|
44
|
+
esac
|
45
|
+
shift
|
46
|
+
done
|
47
|
+
|
48
|
+
exec $JAVA $JAVA_OPTS -Xmx64m -Xms16m -Delasticsearch -Des.path.home="$ES_HOME" $properties -cp "$ES_HOME/lib/*" org.elasticsearch.plugins.PluginManager $args
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# consult the guide at <http://elasticsearch.org/guide>.
|
6
6
|
#
|
7
7
|
# The installation procedure is covered at
|
8
|
-
# <http://elasticsearch.org/guide/reference/setup
|
8
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/setup.html>.
|
9
9
|
#
|
10
10
|
# ElasticSearch comes with reasonable defaults for most settings,
|
11
11
|
# so you can try it out without bothering with configuration.
|
@@ -20,8 +20,8 @@
|
|
20
20
|
#
|
21
21
|
# node.rack: ${RACK_ENV_VAR}
|
22
22
|
|
23
|
-
#
|
24
|
-
#
|
23
|
+
# For information on supported formats and syntax for the config file, see
|
24
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html>
|
25
25
|
|
26
26
|
|
27
27
|
################################### Cluster ###################################
|
@@ -73,7 +73,9 @@
|
|
73
73
|
|
74
74
|
# Use the Cluster Health API [http://localhost:9200/_cluster/health], the
|
75
75
|
# Node Info API [http://localhost:9200/_cluster/nodes] or GUI tools
|
76
|
-
# such as <http://
|
76
|
+
# such as <http://www.elasticsearch.org/overview/marvel/>,
|
77
|
+
# <http://github.com/karmi/elasticsearch-paramedic>,
|
78
|
+
# <http://github.com/lukas-vlcek/bigdesk> and
|
77
79
|
# <http://mobz.github.com/elasticsearch-head> to inspect the cluster state.
|
78
80
|
|
79
81
|
# A node can have generic attributes associated with it, which can later be used
|
@@ -96,8 +98,8 @@
|
|
96
98
|
# Note, that it makes more sense to configure index settings specifically for
|
97
99
|
# a certain index, either when creating it or by using the index templates API.
|
98
100
|
#
|
99
|
-
# See <http://elasticsearch.org/guide/reference/index-modules
|
100
|
-
# <http://elasticsearch.org/guide/reference/
|
101
|
+
# See <http://elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html> and
|
102
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html>
|
101
103
|
# for more information.
|
102
104
|
|
103
105
|
# Set the number of shards (splits) of an index (5 by default):
|
@@ -237,8 +239,8 @@
|
|
237
239
|
# in the gateway, and when the cluster starts up for the first time,
|
238
240
|
# it will read its state from the gateway.
|
239
241
|
|
240
|
-
# There are several types of gateway implementations. For more information,
|
241
|
-
#
|
242
|
+
# There are several types of gateway implementations. For more information, see
|
243
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html>.
|
242
244
|
|
243
245
|
# The default gateway type is the "local" gateway (recommended):
|
244
246
|
#
|
@@ -280,9 +282,9 @@
|
|
280
282
|
#
|
281
283
|
# cluster.routing.allocation.node_concurrent_recoveries: 2
|
282
284
|
|
283
|
-
# Set to throttle throughput when recovering (eg. 100mb, by default
|
285
|
+
# Set to throttle throughput when recovering (eg. 100mb, by default 20mb):
|
284
286
|
#
|
285
|
-
# indices.recovery.
|
287
|
+
# indices.recovery.max_bytes_per_sec: 20mb
|
286
288
|
|
287
289
|
# Set to limit the number of open concurrent streams when
|
288
290
|
# recovering a shard from a peer:
|
@@ -296,8 +298,8 @@
|
|
296
298
|
# and master node is elected. Multicast discovery is the default.
|
297
299
|
|
298
300
|
# Set to ensure a node sees N other master eligible nodes to be considered
|
299
|
-
# operational within the cluster.
|
300
|
-
#
|
301
|
+
# operational within the cluster. Its recommended to set it to a higher value
|
302
|
+
# than 1 when running more than 2 nodes in the cluster.
|
301
303
|
#
|
302
304
|
# discovery.zen.minimum_master_nodes: 1
|
303
305
|
|
@@ -307,8 +309,8 @@
|
|
307
309
|
#
|
308
310
|
# discovery.zen.ping.timeout: 3s
|
309
311
|
|
310
|
-
#
|
311
|
-
#
|
312
|
+
# For more information, see
|
313
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html>
|
312
314
|
|
313
315
|
# Unicast discovery allows to explicitly control which nodes will be used
|
314
316
|
# to discover the cluster. It can be used when multicast is not present,
|
@@ -321,18 +323,29 @@
|
|
321
323
|
# 2. Configure an initial list of master nodes in the cluster
|
322
324
|
# to perform discovery when new nodes (master or data) are started:
|
323
325
|
#
|
324
|
-
# discovery.zen.ping.unicast.hosts: ["host1", "host2:port"
|
326
|
+
# discovery.zen.ping.unicast.hosts: ["host1", "host2:port"]
|
325
327
|
|
326
328
|
# EC2 discovery allows to use AWS EC2 API in order to perform discovery.
|
327
329
|
#
|
328
330
|
# You have to install the cloud-aws plugin for enabling the EC2 discovery.
|
329
331
|
#
|
330
|
-
#
|
331
|
-
#
|
332
|
+
# For more information, see
|
333
|
+
# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-ec2.html>
|
332
334
|
#
|
333
|
-
# See <http://elasticsearch.org/tutorials/
|
335
|
+
# See <http://elasticsearch.org/tutorials/elasticsearch-on-ec2/>
|
334
336
|
# for a step-by-step tutorial.
|
335
337
|
|
338
|
+
# GCE discovery allows to use Google Compute Engine API in order to perform discovery.
|
339
|
+
#
|
340
|
+
# You have to install the cloud-gce plugin for enabling the GCE discovery.
|
341
|
+
#
|
342
|
+
# For more information, see <https://github.com/elasticsearch/elasticsearch-cloud-gce>.
|
343
|
+
|
344
|
+
# Azure discovery allows to use Azure API in order to perform discovery.
|
345
|
+
#
|
346
|
+
# You have to install the cloud-azure plugin for enabling the Azure discovery.
|
347
|
+
#
|
348
|
+
# For more information, see <https://github.com/elasticsearch/elasticsearch-cloud-azure>.
|
336
349
|
|
337
350
|
################################## Slow Log ##################################
|
338
351
|
|
@@ -355,10 +368,10 @@
|
|
355
368
|
|
356
369
|
################################## GC Logging ################################
|
357
370
|
|
358
|
-
#monitor.jvm.gc.
|
359
|
-
#monitor.jvm.gc.
|
360
|
-
#monitor.jvm.gc.
|
371
|
+
#monitor.jvm.gc.young.warn: 1000ms
|
372
|
+
#monitor.jvm.gc.young.info: 700ms
|
373
|
+
#monitor.jvm.gc.young.debug: 400ms
|
361
374
|
|
362
|
-
#monitor.jvm.gc.
|
363
|
-
#monitor.jvm.gc.
|
364
|
-
#monitor.jvm.gc.
|
375
|
+
#monitor.jvm.gc.old.warn: 10s
|
376
|
+
#monitor.jvm.gc.old.info: 5s
|
377
|
+
#monitor.jvm.gc.old.debug: 2s
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
# you can override this using by setting a system property, for example -Des.logger.level=DEBUG
|
2
|
+
es.logger.level: INFO
|
3
|
+
rootLogger: ${es.logger.level}, console, file
|
2
4
|
logger:
|
3
5
|
# log action execution errors for easier debugging
|
4
6
|
action: DEBUG
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,35 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: springboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.90.
|
5
|
-
prerelease:
|
4
|
+
version: 0.90.12
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Grant Rodgers
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-03-17 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rake
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '0'
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '0'
|
30
|
-
description:
|
31
|
-
it easily with relative config paths
|
32
|
-
|
27
|
+
description: |-
|
28
|
+
Packages up elasticsearch in a gem and adds a ruby executable to run it easily with relative config paths.
|
29
|
+
Makes elasticsearch dead simple to develop with.
|
33
30
|
email:
|
34
31
|
- grantr@gmail.com
|
35
32
|
executables:
|
@@ -63,22 +60,23 @@ files:
|
|
63
60
|
- vendor/elasticsearch/bin/plugin
|
64
61
|
- vendor/elasticsearch/config/elasticsearch.yml
|
65
62
|
- vendor/elasticsearch/config/logging.yml
|
66
|
-
- vendor/elasticsearch/lib/elasticsearch-0.90.
|
63
|
+
- vendor/elasticsearch/lib/elasticsearch-0.90.12.jar
|
67
64
|
- vendor/elasticsearch/lib/jna-3.3.0.jar
|
68
65
|
- vendor/elasticsearch/lib/jts-1.12.jar
|
69
66
|
- vendor/elasticsearch/lib/log4j-1.2.17.jar
|
70
|
-
- vendor/elasticsearch/lib/lucene-analyzers-common-4.
|
71
|
-
- vendor/elasticsearch/lib/lucene-codecs-4.
|
72
|
-
- vendor/elasticsearch/lib/lucene-core-4.
|
73
|
-
- vendor/elasticsearch/lib/lucene-grouping-4.
|
74
|
-
- vendor/elasticsearch/lib/lucene-highlighter-4.
|
75
|
-
- vendor/elasticsearch/lib/lucene-join-4.
|
76
|
-
- vendor/elasticsearch/lib/lucene-memory-4.
|
77
|
-
- vendor/elasticsearch/lib/lucene-
|
78
|
-
- vendor/elasticsearch/lib/lucene-
|
79
|
-
- vendor/elasticsearch/lib/lucene-
|
80
|
-
- vendor/elasticsearch/lib/lucene-
|
81
|
-
- vendor/elasticsearch/lib/lucene-
|
67
|
+
- vendor/elasticsearch/lib/lucene-analyzers-common-4.6.1.jar
|
68
|
+
- vendor/elasticsearch/lib/lucene-codecs-4.6.1.jar
|
69
|
+
- vendor/elasticsearch/lib/lucene-core-4.6.1.jar
|
70
|
+
- vendor/elasticsearch/lib/lucene-grouping-4.6.1.jar
|
71
|
+
- vendor/elasticsearch/lib/lucene-highlighter-4.6.1.jar
|
72
|
+
- vendor/elasticsearch/lib/lucene-join-4.6.1.jar
|
73
|
+
- vendor/elasticsearch/lib/lucene-memory-4.6.1.jar
|
74
|
+
- vendor/elasticsearch/lib/lucene-misc-4.6.1.jar
|
75
|
+
- vendor/elasticsearch/lib/lucene-queries-4.6.1.jar
|
76
|
+
- vendor/elasticsearch/lib/lucene-queryparser-4.6.1.jar
|
77
|
+
- vendor/elasticsearch/lib/lucene-sandbox-4.6.1.jar
|
78
|
+
- vendor/elasticsearch/lib/lucene-spatial-4.6.1.jar
|
79
|
+
- vendor/elasticsearch/lib/lucene-suggest-4.6.1.jar
|
82
80
|
- vendor/elasticsearch/lib/sigar/libsigar-amd64-freebsd-6.so
|
83
81
|
- vendor/elasticsearch/lib/sigar/libsigar-amd64-linux.so
|
84
82
|
- vendor/elasticsearch/lib/sigar/libsigar-amd64-solaris.so
|
@@ -95,26 +93,25 @@ files:
|
|
95
93
|
- vendor/elasticsearch/lib/spatial4j-0.3.jar
|
96
94
|
homepage: http://github.com/grantr/springboard
|
97
95
|
licenses: []
|
96
|
+
metadata: {}
|
98
97
|
post_install_message:
|
99
98
|
rdoc_options: []
|
100
99
|
require_paths:
|
101
100
|
- lib
|
102
101
|
required_ruby_version: !ruby/object:Gem::Requirement
|
103
|
-
none: false
|
104
102
|
requirements:
|
105
|
-
- -
|
103
|
+
- - '>='
|
106
104
|
- !ruby/object:Gem::Version
|
107
105
|
version: '0'
|
108
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
|
-
none: false
|
110
107
|
requirements:
|
111
|
-
- -
|
108
|
+
- - '>='
|
112
109
|
- !ruby/object:Gem::Version
|
113
110
|
version: '0'
|
114
111
|
requirements: []
|
115
112
|
rubyforge_project:
|
116
|
-
rubygems_version:
|
113
|
+
rubygems_version: 2.0.3
|
117
114
|
signing_key:
|
118
|
-
specification_version:
|
115
|
+
specification_version: 4
|
119
116
|
summary: Run elasticsearch as a gem binary
|
120
117
|
test_files: []
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|