summary refs log tree commit diff
path: root/nixos/modules/services/search
Commit message (Collapse)AuthorAge
* solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-03
| | | | bump, NixOS test included
* elasticsearch-curator: include the module in the module-list & fix bugBas van Dijk2018-08-25
|
* elasticsearch-curator: don't need to add enable to elasticsearch-curator serviceDavid Smith2018-08-25
|
* nixos/curator: init elasticsearch curatorDavid Smith2018-08-25
| | | | https://www.elastic.co/guide/en/elasticsearch/client/curator/5.5/index.html
* nixos/elasticsearch: fix evaluation on systems without unfree setJörg Thalheim2018-08-03
|
* kibana: update default version to v6Jörg Thalheim2018-08-03
|
* nixos/elasticsearch: remove es5 version guardJörg Thalheim2018-08-03
|
* elasticsearch6: new default versionJö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`
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* elasticsearch6: fix startup due to missing jvm.optionsBas van Dijk2018-04-18
|
* 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.
* treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | I don't know where this comes from (I accidentally did that as well once), but some derivations seem to use `buildPhases` rather than `phases` in their derivations. This kills all improper usages as the lack of a `phases` argument didn't break the build, so this can be safely removed.
* nixos/elasticsearch: Do not try to run sysctl if running in container, since ↵Rickard Nilsson2017-10-24
| | | | it fails
* 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
* Merge pull request #25701 from mayflower/elasticsearch_postStart_script_removalJoachim F2017-06-13
|\ | | | | elasticsearch service: remove postStart script
| * elasticsearch service: remove postStart scriptTristan Helmich2017-05-11
| |
* | elasticsearch: add 5.x package, serviceAlbert Peschar2017-05-31
|/
* nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* hound: make mercurial indexing workRob Vermaas2016-11-08
| | | | (cherry picked from commit 990716ce72f64be5da644e5eac73b5f145864e75)
* hound: Add description to services.hound.configGraham Christensen2016-10-15
|
* hound: init moduleGraham Christensen2016-10-15
|
* kibana service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
|
* elasticsearch service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
|
* nixos/elasticsearch: Set a group on the userRickard Nilsson2016-07-01
| | | | | | This fixed a problem I had when running ElasticSearch in an LXC container, and it doesn't hurt using a dedicated group instead of nogroup anyway.
* elasticsearch: Install elastic search modules properly, fixes groovy script ↵Philipp Hausmann2016-04-29
| | | | support.
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * elasticsearch2: init at 2.2.0Markus Wotringer2016-02-13
| | | | | | | | | | | | | | | | | | | | changes by @globin: * updated 2.1.0 to 2.2.0 * moved to a new derivation closes #11446 Signed-off-by: Robin Gloster <mail@glob.in>
| * kibana: fix pkg and moduleRobin Gloster2016-02-13
| |
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * elasticsearch: Fix some startup warningsRickard Nilsson2016-01-18
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * 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
| * nixos/kibana: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | More descriptive option name.
| * nixos/elasticsearch: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | More descriptive option name.
* | curl: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | Also use pkgconfig to be safer and fix (some) referrers.
* kibana service: initJaka Hudoklin2015-09-19
|
* Add package option to elasticsearch NixOS moduleSusan Potter2015-09-15
|
* Some more type cleanupEelco Dolstra2015-06-15
|
* types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
|
* java: More default cleanupsWilliam A. Kennington III2015-01-07
|
* java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
|
* nixos/elasticsearch: wait for startJaka Hudoklin2014-09-13
|
* elasticsearch: Fix error in NixOS module, systemd ExecStart path must be ↵Rickard Nilsson2014-07-28
| | | | absolute.
* elasticsearch: add support for pluginsJaka Hudoklin2014-07-25
|
* nixos/elasticsearch: capitalize systemd service descriptionBjørn Forsman2014-06-24
|
* nixos/elasticsearch: add '.' at end of description stringsBjørn Forsman2014-06-24
| | | | | Nixos option descriptions should be full sentences, ending in a full stop. (Package descriptions, on the other hand, should not.)
* elasticsearch: Add option specifying extra command line optionsRickard Nilsson2014-06-24
|
* Remove -f from elasticsearch ExecStart, not valid anymore.Rob Vermaas2014-06-13
|
* elasticsearch: run preStart as root, to allow creating the necessary ↵Rob Vermaas2014-06-13
| | | | directories.