mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Remove ElasticSearch X-Pack packages
This is not a supported way to install the X-Pack plugins. The software comes with tools for installing and managing plugins. The plugins are a zip file with a payload that configures various system settings and a file/directory structure that does not match what these packages provide. The end result is a partially functional plugin with a myriad of issues due to files and configs missing from expected locations. Please use the elasticsearch-plugin and kibana-plugin commands to install X-Pack.
This commit is contained in:
parent
b479d69ef8
commit
fe9c5f6184
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466861
@ -165,7 +165,6 @@
|
||||
SUBDIR += elasticsearch2-plugin-sql
|
||||
SUBDIR += elasticsearch5
|
||||
SUBDIR += elasticsearch5-search-guard
|
||||
SUBDIR += elasticsearch5-x-pack
|
||||
SUBDIR += elasticsearch6
|
||||
SUBDIR += elixir-earmark
|
||||
SUBDIR += elixir-ex_doc
|
||||
@ -389,7 +388,6 @@
|
||||
SUBDIR += kibana46
|
||||
SUBDIR += kibana5
|
||||
SUBDIR += kibana5-search-guard
|
||||
SUBDIR += kibana5-x-pack
|
||||
SUBDIR += kibana6
|
||||
SUBDIR += kiss-templates
|
||||
SUBDIR += kmfl-european-latin
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= x-pack
|
||||
PORTVERSION= 5.6.8
|
||||
CATEGORIES= textproc java
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/packs/x-pack/
|
||||
PKGNAMEPREFIX= elasticsearch5-
|
||||
|
||||
MAINTAINER= elastic@FreeBSD.org
|
||||
COMMENT= Elasticsearch X-Pack plugins
|
||||
|
||||
RUN_DEPENDS:= elasticsearch5>=5.6.8:textproc/elasticsearch5
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES+= zip
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
( cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} -d ${PORTNAME}-${PORTVERSION} \
|
||||
${_DISTDIR}${DISTFILES} )
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/elasticsearch && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/x-pack
|
||||
|
||||
post-install:
|
||||
@${FIND} -s ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/x-pack -not -type d | ${SORT} | \
|
||||
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1519322034
|
||||
SHA256 (x-pack-5.6.8.zip) = 5aa106af78bf5f37e574415aeba62bb93afcc2d9faffb60a883ce233ac4bc426
|
||||
SIZE (x-pack-5.6.8.zip) = 160447245
|
@ -1,6 +0,0 @@
|
||||
X-Pack is an Elastic Stack extension that bundles security, alerting,
|
||||
monitoring, reporting, and graph capabilities into one easy-to-install package.
|
||||
While the X-Pack components are designed to work together seamlessly, you can
|
||||
easily enable or disable the features you want to use.
|
||||
|
||||
WWW: https://www.elastic.co/guide/en/x-pack/current/xpack-introduction.html
|
@ -1,31 +0,0 @@
|
||||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= x-pack
|
||||
PORTVERSION= 5.6.8
|
||||
CATEGORIES= textproc java
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/packs/x-pack/
|
||||
PKGNAMEPREFIX= kibana5-
|
||||
|
||||
MAINTAINER= elastic@FreeBSD.org
|
||||
COMMENT= Kibana 5.0 X-Pack plugins
|
||||
|
||||
RUN_DEPENDS:= kibana5>=5.6.8:textproc/kibana5
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES+= zip
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
( cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} -d ${PORTNAME}-${PORTVERSION} \
|
||||
${_DISTDIR}${DISTFILES} )
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/kibana && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/kibana5/plugins
|
||||
|
||||
post-install:
|
||||
@${FIND} -s ${STAGEDIR}${PREFIX}/www/kibana5/plugins/x-pack -not -type d | ${SORT} | \
|
||||
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1519316123
|
||||
SHA256 (x-pack-5.6.8.zip) = 5aa106af78bf5f37e574415aeba62bb93afcc2d9faffb60a883ce233ac4bc426
|
||||
SIZE (x-pack-5.6.8.zip) = 160447245
|
@ -1,6 +0,0 @@
|
||||
X-Pack is an Elastic Stack extension that bundles security, alerting,
|
||||
monitoring, reporting, and graph capabilities into one easy-to-install package.
|
||||
While the X-Pack components are designed to work together seamlessly, you can
|
||||
easily enable or disable the features you want to use.
|
||||
|
||||
WWW: https://www.elastic.co/guide/en/x-pack/current/xpack-introduction.html
|
Loading…
Reference in New Issue
Block a user