Skip to content

Commit

Permalink
Merge pull request #42 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
manegron authored Jul 16, 2024
2 parents 0df9212 + e8da803 commit 615df1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-druid CHANGELOG
===============

## 1.6.0

- Miguel Negrón
- [04917df] Merge pull request #41 from redBorder/feature/incident_response

## 1.5.0

- Rafael Gomez
Expand Down
2 changes: 1 addition & 1 deletion resources/libraries/realtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def realtime_spec(dimensions, zk_host, max_rows, partition_num, namespaces)
rb_event = {}
rb_event['dataSource'] = 'rb_event'
rb_event['dataSource'] += '_' + namespace unless namespace.empty?
rb_event['dimensions'] = %w(src dst src_port dst_port src_as_name src_country_code dst_map src_map service_provider sha256 file_uri file_size file_hostname action ethlength_range icmptype ethsrc ethsrc_vendor ethdst ethdst_vendor ttl vlan classification domain_name group_name sig_generator rev priority msg sig_id dst_country_code dst_as_name namespace deployment market organization campus building floor floor_uuid conversation iplen_range l4_proto sensor_name scatterplot src_net_name dst_net_name tos service_provider_uuid namespace_uuid market_uuid organization_uuid campus_uuid building_uuid deployment_uuid darklist_category darklist_direction darklist_score_name darklist_score)
rb_event['dimensions'] = %w(src dst src_port dst_port src_as_name src_country_code dst_map src_map service_provider sha256 file_uri file_size file_hostname action ethlength_range icmptype ethsrc ethsrc_vendor ethdst ethdst_vendor ttl vlan classification domain_name group_name sig_generator rev priority msg sig_id dst_country_code dst_as_name namespace deployment market organization campus building floor floor_uuid conversation iplen_range l4_proto sensor_name scatterplot src_net_name dst_net_name tos service_provider_uuid namespace_uuid market_uuid organization_uuid campus_uuid building_uuid deployment_uuid darklist_category darklist_direction darklist_score_name darklist_score incident_uuid)
rb_event['dimensionExclusions'] = ['payload']
rb_event['metrics'] = [
{ type: 'count', name: 'events' },
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 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures druid'
version '1.5.0'
version '1.6.0'

0 comments on commit 615df1f

Please sign in to comment.