Skip to content

Commit 14398bc

Browse files
Merge branch 'master' into feature/#22929_recover_yara_config
2 parents e69fc04 + 9efa577 commit 14398bc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
cookbook-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

resources/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
maintainer_email '[email protected]'
44
license 'AGPL-3.0'
55
description 'Installs/Configures cookbook-logstash'
6-
version '8.5.1'
6+
version '8.5.2'

resources/templates/default/sflow_tagging.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 => "

0 commit comments

Comments
 (0)