Port details |
- elasticsearch7 Full-text search engine for Java
- 7.17.11 textproc =6 7.17.11Version of this port present on the latest quarterly branch.
- Maintainer: elastic@FreeBSD.org
- Port Added: 2020-01-24 19:16:38
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: openjdk8, dav1d, autoconf, libevent, indexinfo
- Also Listed In: devel java
- License: APACHE20
- WWW:
- https://www.elastic.co/
- Description:
- Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- elasticsearch7>0:textproc/elasticsearch7
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/textproc/elasticsearch7/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/elasticsearch7
- pkg install elasticsearch7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: elasticsearch7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688929601
SHA256 (elasticsearch-7.17.11-darwin-x86_64.tar.gz) = 1b28b9a314a99cc46ae90fc883245be8309abc9b4e9b8188570d374a9a9fd4ac
SIZE (elasticsearch-7.17.11-darwin-x86_64.tar.gz) = 311351017
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jna>0 : devel/jna
- Runtime dependencies:
-
- bash>0 : shells/bash
- jna>0 : devel/jna
- java : java/openjdk11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for elasticsearch7-7.17.11:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_elasticsearch7
- USES:
- cpe java shebangfix
- pkg-message:
- For install:
- Please see /usr/local/etc/elasticsearch for sample versions of
elasticsearch.yml and logging.yml.
ElasticSearch requires memory locking of large amounts of RAM.
You may need to set:
sysctl security.bsd.unprivileged_mlock=1
When running within a jail, it's highly advisable to set:
enforce_statfs = 1
for the jail running elasticsearch instance.
!!! PLUGINS NOTICE !!!
ElasticSearch plugins should only be installed via the elasticsearch-plugin
included with this software. As we strive to provide a minimum semblance
of security, the files installed by the package are owned by root:wheel.
This is different than upstream which expects all of the files to be
owned by the user and for you to execute the elasticsearch-plugin script
as said user.
You will encounter permissions errors with configuration files and
directories created by plugins which you will have to manually correct.
This is the price we have to pay to protect ourselves in the face of
a poorly designed security model.
e.g., after installing X-Pack you will have to correct:
/usr/local/etc/elasticsearch/elasticsearch.keystore file to be owned by elasticsearch:elasticsearch
/usr/local/etc/elasticsearch/x-pack directory/files to be owned by elasticsearch:elasticsearch
!!! PLUGINS NOTICE !!!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.17.11 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
7.17.11 09 Jul 2023 20:12:17 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.17.11
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html |
7.17.9 03 Feb 2023 10:08:47 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.17.9
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.9.html |
7.17.8 13 Dec 2022 16:59:57 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.17.8
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.8.html |
7.17.7 10 Nov 2022 21:59:49 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.17.1
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.7.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.17.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.17.3 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.17.3 07 May 2022 13:30:04 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.17.3 |
7.16.3 16 Jan 2022 09:03:27 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.16.3
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.3.html |
7.16.2 21 Dec 2021 09:49:44 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.16.2
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.2.html |
7.15.2 14 Nov 2021 17:18:20 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.15.2 |
7.15.1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
7.15.1 24 Oct 2021 22:37:50 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.15.1
- Update to 7.15.1
- Bump minimum JAVA version to 11
- Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.15.1.html |
7.14.0 11 Aug 2021 14:40:53 |
Juraj Lutter (otis) |
elasticsearch7: Re-add Created by lines
Add back "Created by" lines unintentionally removed during
update. |
7.14.0 05 Aug 2021 15:29:30 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.14.0 |
7.13.4 02 Aug 2021 11:55:10 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.13.4 |
7.13.2 06 Jul 2021 20:44:37 |
Juraj Lutter (otis) |
textproc/elasticsearch7: Update to 7.13.2
- Update to 7.13.2
- Fix support tools to find java correctly [1]
- Needs enforce_statfs = 1 in jails [2]
- Fix rc order [3]
PR: 256921 [1]
PR: 254777 [2]
PR: 254776 [3] |
7.10.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.10.1 30 Dec 2020 13:23:30 |
otis |
textproc/elasticsearch7: Update to 7.10.1
Changelog at:
https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.10.1.html
And while here, also reformat Makefile according to portfmt and portclippy
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D27820 |
7.10.0 29 Nov 2020 16:17:27 |
mikael |
textproc/elasticsearch7: Update to 7.10.0
Changes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.10/release-notes-7.10.0.html
PR: 251352
Submitted by: Juraj Lutter (maintainer) |
7.9.3 27 Oct 2020 05:02:26 |
tcberner |
textproc/elasticsearch7: Update to 7.9.3
Changelog for 7.9.3:
* Bug fixes:
- Allocation
- InternalClusterInfoService should not ignore hidden indices
- Audit
- Move RestRequestFilter to core
- Authentication
- Ensure domain_name setting for AD realm is present
- Authorization
- Fix API key role descriptors rewrite bug for upgraded clusters
- CCR
- Retry CCR shard follow task when no seed node left
- Cluster Coordination (Only the first 15 lines of the commit message are shown above ) |
7.9.2 03 Oct 2020 20:05:15 |
tcberner |
textproc/elasticsearch7: Update to 7.9.2
Changelog since 7.9.1:
* Deprecations
- Infra/Plugins
- Deprecate xpack.eql.enabled setting and make it a no-op
* Enhancements
- Mapping
- Improve error messages on bad [format] and [null_value] params for date
mapper
* Bug fixes
- Aggregations
- Cardinality request breaker leak
- Fix bug with terms' min_doc_count
- Analysis (Only the first 15 lines of the commit message are shown above ) |
7.9.1 10 Sep 2020 12:34:42 |
jrm |
textproc/elasticsearch7: Update to version 7.9.1
Changelog:
* Breaking changes:
- Indices changes:
- Elasticsearch includes built-in index templates for logs-*-* and
metrics-*-*.
- Script cache changes:
- The script.cache.max_size setting is deprecated.
- The script.cache.expire setting is deprecated.
- The script.max_compilations_rate setting is deprecated.
- Mapping actions have been deprecated for the create_doc, create,
index and write privileges.
- Settings changes:
- Automatically importing dangling indices is disabled by default. (Only the first 15 lines of the commit message are shown above ) |
7.8.1 09 Aug 2020 01:14:28 |
glewis |
Update to 7.8.1
PR: 248363
Submitted by: Juraj Lutter <juraj@lutter.sk> |
7.7.1 13 Jun 2020 22:41:39 |
glewis |
Update to 7.7.1 |
7.6.2 13 Jun 2020 22:41:04 |
glewis |
Fix config path message in rc script
PR: 246303
Submitted by: Sven R <admin@hackacad.net> |
7.6.2 25 Apr 2020 18:37:13 |
glewis |
Update to 7.6.2 |
7.6.1 09 Mar 2020 22:52:49 |
glewis |
Update to 7.6.1 |
7.6.0 22 Feb 2020 17:26:18 |
glewis |
Update to 7.6.0
PR: 244254
Submitted by: Miroslav Lachman <000.fbsd@quip.cz> |
7.5.2 24 Jan 2020 19:16:31 |
glewis |
Add a port of ElasticSearch 7.x
This is an updated version of the submission to work with 7.5.2 and to
tweak a few things (e.g. sorting, petting portlint)
PR: 237372
Submitted by: Miroslav Lachman |