pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update beats to 1.2.0.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Apr 5 13:09:13 2016 +0000
Changeset:	0135df12f3a4e2c15ab9a0998e1fac48f8d06892

Modified Files:
	beats/Makefile
	beats/distinfo
Removed Files:
	beats/.filebeat

Log Message:
Update beats to 1.2.0.

1.2.0
- Add ability to override configuration settings using environment
  variables
- Libbeat now always exits through a single exit method for proper
  cleanup and control
- Add ability to create Elasticsearch mapping on startup
- Filebeat: Add close_older configuration option to complete
  ignore_older
- Filebeat: Default config for ignore_older is now infinite
  instead
  of 24h, means ignore_older is disabled by default. Use
  close_older to only close file handlers.
- Packetbeat: Split real_ip_header value when it contains multiple
  IPs
- Topbeat: Add the command line used to start processes
- Winlogbeat: Fix invalid event_id on Windows XP and Windows 2003

1.1.2
- Filebeat: Fix registrar bug for rotated files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0135df12f3a4e2c15ab9a0998e1fac48f8d06892

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 beats/.filebeat | 1 -
 beats/Makefile  | 2 +-
 beats/distinfo  | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/beats/.filebeat b/beats/.filebeat
deleted file mode 100644
index 0b1bfd8..0000000
--- a/beats/.filebeat
+++ /dev/null
@@ -1 +0,0 @@
-{"/var/log/authlog":{"source":"/var/log/authlog","offset":20982718,"FileStateOS":{"inode":711,"device":386547132338}}}
diff --git a/beats/Makefile b/beats/Makefile
index 4e3ce2a..b3334a5 100644
--- a/beats/Makefile
+++ b/beats/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 #
 
-DISTNAME=		beats-1.1.1
+DISTNAME=		beats-1.2.0
 CATEGORIES=		sysutils
 MASTER_SITES=		${MASTER_SITE_GITHUB:=elastic/}
 GITHUB_PROJECT=		beats
diff --git a/beats/distinfo b/beats/distinfo
index 3c156ce..96978c4 100644
--- a/beats/distinfo
+++ b/beats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (beats-1.1.1.tar.gz) = b9f146c1d42aedd399a6afda73d6c3563d8bcba8
-RMD160 (beats-1.1.1.tar.gz) = 6f3b6e36e05632f5eb3a9b2f3192448f89f643cd
-SHA512 (beats-1.1.1.tar.gz) = b701fe116abab553cb39faa417a21c12278e4a72e746f80d5294b24f1ac539f81be4cf513e1de631dfd169a035ea853ec293dbb27e81af40ff8414d77d29bedc
-Size (beats-1.1.1.tar.gz) = 9841045 bytes
+SHA1 (beats-1.2.0.tar.gz) = 245a77ad92253e101bb780bdae2567246d3df292
+RMD160 (beats-1.2.0.tar.gz) = f163cb7cb593c5ac899e45ffd85adf10d1b4aea1
+SHA512 (beats-1.2.0.tar.gz) = 4ebf90841e967a5d529b821ffc1a4dbd4c2601283a0537f04b80e32f46a7bb924fe09ce81b1b378b77bc53422d795b9f9d8ee6dce5cc4029aa28f102a9928e65
+Size (beats-1.2.0.tar.gz) = 9908147 bytes


Home | Main Index | Thread Index | Old Index