summary refs log tree commit diff
path: root/pkgs/servers/search/elasticsearch/plugins.nix
Commit message (Collapse)AuthorAge
* treewide: replace `setSourceRoot = "sourceRoot=$PWD"` and similar with ↵Jan Malakhovski2023-08-12
| | | | `sourceRoot = "."`
* elk7: 7.17.9 -> 7.17.10Thomas Gerbet2023-05-20
| | | | | | | | | 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.
* elk7: 7.17.4 -> 7.17.9Thomas Gerbet2023-04-26
| | | | | | | | | | 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
* elasticsearch: bump version, adjust sha256, drop esversion 6.8.21 support山下2023-04-17
|
* Merge pull request #224551 from yamashitax/elasticsearch-kuromojiThiago Kenji Okada2023-04-14
|\ | | | | elasticsearchPlugins: add analysis-kuromoji plugin
| * elasticsearchPlugins: add analysis-kuromoji plugin山下2023-04-04
| |
* | elasticsearch6*: removeajs1242023-04-04
|/
* elasticsearch-plugins: 7.16.1 -> 7.17.4PedroHLC ☭2022-06-04
|
* elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests ↵Kim Lindberger2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#150879) * 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.
* elasticsearch/plugin: Fix rebase errorRobert Hensing2021-11-03
|
* elasticsearch/plugins: build with "modules" from elasticsearchAndrew Childs2021-11-03
| | | | | | Fixes dependency error while building search-guard: Exception in thread "main" java.lang.IllegalArgumentException: Missing plugin [lang-painless], dependency of [search-guard-7]
* elasticsearch/plugins: 7.5.1 -> 7.11.1Andrew Childs2021-11-03
|
* elk7: 7.5.1 -> 7.10.2happysalada2021-08-31
| | | | | | | | | | | | | | | | | | 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>
* elasticsearch: nixpkgs-fmthappysalada2021-08-31
|
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* elasticsearchPlugins.analysis-phonetic: addJon Roberts2019-09-04
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* elasticsearchPlugins: add analysis-icu pluginNick Braga2020-02-25
|
* elasticsearch-plugins: 7.3.1 -> 7.5.1vasile luta2020-01-06
|
* elasticsearchPlugins.search-guard: fix homepage linkash lea2019-11-10
|
* elasticsearchPlugins: style fixupsash lea2019-11-10
|
* elasticsearchPlugins: match elasticsearch versionash lea2019-11-10
|
* elasticsearchPlugins: add ingest-attachmentash lea2019-11-09
|
* treewide: use dontUnpackworldofpeace2019-07-01
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository pluginJaka Hudoklin2019-05-11
|
* elk6: 6.7.1 -> 6.7.2Bas van Dijk2019-05-10
|
* elk: 6.5.1 -> 6.7.1Bas van Dijk2019-04-09
|
* elk: 6.3.2 -> 6.5.1Bas van Dijk2018-12-01
|
* elasticsearch plugins: don't use lib.versionSymphorien Gibol2018-09-01
| | | | This is wrong and makes the hash change on each nixpkgs commit.
* elasticsearchPlugins.discovery-ec2: init at 6.3.2David Smith2018-08-03
|
* elasticsarchPlugins.search_guard: 0.5 -> 6.3.2-22.3Jörg Thalheim2018-08-03
|
* elasticsearchPlugins.elasticsearch_analysis_lemmagen: 0.1 -> 6.3.2Jörg Thalheim2018-08-03
|
* elasticsearchPlugins.elasticsearch_kopf: removeJörg Thalheim2018-08-03
| | | | | deprecated by upstream, https://github.com/lmenezes/cerebro is recommend instead (but not packaged in nixpkgs)
* elasticsearchPlugins.elasticsearch_http_basic: removeJörg Thalheim2018-08-03
| | | | Deprecated by upstream, search_guard was recommended instead.
* elasticsearchPlugins.{river_jdbc,river_twitter}: removeJörg Thalheim2018-08-03
| | | | River plugins are no longer supported in elasticsearch.
* elasticsearchPlugins: updated for elasticsearch6Jörg Thalheim2018-08-03
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* elasticsearch_kopf: 1.5.7 -> 2.1.1Tristan Helmich2017-05-09
|
* fix the incorrect elasticsearch plugin nameWei-Ming Yang2017-03-10
| | | elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen
* elasticsearch: add search_guard pluginJaka Hudoklin2015-08-20
|
* elasticsearch: update pluginsJaka Hudoklin2015-08-20
|
* elasticsearchPlugins: add elasticsearch_kopf pluginJaka Hudoklin2015-04-25
|
* elasticsearchPlugins.elasticsearch_river_twitter: added packageEdward Tjörnhammar2014-10-30
|
* elasticsearch_river_jdbc: 1.2.1.1 -> 1.3.0.4Domen Kožar2014-10-06
|
* elasticsearch: fix plugins installJaka Hudoklin2014-10-06
|
* elasticsearchPlugins.elasticsearch_http_basic: update from 1.2.0 to 1.3.2, ↵Mateusz Kowalczyk2014-09-30
| | | | potentially fixes CVE-2013-5307
* elasticsearchPlugins.elasticsearch_http_basic: set platform to build onJaka Hudoklin2014-09-13
|