Search Criteria
Package Details: elasticsearch 9.3.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/elasticsearch.git (read-only, click to copy) |
|---|---|
| Package Base: | elasticsearch |
| Description: | Free and Open, Distributed, RESTful Search Engine |
| Upstream URL: | https://www.elastic.co/elasticsearch/ |
| Licenses: | custom:Elastic-2.0 |
| Conflicts: | elasticsearch-bin, elasticsearch7 |
| Provides: | elasticsearch |
| Submitter: | hashworks |
| Maintainer: | ipaqmaster |
| Last Packager: | ipaqmaster |
| Votes: | 10 |
| Popularity: | 0.000220 |
| First Submitted: | 2022-01-08 16:30 (UTC) |
| Last Updated: | 2026-02-26 16:49 (UTC) |
Dependencies (2)
- jdk21-openjdk (openjdk-zulu21-ca-fx-binAUR, openjdk-liberica21-full-binAUR, jdk21-temurinAUR, zing-21-binAUR)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
Required by (18)
- adminer (optional)
- archivy (optional)
- archivy-git (optional)
- auditbeat (optional)
- filebeat (optional)
- filebeat-bin (optional)
- heartbeat-elastic (optional)
- kibana (optional)
- kibana-bin (optional)
- kibana-xpack (optional)
- logstash-bin (optional)
- metricbeat (optional)
- metricbeat-oss-bin (optional)
- packetbeat (optional)
- packetbeat-bin (optional)
- topbeat-bin (optional)
- wazuh-filebeat (optional)
- zammad
Latest Comments
1 2 3 4 5 6 .. 15 Next › Last »
ipaqmaster commented on 2025-11-16 14:44 (UTC)
Switched to
java-21-openjdkfor now. Works in a rootless podman archlinux container and can be reached on 127.0.0.1:9200 after installation. Elastic falls too far behind for that automatic java picker grep to be helpful on a rolling release.baderas commented on 2025-10-31 22:25 (UTC) (edited on 2025-10-31 22:26 (UTC) by baderas)
Please include the Fix for calamity into PKDBUILD - this cannot compile for anyone. Every update requires manual editing of the PKGBUILD.
calamity commented on 2025-09-16 15:51 (UTC) (edited on 2025-09-16 15:53 (UTC) by calamity)
I finally found the time to look into it: I don't know how this can build for anyone with an empty cache.
/home/user/.cache/makepkg/build/elasticsearch/src/elasticsearch-9.1.3/distribution/archives/linux-tar/build/distributions/elasticsearch-9.1.3-SNAPSHOT-linux-x86_64.tar.gzis never decompressed into/home/user/.cache/makepkg/build/elasticsearch/src/elasticsearch-9.1.3/distribution/archives/linux-tar/build/install/. It seems like you need to do that in package():Then it works for me.
calamity commented on 2025-09-01 13:57 (UTC) (edited on 2025-09-01 13:57 (UTC) by calamity)
Hey, this doesn't build for me right now:
The dir
/home/user/.cache/makepkg/build/elasticsearch/src/elasticsearch-9.1.3/distribution/archives/linux-tar/build/install/does not exist (while…/linux-tar/builddoes). Ideas?Fell commented on 2025-04-01 12:11 (UTC) (edited on 2025-04-01 12:22 (UTC) by Fell)
I was getting
ERROR: Elasticsearch 8.17.x cannot run with JDK 24+, but you are running JDK 24.0.1, with exit code 64. Looks like Elasticsearch is incompatible with the latest JDK. Workaround: Since no other packages depend on the JDK on my machine, I removedjdk-openjdkand installedjdk21-openjdkinstead. After doing that, you need to reset the default JDK and fix the symlink like so:dmw commented on 2025-01-16 13:01 (UTC)
Installation fails:
I coud track it down to PKGBUILD line 76:
jdk_openjdk_version=$(pacman -Ql java-runtime | grep -Pom1 '/usr/lib/jvm/java-[0-9]+-openjdk/')which fails at grep. Changing the pacman query from java-runtime to jdk-openjdk resolves this issue as it now finds my java runtime /usr/lib/jvm/java-23-openjdk/bjo commented on 2024-12-13 08:06 (UTC)
Sure, but the issue appeared with JDK17 and also with JDK21. But it was now fixed by installing JDK17 instead auf JRE17.
kode54 commented on 2024-12-13 07:52 (UTC)
@bjo: Every time you change major Java versions, you have to rebuild the Elasticsearch package, since it compiles a symlink to the installed Java version at build time, not install time.
1 2 3 4 5 6 .. 15 Next › Last »