Class: LogStash::Kibana::Runner::Settings

Inherits:
Struct
  • Object
show all
Defined in:
lib/logstash/kibana.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



55
56
57
# File 'lib/logstash/kibana.rb', line 55

def address
  @address
end

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



55
56
57
# File 'lib/logstash/kibana.rb', line 55

def backend
  @backend
end

#logfileObject

Returns the value of attribute logfile

Returns:

  • (Object)

    the current value of logfile



55
56
57
# File 'lib/logstash/kibana.rb', line 55

def logfile
  @logfile
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



55
56
57
# File 'lib/logstash/kibana.rb', line 55

def port
  @port
end