[Groonga-commit] droonga/wikipedia-search.wiki at 10d0cfc [master] Created fluentd.conf作成手順 (markdown)

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Fri Apr 4 17:25:02 JST 2014


YUKI "Piro" Hiroshi	2014-04-04 17:25:02 +0900 (Fri, 04 Apr 2014)

  New Revision: 10d0cfcd43c80c35f82a761264a483e2a2b12d39
  https://github.com/droonga/wikipedia-search/commit/10d0cfcd43c80c35f82a761264a483e2a2b12d39

  Message:
    Created fluentd.conf作成手順 (markdown)

  Added files:
    fluentd.conf作成手順.md

  Added: fluentd.conf作成手順.md (+23 -0) 100644
===================================================================
--- /dev/null
+++ fluentd.conf作成手順.md    2014-04-04 17:25:02 +0900 (1cd1f01)
@@ -0,0 +1,23 @@
+## 実際のfluentd.conf
+
+    <source>
+      type forward
+      port 24224
+    </source>
+    <match wikipedia.message>
+      name localhost:24224/wikipedia
+      type droonga
+    </match>
+    <match output.message>
+      type stdout
+    </match>
+
+## 自動化の指針
+
+ * [[catalog.json作成手順]]と関連している。
+ * fluentd.confとcatalog.jsonを同時に生成する。
+   * 以下のパラメータはcatalog.json用の物を使う。
+     * tag名(datasetのlower case)
+     * fluentdポート番号
+   * fluentd.conf用の情報として以下のパラメータを受け付ける。
+     * (何かあるか? なければ特になし)
\ No newline at end of file
-------------- next part --------------
HTML����������������������������...
Download 



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