summary refs log tree commit diff
path: root/nixos/modules/services/search
Commit message (Collapse)AuthorAge
* 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.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* solr: add extraJars optionDomen Kožar2014-04-03
|
* solr module: Activate JSP support in WinstoneRickard Nilsson2014-03-21
| | | | | | Required by older versions of solr. The JSP support in Winstone seems spotty, but at one point we'll switch over to Jetty instead.
* Merge branch 'nixos/elasticsearch/elasticsearch_fix' of ↵Shea Levy2014-03-19
|\ | | | | | | | | | | git://github.com/offlinehacker/nixpkgs nixos/elasticsearch: Make port an integer, add dataDir option, make pure
| * nixos/elasticsearch: Make port an integer, add dataDir option, make pureJaka Hudoklin2014-03-10
| |
* | New NixOS module: services.solr, for running a solr serverRickard Nilsson2014-03-13
|/
* Removed unnecessary mkIfZef Hemel2013-11-05
| | | The whole block is already wrapped in cfg.enable and this breaks some things.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Fix bogus mkOption typesEelco Dolstra2013-10-28
| | | | | Among others, systemd unit options were not being type-checked because of this. mkOption should really check its arguments better...
* nixos/elasticsearch: change loglevel from DEBUG to INFOJaka Hudoklin2013-10-12
|