mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Set default API endpoint for fluentd
This commit is contained in:
parent
2f44b64628
commit
d60c2e0989
@ -6,7 +6,7 @@ class FluentdController < ApplicationController
|
||||
end
|
||||
|
||||
def new
|
||||
@fluentd = Fluentd.new(Fluentd::Agent::Fluentd.default_options) # TODO: not fluentd type
|
||||
@fluentd = Fluentd.new(Fluentd::Agent::Fluentd.default_options.merge(:api_endpoint => "http://localhost:24220/")) # TODO: not fluentd type
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user