[Groonga-commit] groonga/fluent-plugin-groonga at c403696 [master] sample syslog: use Hosts table

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 25 11:52:14 JST 2014


Kouhei Sutou	2014-11-25 11:52:14 +0900 (Tue, 25 Nov 2014)

  New Revision: c403696874f94fdb44cb6d16baa5abb59f32e865
  https://github.com/groonga/fluent-plugin-groonga/commit/c403696874f94fdb44cb6d16baa5abb59f32e865

  Message:
    sample syslog: use Hosts table

  Modified files:
    sample/store-syslog.conf

  Modified: sample/store-syslog.conf (+16 -0)
===================================================================
--- sample/store-syslog.conf    2014-11-20 16:58:18 +0900 (2274adc)
+++ sample/store-syslog.conf    2014-11-25 11:52:14 +0900 (77fd0e2)
@@ -67,12 +67,28 @@
   </table>
 
   <table>
+    name Hosts
+    flags TABLE_PAT_KEY
+    key_type ShortText
+    # normalizer NormalizerAuto
+  </table>
+
+  <table>
     name Timestamps
     flags TABLE_PAT_KEY
     key_type Time
   </table>
 
   <mapping>
+    name host
+    type Hosts
+    <index>
+      table Hosts
+      name logs_index
+    </index>
+  </mapping>
+
+  <mapping>
     name timestamp
     type Time
     <index>
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index