fix table formatting for env var examples

Fixes #5611
This commit is contained in:
DeDe Morton 2016-04-06 11:31:34 -07:00
parent a839b6324e
commit d38f234011

View file

@ -656,21 +656,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]
----