summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/logging/beats/6.x.nix
AgeCommit message (Collapse)Author
2021-05-31nixos/metricbeat: initRobert Hensing
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-13filebeat6: use lib.getLib systemd instead of systemd.libFlorian Klink
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-08treewide: mark some broken packages as brokenLinus Heckemann
Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-09-07elastic6: 6.7.2 -> 6.8.3adisbladis
2019-05-10elk6: 6.7.1 -> 6.7.2Bas van Dijk
2019-05-10journalbeat6: fix binary by setting RPATH to systemd using patchelfBas van Dijk
2019-04-09elk: 6.5.1 -> 6.7.1Bas van Dijk
2018-12-01elk: 6.3.2 -> 6.5.1Bas van Dijk
2018-08-03beats: upgrade default from v5 to v6Jörg Thalheim
2018-07-28elk: 6.2.4 -> 6.3.2Bas van Dijk
* The ELK stack is upgraded to 6.3.2. * `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is a suite of additional features. These are however licensed under the unfree "Elastic License". * Fortunately they also provide OSS versions which are now packaged under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`. Note that the naming of the attributes is consistent with upstream. * The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS version by default. You can also run the test on the unfree ELK using: `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-04-18elk6: 6.2.3 -> 6.2.4Bas van Dijk
2018-04-18elk6: 6.2.2 -> 6.2.3Bas van Dijk
2018-04-18elk6: 6.1.2 -> 6.2.2Bas van Dijk
2018-01-17elk: 6.1.1 -> 6.1.2Bas van Dijk
Contains a security fix for kibana: CVE-2018-3818. https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.1.2.html https://www.elastic.co/guide/en/logstash/6.1/logstash-6-1-2.html https://www.elastic.co/guide/en/kibana/6.1/release-notes-6.1.2.html https://www.elastic.co/guide/en/beats/libbeat/6.1/release-notes-6.1.2.html
2018-01-02elk: 6.1.0 -> 6.1.1Bas van Dijk
2018-01-02elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0Bas van Dijk
This change is backwards compatible since the ELK tools at version 5.x remain unchanged. The test suite now both tests ELK-5 and ELK-6.