Class: LogStash::Kibana::Runner::Settings
- Inherits:
-
Struct
- Object
- Struct
- LogStash::Kibana::Runner::Settings
- Defined in:
- lib/logstash/kibana.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#logfile ⇒ Object
Returns the value of attribute logfile.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
55 56 57 |
# File 'lib/logstash/kibana.rb', line 55 def address @address end |
#backend ⇒ Object
Returns the value of attribute backend
55 56 57 |
# File 'lib/logstash/kibana.rb', line 55 def backend @backend end |
#logfile ⇒ Object
Returns the value of attribute logfile
55 56 57 |
# File 'lib/logstash/kibana.rb', line 55 def logfile @logfile end |
#port ⇒ Object
Returns the value of attribute port
55 56 57 |
# File 'lib/logstash/kibana.rb', line 55 def port @port end |