docker-elk-updater[bot]
fd9fbec8e2
Update to v9.3.2
2026-03-22 00:44:05 +00:00
docker-elk-updater[bot]
d833dcde57
Update to v9.3.1
2026-03-01 00:44:18 +00:00
docker-elk-updater[bot]
668f90f8ea
Update to v9.3.0
2026-02-04 20:48:12 +00:00
docker-elk-updater[bot]
06c127b6b8
Update to v9.2.4
2026-01-18 00:35:53 +00:00
docker-elk-updater[bot]
8a1caf11d7
Update to v9.2.3
2025-12-21 09:30:40 +00:00
Antoine Cotten
e31c8ec2eb
refactor(setup): Consolidate injection of auth arg in curl cmds
2025-12-17 08:49:51 +01:00
docker-elk-updater[bot]
824b546452
Update to v9.2.2
2025-12-07 00:34:45 +00:00
docker-elk-updater[bot]
ee4274f1cc
Update to v9.2.1
2025-11-16 00:32:23 +00:00
docker-elk-updater[bot]
16f6720f71
Update to v9.2.0
2025-10-26 00:32:11 +00:00
docker-elk-updater[bot]
13083887fa
Update to v9.1.5
2025-10-12 00:30:00 +00:00
docker-elk-updater[bot]
3fa56d2015
Update to v9.1.4
2025-09-21 00:30:59 +00:00
docker-elk-updater[bot]
bf3427f2e4
Update to v9.1.3
2025-08-31 00:31:33 +00:00
docker-elk-updater[bot]
1772ed67e9
Update to v9.1.2
2025-08-17 00:33:25 +00:00
docker-elk-updater[bot]
36fe97521d
Update to v9.1.1
2025-08-10 00:34:59 +00:00
docker-elk-updater[bot]
14eaa46cd6
Update to v9.1.0
2025-08-03 00:36:10 +00:00
docker-elk-updater[bot]
11ac0bad81
Update to v9.0.4
2025-07-22 22:50:56 +00:00
Antoine Cotten
47c85aaf11
fix(setup): Typo in variable substitution
...
Fixes #1082
2025-07-09 19:25:51 +02:00
docker-elk-updater[bot]
a56ae17be9
Update to v9.0.3
2025-06-29 00:34:15 +00:00
docker-elk-updater[bot]
ac4a01fe60
Update to v9.0.2
2025-06-08 00:33:19 +00:00
docker-elk-updater[bot]
959a57ba3b
Update to v9.0.1
2025-05-08 16:26:23 +00:00
Antoine Cotten
604f1f5c8b
Update to v9.0.0
...
List of changes impacting docker-elk:
- [kibana]: Several features now require an encryption key for saved
objects. Such key must be set via the configuration option
`xpack.encryptedSavedObjects.encryptionKey`.
Ref: https://www.elastic.co/guide/en/kibana/8.18/xpack-security-secure-saved-objects.html
- [enterprise-search]: Discontinued in 9.x versions.
Refs:
- https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html
- https://www.elastic.co/blog/app-search-to-elasticsearch
2025-04-16 01:43:50 +02:00
docker-elk-updater[bot]
439875e08e
Update to v8.17.4
2025-03-30 00:31:51 +00:00
docker-elk-updater[bot]
32678e24cd
Update to v8.17.3
2025-03-10 10:08:11 +00:00
docker-elk-updater[bot]
02ba8bc0a7
Update to v8.17.2
2025-02-16 00:31:29 +00:00
docker-elk-updater[bot]
ead650f05f
Update to v8.17.1
2025-01-26 00:28:08 +00:00
docker-elk-updater[bot]
7ba6ec4f48
Update to v8.17.0
2024-12-15 00:34:33 +00:00
docker-elk-updater[bot]
8e62bd4099
Update to v8.15.5
2024-12-01 00:35:38 +00:00
docker-elk-updater[bot]
7f38a9834b
Update to v8.16.1
2024-11-24 00:32:38 +00:00
docker-elk-updater[bot]
f3c81fdf46
Update to v8.16.0
2024-11-17 00:31:33 +00:00
docker-elk-updater[bot]
a7b9e209e6
Update to v8.15.3
2024-10-20 00:29:36 +00:00
docker-elk-updater[bot]
58e9bc012f
Update to v8.15.2
2024-10-01 12:00:14 +00:00
Antoine Cotten
e8a539777f
fix(build): Set a default value for each build arg
...
Closes #1015
2024-09-14 18:31:30 +00:00
Antoine Cotten
5da1badcf9
feat(ext/filebeat): ingest ES logs via elasticsearch module
...
Ensures that Elasticsearch log entries are processed through dedicated
ingestion pipelines, so that their fields can be automatically
extracted.
2024-02-14 20:46:37 +01:00
Antoine Cotten
43716a84ad
feat: make execution of 'setup' container manual
...
Closes #798
2023-05-03 18:18:10 +02:00
Antoine Cotten
ba06c5458a
chore(setup): Rename helpers.sh to lib.sh
...
Based on a comment from #821
2023-02-17 12:37:42 +01:00
Antoine Cotten
58a77fcdbe
feat(setup): Disambiguate setup skip message
...
Closes #797
2022-12-06 11:37:12 +01:00
Antoine Cotten
87f5894f65
feat(ext/beats): Use unprivileged publish users
2022-11-22 11:37:50 +01:00
Antoine Cotten
141b38a083
feat(ext/metricbeat): Further drop perms for monitoring
...
The built-in 'remote_monitoring_user' has full permissions on monitoring
indices, which is more than Metricbeat needs to collect metrics from
remote components.
2022-11-18 21:47:46 +01:00
Antoine Cotten
654a18dcdb
feat(ext/beats): Monitor using unprivileged user
...
Both the collection and storage of monitoring data are now performed
using the unpriviliged built-in users 'remote_monitoring_user' and
'beats_system' respectively, instead of the 'elastic' superuser.
2022-11-18 17:10:20 +01:00
Antoine Cotten
a1b5e0b858
chore(setup): Mount scripts instead of baking into img
...
Allows switching between branches of compatible stack versions (e.g.
main <-> tls) without having to rebuild the setup image.
2022-11-17 21:44:00 +01:00
Antoine Cotten
54d3f71799
fix(setup): Ensure built-in users exist before proceeding
...
Fixes #786
2022-11-17 12:12:29 +01:00
Antoine Cotten
f93dfe007e
feat: Log setup error in case of failed curl command
2022-06-21 15:57:56 +02:00
Antoine Cotten
82b1e653b0
fix(logstash): Adjust role for ECS compatibility
...
'ecs_compatibility' is now on by default, therefore Logstash indices are
created with the naming pattern "ecs-logstash-*" when data streams are
disabled ('data_stream => false').
2022-03-02 17:13:24 +01:00
Antoine Cotten
02dabf6fb1
fix(logstash): Allow managing "logstash" index
...
When data streams are disabled in Logstash's "elasticsearch" output
('data_stream => false'), Logstash falls back to managing "logstash-*"
indices and creates an index template with ILM enabled.
In this process, a write index for the alias "logstash" is created. This
step requires the "manage" privilege on the "logstash" alias.
Fixes #679
2022-03-02 17:13:16 +01:00
Antoine Cotten
a204596be7
fix: Explicitly make entrypoint of 'setup' service executable
...
The existing executable permission might not be preserved when users
download docker-elk as a Zip file.
Fixes #676
2022-02-28 09:46:27 +01:00
Antoine Cotten
eb1c6fa27e
chore: Rename ELK_VERSION to ELASTIC_VERSION
...
More appropriate name considering that extensions, which aren't part of
the "ELK" stack, also rely on this variable.
2022-02-28 09:10:30 +01:00
Antoine Cotten
9877b39900
Automate management of required roles and user passwords ( #671 )
2022-02-21 11:19:43 +01:00