about summary refs log tree commit diff
path: root/pkgs/misc/logging
Commit message (Collapse)AuthorAge
* packetbeat7: 7.3.1 -> 7.5.1vasile luta2020-01-06
|
* treewide: mark some broken packages as brokenLinus Heckemann2019-10-08
| | | | | | | | | Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
* elastic7: 7.0.1 -> 7.3.1adisbladis2019-09-07
|
* elastic6: 6.7.2 -> 6.8.3adisbladis2019-09-07
|
* beats-5.*: Drop EOL packagesadisbladis2019-09-06
|
* elk6: 6.7.1 -> 6.7.2Bas van Dijk2019-05-10
|
* elk5: 5.6.9 -> 5.6.16Bas van Dijk2019-05-10
|
* journalbeat7: fix binary by setting RPATH to systemd using patchelfBas van Dijk2019-05-10
|
* journalbeat6: fix binary by setting RPATH to systemd using patchelfBas van Dijk2019-05-10
|
* elk: 7.0.0 -> 7.0.1Bas van Dijk2019-05-09
|
* elk7: init at 7.0.0Bas van Dijk2019-04-14
| | | | | | | | | | | | | | | | | | | 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.
* elk: 6.5.1 -> 6.7.1Bas van Dijk2019-04-09
|
* elk: 6.3.2 -> 6.5.1Bas van Dijk2018-12-01
|
* beats: upgrade default from v5 to v6Jörg Thalheim2018-08-03
|
* elk: 6.2.4 -> 6.3.2Bas van Dijk2018-07-28
| | | | | | | | | | | | | | | | * 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`
* elk6: 6.2.3 -> 6.2.4Bas van Dijk2018-04-18
|
* elk5: 5.6.8 -> 5.6.9Bas van Dijk2018-04-18
|
* elk6: 6.2.2 -> 6.2.3Bas van Dijk2018-04-18
|
* elk6: 6.1.2 -> 6.2.2Bas van Dijk2018-04-18
|
* elk5: 5.6.6 -> 5.6.8Bas van Dijk2018-04-18
|
* elk: 5.6.5 -> 5.6.6Bas van Dijk2018-01-17
| | | | | | | Security fix for CVE-2018-3818. https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.6.html https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-6.html
* elk: 6.1.1 -> 6.1.2Bas van Dijk2018-01-17
| | | | | | | | | 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
* elk: 6.1.0 -> 6.1.1Bas van Dijk2018-01-02
|
* elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0Bas van Dijk2018-01-02
| | | | | | | 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.
* elk: 5.6.1 -> 5.6.5Bas van Dijk2018-01-02
| | | | | | | https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.0.html https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-5.html https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.5.html https://www.elastic.co/guide/en/beats/libbeat/5.6/release-notes-5.6.5.html
* elk: 5.5.2 -> 5.6.1Bas van Dijk2017-09-19
| | | | | | | | Release notes: * https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.1.html * https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-1.html * https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.1.html
* elk: 5.4.2 -> 5.5.2Bas van Dijk2017-08-23
| | | | | | | | Release notes: * https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html * https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html * https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html
* elasticsearch: 5.4.0 -> 5.4.2Bas van Dijk2017-06-26
|
* ELK: update kibana and the elastic beats to 5.4 (#26252)Bas van Dijk2017-06-13
| | | | | | | * Add kibana5 and logstash5 * Upgrade the elastic beats to 5.4 * Make sure all elastic products use the same version (see elk5Version) * Add a test for the ELK stack
* packetbeat: 5.2.1 -> 5.2.2, build from sourceRobin Gloster2017-03-20
|
* metricbeat: 5.2.1 -> 5.2.2, build from sourceRobin Gloster2017-03-20
|
* heartbeat: 5.2.1 -> 5.2.2, build from sourceRobin Gloster2017-03-20
|
* filebeat: 5.2.1 -> 5.2.2, build from sourceRobin Gloster2017-03-20
|
* packetbeat: init at 5.2.1Tristan Helmich2017-03-20
|
* filebeat: init at 5.2.1Tristan Helmich2017-03-20
|
* metricbeat: init at 5.2.1Tristan Helmich2017-03-20
|
* heartbeat: init at 5.2.1Tristan Helmich2017-03-20