about summary refs log tree commit diff
path: root/nixos/modules/services/logging
Commit message (Collapse)AuthorAge
* 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
* SystemdJournal2Gelf.service: new serviceMateusz Kowalczyk2017-05-25
|
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
| | | | cc #23396
* nixos/modules: use defaultText/literalExample where applicableJoachim Fasting2017-03-07
| | | | | Primarily to fix rendering of default values/examples but also to avoid unnecessary work.
* graylog module: add plugin supportTristan Helmich2017-02-23
|
* Merge pull request #20456 from ericsagnes/feat/loaf-dep-1Joachim F2017-02-19
|\ | | | | Use attrsOf in place of loaOf when relevant
| * logcheck module: ignore, ignoreCron option loaOf -> attrsOfEric Sagnes2016-11-16
| |
* | Merging with upstreamParnell Springmeyer2017-01-29
|\ \
| * | fluentd module: add configurable package optionDan Peebles2017-01-27
| | |
* | | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| | |
* | | Addressing PR feedbackParnell Springmeyer2017-01-28
| | |
* | | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\| |
| * | Merge pull request #21311 from makefu/services/logstashRobin Gloster2017-01-25
| |\ \ | | | | | | | | services.logstash: default options, examples and address update
| | * | services.logstash: rename address to listenAddressmakefu2017-01-13
| | | |
| | * | services.logstash: update example and default filtermakefu2017-01-13
| | | |
| * | | journalbeat service: init at 5.1.2Marius Bergmann2017-01-23
| |/ / | | | | | | | | | | | | | | | Journalbeat is a log shipper from systemd/journald to Logstash/Elasticsearch. I added a package as well as a NixOS service module for it.
* | | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\| |
| * | syslogd service: assert conflict with rsyslogdJoachim Fasting2016-12-10
| |/ | | | | | | | | Enabling both these at the same time fails because they implement the same interface.
| * logcheck module: use enumEric Sagnes2016-11-05
| |
| * logcheck module: optionSet -> submoduleEric Sagnes2016-09-13
| |
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* logstash: 1.5.3 -> 2.3.4Christian Lask2016-07-27
| | | | | | | Note: the option to configure the watchdog timeout seems to be gone in the 2.3 series of Logstash. It complains about an unknown option and it is not in the source anymore. I am thus removing this configuration option to adjust the service to these changes, too.
* logstash: fix examples in service fileSheena Artrip2016-06-24
|
* graylog service: Initial graylog serviceTristan Helmich2016-04-28
|
* symlinkJoin: accept set as an argument with additional optionsNikolay Amiantov2016-04-26
|
* awstats: init at 7.4, including a simple serviceVladimír Čunát2016-03-11
|
* nixos-modules: Fixes related to "literalExample" and "defaultText".Thomas Strobel2016-02-29
|
* logstash module: use literalExampleRobin Gloster2016-02-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* logstash service: fix startupJaka Hudoklin2015-09-06
|
* Some more type cleanupEelco Dolstra2015-06-15
|
* nixos/fluentd: add support for config reloadJaka Hudoklin2015-04-25
|
* Add fluentd package and moduleJaka Hudoklin2015-03-18
|
* Revert "Revert "syslog-ng: Update from 3.5.6 to 3.6.1""Rickard Nilsson2014-11-06
| | | | This reverts commit 8e1072fd60f9dcf5eac0bb2d604258f121b658d8.
* Revert "syslog-ng: Update from 3.5.6 to 3.6.1"William A. Kennington III2014-11-02
| | | | This reverts commit e2ada42623f26d51cf7d1253ac0700297e1a9b83.
* syslog-ng: Update from 3.5.6 to 3.6.1Rickard Nilsson2014-10-27
| | | | | Also update the NixOS module, syslog-ng now automatically listens to the systemd journal, so we don't have to set up syslog.socket.
* Merge pull request #4506 from cstrahan/logstash-configlethalman2014-10-26
|\ | | | | logstash service: make log verbosity configurable.
| * logstash service: make log verbosity configurable.Charles Strahan2014-10-13
| |
* | nixos/logrotate: Fix spelling mistakeRickard Nilsson2014-10-16
| |
* | nixos/syslog-ng: Add option configHeaderRickard Nilsson2014-10-16
| |
* | nixos/logrotate: Specify type for config optionRickard Nilsson2014-10-15
| |
* | nixos/syslog-ng: Replace option serviceName with listenToJournal. Fix socket ↵Rickard Nilsson2014-10-14
|/ | | | activation
* logstash service improvementsCharles Strahan2014-10-05
| | | | | * add logstash-contrib plugins package * add additional options to the logstash service
* syslog-ng module: Add package optionRickard Nilsson2014-09-17
|
* Improve option descriptions a bitEelco Dolstra2014-09-05
|
* nixos/manual: Use literalExample when feasible.aszlig2014-08-27
| | | | | | | | | Should bring most of the examples into a better consistency regarding syntactic representation in the manual. Thanks to @devhell for reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Add NixOS module for syslog-ngRickard Nilsson2014-08-11
|