Sha256: 8093fed364345e717211e5646e702f09b0d816828f6b23e4734834a618303508
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 Bytes
Contents
<source> @type forward port 24224 </source> <match **> @type copy <store> @type stdout </store> <store> @type multi_condition_selector tag "speak_condition" <condition> rule record["action"] == "speak" condition "speak_action" <data> word record["word"] + "こんにちは" aditiona_data 1 </data> </condition> <condition> rule record["action"] == "alert" condition "alert_action" <data> word record["word"] + "はじめまして" </data> </condition> </store> </match>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-multi-condition-selector-0.2.0 | example/fluent.conf |
fluent-plugin-multi-condition-selector-0.1.0 | example/fluent.conf |