fix table formatting for env var examples

Fixes #5059
This commit is contained in:
DeDe Morton 2016-04-06 11:31:34 -07:00
parent 93296da33c
commit d90e9f36fe

View file

@ -619,21 +619,6 @@ This feature is _experimental_, to enable it you will need to run logstash with
[cols="a,a,a"]
|==================================
|Logstash config source |Environment |Logstash config result
|
[source,shell]
----
export TCP_PORT=12345
----
|
[source,ruby]
----
input {
tcp {
port => 12345
}
}
----
|
[source,ruby]
----