Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-logstash CHANGELOG
===============

## 8.5.2

- Miguel Negrón
- [f125648] In sflow pipeline tagging template remove the check of proxy "blocked" (#136)

## 8.5.1

- Luis Blanco
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-logstash'
version '8.5.1'
version '8.5.2'
2 changes: 1 addition & 1 deletion resources/templates/default/sflow_tagging.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ filter {
<% if @split_traffic_logstash %>
if [tag2] {
<% @proxy_nodes.each do |proxy_node| %>
<% if !proxy_node["redborder"].nil? and proxy_node["redborder"]["blocked"]!=true %>
<% if !proxy_node["redborder"].nil? %>
if [peer_ip_src] == "<%=proxy_node[:ipaddress]%>" {
ruby {
code => "
Expand Down