fluent-plugin-groonga 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +6 -0
- data/fluent-plugin-groonga.gemspec +1 -1
- data/lib/fluent/plugin/out_groonga.rb +1 -1
- data/sample/store-apache.conf +7 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5c57a846ebfc9321fd1ab1b79ce794e6aefbfff
|
4
|
+
data.tar.gz: fd6dbc5627188c8cc20d221b27ca802d755dd2ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9699527fea08ac73e293215282f327f51cafa880eae410ff0ffada7568144032480481e55405ae4217654e7cd503301fc29ade309e9cc76619e5dd322e74d8d
|
7
|
+
data.tar.gz: a9acb39dd64613ff97eb4336e21b7b34e28e9d8876285bb69b6e8fc9e3effbb9d5470aeab16478b5ae09bfeb97807de598d0f6a7c6e9fab081800c208f19cb71
|
data/doc/text/news.md
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
Gem::Specification.new do |spec|
|
19
19
|
spec.name = "fluent-plugin-groonga"
|
20
|
-
spec.version = "1.0.
|
20
|
+
spec.version = "1.0.8"
|
21
21
|
spec.authors = ["Kouhei Sutou"]
|
22
22
|
spec.email = ["kou@clear-code.com"]
|
23
23
|
spec.summary = "Fluentd plugin to store data into Groonga and implement Groonga replication system."
|
data/sample/store-apache.conf
CHANGED
@@ -115,22 +115,22 @@
|
|
115
115
|
default_tokenizer TokenBigram
|
116
116
|
normalizer NormalizerAuto
|
117
117
|
<index>
|
118
|
-
name
|
118
|
+
name hosts_key_index
|
119
119
|
source_table Hosts
|
120
120
|
source_columns _key
|
121
121
|
</index>
|
122
122
|
<index>
|
123
|
-
name
|
123
|
+
name urls_key_index
|
124
124
|
source_table URLs
|
125
125
|
source_columns _key
|
126
126
|
</index>
|
127
127
|
<index>
|
128
|
-
name
|
128
|
+
name paths_key_index
|
129
129
|
source_table Paths
|
130
130
|
source_columns _key
|
131
131
|
</index>
|
132
132
|
<index>
|
133
|
-
name
|
133
|
+
name user_agents_key_index
|
134
134
|
source_table UserAgents
|
135
135
|
source_columns _key
|
136
136
|
</index>
|
@@ -140,9 +140,8 @@
|
|
140
140
|
name agent
|
141
141
|
type UserAgents
|
142
142
|
<index>
|
143
|
-
table
|
144
|
-
name
|
145
|
-
flags WITH_POSITION
|
143
|
+
table UserAgents
|
144
|
+
name logs_index
|
146
145
|
</index>
|
147
146
|
</mapping>
|
148
147
|
|
@@ -160,7 +159,7 @@
|
|
160
159
|
type Hosts
|
161
160
|
<index>
|
162
161
|
table Hosts
|
163
|
-
name
|
162
|
+
name logs_index
|
164
163
|
</index>
|
165
164
|
</mapping>
|
166
165
|
|