summaryrefslogtreecommitdiff
path: root/pkgs/misc/logging (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-091-1/+1
* auditbeat7,filebeat7,heartbeat7,metricbeat7,packetbeat7: fix meta merging•••With a set merge, most of the meta was lost, including the license and platform information. Change to deep merge to preserve the attributes. Stanisław Pitucha2024-06-061-2/+2
* elasticsearch: 7.17.10 -> 7.17.16•••Fixes CVE-2023-31417, CVE-2023-31418, CVE-2023-31419, CVE-2023-46673 and CVE-2023-46674. Security announces: https://www.elastic.co/guide/en/security/7.17/release-notes-header-7.17.0.html#release-notes-7.17.16 Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.16.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.15.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.14.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.13.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html Thomas Gerbet2024-01-141-2/+2
* pacemaker: 2.1.6 -> 2.1.7R. Ryantm2023-12-201-2/+2
* auditbeat7: initVanilla2023-08-261-0/+1
* pacemaker: 2.1.5 -> 2.1.6R. Ryantm2023-05-281-2/+2
* elk7: 7.17.9 -> 7.17.10•••Fixes CVE-2023-31413, CVE-2023-26486 and CVE-2023-26487. https://discuss.elastic.co/t/elastic-stack-8-7-0-7-17-10-security-updates/332327 The non official analysis-lemmagen plugin has not yet been released for ES 7.17.10. It is marked as broken in the meantime. Thomas Gerbet2023-05-201-2/+2
* elk7: 7.17.4 -> 7.17.9•••Fixes CVE-2022-38779. Advisory: https://discuss.elastic.co/t/kibana-7-17-9-and-8-6-2-security-update/325782 Changelogs: https://www.elastic.co/guide/en/welcome-to-elastic/7.17/new.html Thomas Gerbet2023-04-261-2/+2
* *beat6: removeajs1242023-04-041-54/+0
* treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals•••env values must be strings Artturin2023-02-221-2/+2
* treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure Artturin2023-02-221-1/+1
* metricbeat7: fix `passthru.tests`Thomas Gerbet2023-02-061-5/+7
* pacemaker: 2.1.4 -> 2.1.5R. Ryantm2022-12-251-2/+2
* pacemaker: 2.1.2 -> 2.1.4R. Ryantm2022-07-301-2/+2
* beats: add dfithian as maintainerDan Fithian2022-07-182-2/+2
* elk7: 7.16.1 -> 7.17.4PedroHLC ☭2022-06-031-2/+2
* packetbeat: remove after being marked broken for over two years•••It was marked in commit 5aa4b19 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08) ajs1242022-04-031-14/+0
* nixos/tests/pacemaker: initAstro2022-03-091-1/+6
* pacemaker: init at 2.1.2Ryan Mulligan2022-03-081-0/+97
* beats7: update vendorSha256zowoq2022-01-301-1/+1
* elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150...•••* elk7: 7.11.1 -> 7.16.1 * nixosTests.elk: Improve reliability and compatibility with ELK 7.x - Use comparisons in jq instead of grepping - Match for `.hits.total.value` if version >= 7, otherwise it always passes - Make curl fail if requests fails * nixos/filebeat: Add initial module and test Filebeat is an open source file harvester, mostly used to fetch logs files and feed them into logstash. This module can be used instead of journalbeat if used with `filebeat7` and configured with the `journald` input. * python3Packages.parsedmarc.tests: Fix breakage - Don't use the deprecated elasticsearch7-oss package - Improve jq query robustness and add tracing * rl-2205: Note the addition of the filebeat service * elk6: 6.8.3 -> 6.8.21 The latest version includes a fix for CVE-2021-44228. * nixos/journalbeat: Add a loose dependency on elasticsearch Avoid unnecssary back-off when elasticsearch is running on the same host.Kim Lindberger2021-12-172-15/+11
* beats7: 7.5.1 -> 7.11.1Andrew Childs2021-11-031-2/+2
* es *beat6: Fix build on aarch64Robert Hensing2021-09-231-1/+9
* beats: buildGoPackage -> buildGoModulehappysalada2021-08-311-4/+4
* elk7: 7.5.1 -> 7.10.2•••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> happysalada2021-08-311-1/+1
* beats: nixpkgs-fmthappysalada2021-08-311-25/+27
* nixos/metricbeat: initRobert Hensing2021-05-312-6/+20
* treewide: remove stdenv where not neededPavol Rusnak2021-01-252-2/+2
* treewide: stdenv.lib -> libBen Siraphob2021-01-162-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-112-2/+2
* filebeat7: use lib.getLib systemd instead of systemd.lib•••This will pick the `lib` output if it exists, otherwise default to `out`. Florian Klink2020-08-131-2/+2
* filebeat6: use lib.getLib systemd instead of systemd.lib•••This will pick the `lib` output if it exists, otherwise default to `out`. Florian Klink2020-08-131-2/+2
* treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-282-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
* packetbeat7: 7.3.1 -> 7.5.1vasile luta2020-01-061-1/+1
* treewide: mark some broken packages as broken•••Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c Linus Heckemann2019-10-081-0/+1
* elastic7: 7.0.1 -> 7.3.1adisbladis2019-09-071-1/+1
* elastic6: 6.7.2 -> 6.8.3adisbladis2019-09-071-1/+1
* beats-5.*: Drop EOL packagesadisbladis2019-09-061-42/+0
* elk6: 6.7.1 -> 6.7.2Bas van Dijk2019-05-101-1/+1
* elk5: 5.6.9 -> 5.6.16Bas van Dijk2019-05-101-1/+1
* journalbeat7: fix binary by setting RPATH to systemd using patchelfBas van Dijk2019-05-101-0/+3
* journalbeat6: fix binary by setting RPATH to systemd using patchelfBas van Dijk2019-05-101-0/+3
* elk: 7.0.0 -> 7.0.1Bas van Dijk2019-05-091-1/+1
* elk7: init at 7.0.0•••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. Bas van Dijk2019-04-141-0/+49
* elk: 6.5.1 -> 6.7.1Bas van Dijk2019-04-091-1/+1
* elk: 6.3.2 -> 6.5.1Bas van Dijk2018-12-011-2/+9
* beats: upgrade default from v5 to v6Jörg Thalheim2018-08-032-8/+8
* elk: 6.2.4 -> 6.3.2•••* 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` Bas van Dijk2018-07-281-1/+1
* elk6: 6.2.3 -> 6.2.4Bas van Dijk2018-04-181-1/+1