Commit Graph

50 Commits

Author SHA1 Message Date
山下
8050381a43 elasticsearch: bump version, adjust sha256, drop esversion 6.8.21 support 2023-04-17 08:23:42 +09:00
Thiago Kenji Okada
e58bfe9ba8
Merge pull request #224551 from yamashitax/elasticsearch-kuromoji
elasticsearchPlugins: add analysis-kuromoji plugin
2023-04-14 21:23:46 +01:00
ajs124
09a6672bbf elasticsearch6*: remove 2023-04-04 10:32:23 +02:00
山下
58af20bd05 elasticsearchPlugins: add analysis-kuromoji plugin 2023-04-04 08:51:41 +09:00
PedroHLC ☭
e827840ae5
elasticsearch-plugins: 7.16.1 -> 7.17.4 2022-06-04 12:10:07 -03:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#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.
2021-12-17 00:20:52 +09:00
Robert Hensing
58c4cebf6f elasticsearch/plugin: Fix rebase error 2021-11-03 12:34:47 +01:00
Andrew Childs
1faa5d5915 elasticsearch/plugins: build with "modules" from elasticsearch
Fixes dependency error while building search-guard:

    Exception in thread "main" java.lang.IllegalArgumentException: Missing plugin [lang-painless], dependency of [search-guard-7]
2021-11-03 11:39:08 +01:00
Andrew Childs
499807e106 elasticsearch/plugins: 7.5.1 -> 7.11.1 2021-11-03 11:30:12 +01:00
happysalada
f9321de0f3 elk7: 7.5.1 -> 7.10.2
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>
2021-08-31 09:06:13 +09:00
happysalada
d702fbfe32 elasticsearch: nixpkgs-fmt 2021-08-31 09:06:13 +09:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Jon Roberts
2dd2b2fdcb
elasticsearchPlugins.analysis-phonetic: add 2019-09-04 15:19:29 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Nick Braga
c1e376e4f9 elasticsearchPlugins: add analysis-icu plugin 2020-02-25 10:05:34 -05:00
vasile luta
0e122f5c8e elasticsearch-plugins: 7.3.1 -> 7.5.1 2020-01-06 15:43:25 +02:00
ash lea
f92cc632ae elasticsearchPlugins.search-guard: fix homepage link 2019-11-10 00:30:12 -08:00
ash lea
a23730cf9a elasticsearchPlugins: style fixups 2019-11-10 00:26:56 -08:00
ash lea
2e3d3cff7e elasticsearchPlugins: match elasticsearch version 2019-11-10 00:10:51 -08:00
ash lea
98875b5b4e elasticsearchPlugins: add ingest-attachment 2019-11-09 20:53:00 -08:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jaka Hudoklin
e3f6239631
elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository plugin 2019-05-11 19:54:20 +02:00
Bas van Dijk
1a0818e941 elk6: 6.7.1 -> 6.7.2 2019-05-10 23:32:44 +02:00
Bas van Dijk
7062a073e8 elk: 6.5.1 -> 6.7.1 2019-04-09 12:34:01 +02:00
Bas van Dijk
fbf0efc6a7 elk: 6.3.2 -> 6.5.1 2018-12-01 12:47:12 +01:00
Symphorien Gibol
53744fe7dd elasticsearch plugins: don't use lib.version
This is wrong and makes the hash change on each nixpkgs commit.
2018-09-01 16:32:59 +02:00
David Smith
806ab02d95 elasticsearchPlugins.discovery-ec2: init at 6.3.2 2018-08-03 11:50:09 +01:00
Jörg Thalheim
19fb8c7c6c elasticsarchPlugins.search_guard: 0.5 -> 6.3.2-22.3 2018-08-03 11:50:09 +01:00
Jörg Thalheim
dab5fd5f56 elasticsearchPlugins.elasticsearch_analysis_lemmagen: 0.1 -> 6.3.2 2018-08-03 11:50:08 +01:00
Jörg Thalheim
0bbf90e1b4 elasticsearchPlugins.elasticsearch_kopf: remove
deprecated by upstream, https://github.com/lmenezes/cerebro is recommend
instead (but not packaged in nixpkgs)
2018-08-03 11:50:08 +01:00
Jörg Thalheim
5d3b75ab5d elasticsearchPlugins.elasticsearch_http_basic: remove
Deprecated by upstream, search_guard was recommended instead.
2018-08-03 11:50:08 +01:00
Jörg Thalheim
fa26b59091 elasticsearchPlugins.{river_jdbc,river_twitter}: remove
River plugins are no longer supported in elasticsearch.
2018-08-03 11:50:07 +01:00
Jörg Thalheim
cba348c561 elasticsearchPlugins: updated for elasticsearch6 2018-08-03 11:50:07 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Tristan Helmich
342c289d12 elasticsearch_kopf: 1.5.7 -> 2.1.1 2017-05-09 17:45:49 +02:00
Wei-Ming Yang
330c7e4a5f fix the incorrect elasticsearch plugin name
elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen
2017-03-10 18:39:16 +08:00
Jaka Hudoklin
2bec93dde8 elasticsearch: add search_guard plugin 2015-08-20 00:20:44 +02:00
Jaka Hudoklin
1d1a336c6a elasticsearch: update plugins 2015-08-20 00:20:31 +02:00
Jaka Hudoklin
515b06ef2a elasticsearchPlugins: add elasticsearch_kopf plugin 2015-04-25 15:54:00 +02:00
Edward Tjörnhammar
b69410764f elasticsearchPlugins.elasticsearch_river_twitter: added package 2014-10-30 12:28:39 +01:00
Domen Kožar
b4d12184ce elasticsearch_river_jdbc: 1.2.1.1 -> 1.3.0.4 2014-10-06 16:44:23 +02:00
Jaka Hudoklin
f719f0b230 elasticsearch: fix plugins install 2014-10-06 16:22:05 +02:00
Mateusz Kowalczyk
ded8bde06b elasticsearchPlugins.elasticsearch_http_basic: update from 1.2.0 to 1.3.2, potentially fixes CVE-2013-5307 2014-09-30 10:56:11 +01:00
Jaka Hudoklin
be2fe360db elasticsearchPlugins.elasticsearch_http_basic: set platform to build on 2014-09-13 02:24:48 +02:00
Jaka Hudoklin
f5e5815236 elasticsearchPlugins: add elasticsearch_http_basic, plugin for basic http authentication 2014-09-13 02:22:26 +02:00
Domen Kožar
a219db3cb2 fix tarball job 2014-07-27 13:36:25 +02:00
Jaka Hudoklin
7eb4d306fb elasticsearch: add support for plugins 2014-07-25 17:28:59 +02:00