aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLisa Cawley <lcawley@elastic.co>2018-04-19 12:59:46 -0700
committerGitHub <noreply@github.com>2018-04-19 12:59:46 -0700
commit7824302c2b222e62e3a0d937a6f71977c69eb0e2 (patch)
tree6eacb5b570725ab13b269fa95cf33c6f228e6c3f /docs
parent7a861f2b48e2299e0ce3745c744cec48427b97da (diff)
[DOCS] Removes X-Pack installation info (#9407)
Diffstat (limited to 'docs')
-rw-r--r--docs/static/arcsight-module.asciidoc22
1 files changed, 9 insertions, 13 deletions
diff --git a/docs/static/arcsight-module.asciidoc b/docs/static/arcsight-module.asciidoc
index d7881d2e..d87e533d 100644
--- a/docs/static/arcsight-module.asciidoc
+++ b/docs/static/arcsight-module.asciidoc
@@ -7,7 +7,7 @@
++++
NOTE: The Logstash ArcSight module is an
-https://www.elastic.co/products/x-pack[X-Pack] feature under the Basic License
+https://www.elastic.co/products/x-pack[{xpack}] feature under the Basic License
and is therefore free to use. Please contact
mailto:arcsight@elastic.co[arcsight@elastic.co] for questions or more
information.
@@ -54,14 +54,13 @@ destination.
[[arcsight-instructions-smartconnector]]
===== Instructions
-. {ref}/installing-xpack-es.html[Install X-Pack on Elasticsearch] and then start
-Elasticsearch.
+. {ref}/install-elasticsearch.html[Install {es}] and then start it.
-. {kibana-ref}/installing-xpack-kb.html[Install X-Pack on Kibana] and then start
-Kibana.
+. {kibana-ref}/install.html[Install {kib}] and then start it.
+
+. {logstash-ref}/installing-logstash.html[Install Logstash], which includes the
+Logstash ArcSight module.
-. {logstash-ref}/installing-xpack-log.html[Install X-Pack on Logstash], which
-includes the Logstash ArcSight module.
. Start the Logstash ArcSight module by running the following command in the
Logstash install directory with your respective EB host and port:
+
@@ -120,20 +119,17 @@ secured EB port is not currently available.
[[arcsight-instructions-eventbroker]]
===== Instructions
-. {ref}/installing-xpack-es.html[Install X-Pack on Elasticsearch] and then start
-Elasticsearch.
+. {ref}/install-elasticsearch.html[Install {es}] and then start it.
-. {kibana-ref}/installing-xpack-kb.html[Install X-Pack on Kibana] and then start
-Kibana.
+. {kibana-ref}/install.html[Install {kib}] and then start it.
-. {logstash-ref}/installing-xpack-log.html[Install X-Pack on Logstash], which
+. {logstash-ref}/installing-logstash.html[Install Logstash], which
includes the Logstash ArcSight module. Then update the Logstash
<<plugins-inputs-kafka,Kafka input plugin>> to an EB compatible version. In the
Logstash install directory, run:
+
[source,shell]
-----
-bin/logstash-plugin install x-pack
bin/logstash-plugin install --version 6.2.7 logstash-input-kafka
-----