Project | Branch | Build Duration | Async Integration Time |
---|---|---|---|
logstash | 8.18 | 0h 0m 0s |
docker pull docker.elastic.co/<namespace>/<image-name>:8.18.0-15c9af3b-SNAPSHOT docker pull docker.elastic.co/<namespace>/<image-name>:8.18.0-SNAPSHOT docker pull docker.elastic.co/<namespace>/<image-name>:8.18-SNAPSHOTExcept For cloud, build candidates docker images are available in the staging namespace (authentication required) with these tags:
docker pull docker.elastic.co/staging/<image-name>:8.18.0-15c9af3bCloud, build candidates docker images are available in the cloud-release namespace (public) with these tags:
docker pull docker.elastic.co/cloud-release/<image-name>:8.18.0-15c9af3b
Elasticsearch plugins can be installed like this:
ES_JAVA_OPTS="-Des.plugins.staging=15c9af3b" bin/elasticsearch-plugin install analysis-icu
To install the deb from an APT repo, edit /etc/apt/sources.list to add:
deb https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/packages/8.x/apt stable main
For RPM repositories: Edit /etc/yum.repos.d/elastic-8.18.repo and add:
[elastic-8.18] name=Repository for elastic packages in 8.18 baseurl=https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/packages/8.x/yum gpgcheck=1 gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch enabled=1
To install the OSS deb from an APT repo, edit /etc/apt/sources.list to add:
deb https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/packages/oss-8.x/apt stable main
For OSS RPM repositories: Edit /etc/yum.repos.d/elastic-oss-8.18.repo and add:
[elastic-oss-8.18] name=Repository for elastic OSS packages in 8.18 baseurl=https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/packages/oss-8.x/yum gpgcheck=1 gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch enabled=1
To access the staging Maven repository, use:
<repositories> <repository> <id>elastic-staging-15c9af3b</id> <name>Elastic Maven Repository</name> <url>https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/maven</url> </repository> </repositories>
To smoke-test elasticsearch the following from the elasticsearch repo:
python3 -B ./dev-tools/smoke_test_rc.py --version 8.18.0-SNAPSHOT --hash 15c9af3b --plugins x-pack
To smoke-test the x-plugins release (to make sure licensing works), please run from your x-plugins repo:
python3 -B ./dev-tools/smoke_test_xpack_rc.py --version 8.18.0-SNAPSHOT --hash 15c9af3b
To install the sample Beats dashboards, use the `setup` command of your Beat like this:
./filebeat setup -E "setup.dashboards.url=https://artifacts-snapshot.elastic.co/logstash/8.18.0-15c9af3b/downloads/beats/beats-dashboards/beats-dashboards-8.18.0-SNAPSHOT.zip"
NOTE: these scripts require JAVA_HOME to point to a Java 8 Runtime
To install the docker images locally:
curl ${"$"}imagename | docker load