Search Criteria
Package Details: elasticsearch 9.4.2-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.000034 |
| First Submitted: | 2022-01-08 16:30 (UTC) |
| Last Updated: | 2026-05-28 17:50 (UTC) |
Dependencies (2)
- jdk21-openjdk (openjdk-zulu21-ca-fx-binAUR, openjdk-liberica21-full-binAUR, zing-21-binAUR, jdk21-temurinAUR)
- 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 »
baderas commented on 2026-05-09 11:36 (UTC)
Thanks, you're right, after a reboot it worked without error!
ipaqmaster commented on 2026-05-09 09:39 (UTC) (edited on 2026-05-09 09:40 (UTC) by ipaqmaster)
That error seems unrelated to the package and my build server seemed to build it (9.4.0-1) okay without intervention.
I've only ever seen that error once and it was after updating a rolling release but before rebooting into the new kernel. Is it possible you've recently updated without rebooting?
baderas commented on 2026-05-09 09:35 (UTC) (edited on 2026-05-09 11:37 (UTC) by baderas)
Build broken in 9.4.0-1
Edit: See comments above, it works after a reboot!
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:1 2 3 4 5 6 .. 15 Next › Last »