File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 99module Automatic ::Plugin
1010 class SubscriptionLink
1111 require 'open-uri'
12- require 'nokogiri'
1312 require 'rss'
1413
1514 def initialize ( config , pipeline = [ ] )
Original file line number Diff line number Diff line change 2929 {
3030 'host' => "localhost" ,
3131 'port' => "10000" ,
32- 'tag' => "automatic_test.provide_fluentd_spec "
32+ 'tag' => "automatic_spec.provide_fluentd "
3333 } ,
3434 feeds
3535 )
Original file line number Diff line number Diff line change 1717 Automatic ::Plugin ::PublishFluentd . new (
1818 {
1919 'host' => "localhost" ,
20- 'port' => "9999 " ,
21- 'tag' => "debug.forward "
20+ 'port' => "10000 " ,
21+ 'tag' => "automatic_spec.publish_fluent "
2222 } ,
2323 AutomaticSpec . generate_pipeline {
2424 feed {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins:
1414 - module : PublishFluentd
1515 config :
1616 host : localhost
17- port : 9999
18- tag : automatic.feed
17+ port : 10000
18+ tag : automatic_test.publish_fluentd
1919
2020 # - module: PublishConsole
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins:
1515 config :
1616 host : localhost
1717 port : 10000
18- tag : automatic.debug
18+ tag : automatic_test.provide_fluentd
1919
2020 # - module: PublishConsole
2121
You can’t perform that action at this time.
0 commit comments