Port details on branch 2022Q4 |
- elasticsearch7 Full-text search engine for Java
- 7.17.7 textproc
=0 7.17.7Version of this port present on the latest quarterly branch. - Maintainer: elastic@FreeBSD.org
 - Port Added: 2022-11-10 22:18:37
- Last Update: 2022-11-10 22:12:32
- Commit Hash: e931e14
- 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 = 1668116064
SHA256 (elasticsearch-7.17.7-darwin-x86_64.tar.gz) = ee1935e4707271aa7c1e0e1bd84150a393a6f327de4d7df7437145d1bb6b4bea
SIZE (elasticsearch-7.17.7-darwin-x86_64.tar.gz) = 308412560
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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.7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_elasticsearch7
- USES:
- cpe 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:
|