File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11cookbook-logstash CHANGELOG
22===============
33
4+ ## 8.5.2
5+
6+ - Miguel Negrón
7+ - [ f125648] In sflow pipeline tagging template remove the check of proxy "blocked" (#136 )
8+
49## 8.5.1
510
611 - Luis Blanco
Original file line number Diff line number Diff line change 33maintainer_email '[email protected] ' 44license 'AGPL-3.0'
55description 'Installs/Configures cookbook-logstash'
6- version '8.5.1 '
6+ version '8.5.2 '
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ filter {
3838 <% if @split_traffic_logstash %>
3939 if [tag2] {
4040 <% @proxy_nodes . each do |proxy_node | %>
41- <% if !proxy_node [ "redborder" ] . nil? and proxy_node [ "redborder" ] [ "blocked" ] != true %>
41+ <% if !proxy_node [ "redborder" ] . nil? %>
4242 if [peer_ip_src] == "<%= proxy_node [ :ipaddress ] %> " {
4343 ruby {
4444 code => "
You can’t perform that action at this time.
0 commit comments