summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/logging/beats/7.x.nix
AgeCommit message (Collapse)Author
2021-08-31beats: buildGoPackage -> buildGoModulehappysalada
2021-08-31elk7: 7.5.1 -> 7.10.2happysalada
Update pkgs/development/tools/misc/kibana/7.x.nix Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com> Update pkgs/servers/search/elasticsearch/7.x.nix Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com> Update pkgs/servers/search/elasticsearch/7.x.nix Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com> Update pkgs/development/tools/misc/kibana/7.x.nix Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31beats: nixpkgs-fmthappysalada
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-13filebeat7: 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
2020-01-06packetbeat7: 7.3.1 -> 7.5.1vasile luta
2019-09-07elastic7: 7.0.1 -> 7.3.1adisbladis
2019-05-10journalbeat7: fix binary by setting RPATH to systemd using patchelfBas van Dijk
2019-05-09elk: 7.0.0 -> 7.0.1Bas van Dijk
2019-04-14elk7: init at 7.0.0Bas van Dijk
This adds the following new packages: + elasticsearch7 + elasticsearch7-oss + logstash7 + logstash7-oss + kibana7 + kibana7-oss + filebeat7 + heartbeat7 + metricbeat7 + packetbeat7 + journalbeat7 The default major version of the ELK stack stays at 6. We should probably set it to 7 in a next commit.