From 35d54d6e6a54ae09c74f180ee4f88162e74c338a Mon Sep 17 00:00:00 2001 From: Hal Rottenberg Date: Tue, 12 Nov 2019 11:29:10 +0200 Subject: [PATCH] Fixed small typo --- docs/advanced/APP_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/APP_INSTALL.md b/docs/advanced/APP_INSTALL.md index 9232abca..9265e020 100644 --- a/docs/advanced/APP_INSTALL.md +++ b/docs/advanced/APP_INSTALL.md @@ -1,7 +1,7 @@ ## Installing Splunk Apps and Add-ons Splunk's Docker image supports the ability to dynamically install any Splunk-compliant app or add-on. These can be certified apps that are hosted through [SplunkBase](https://splunkbase.splunk.com/) or they might be local apps you have developed yourself. -App installation can be done a variety of ways: either through a file/directory volume-mounted inside the container, or through an external URL for dynamic downloads. Nothing is required for the former, and the enviroment variable `SPLUNK_APPS_URL` supports the later. +App installation can be done a variety of ways: either through a file/directory volume-mounted inside the container, or through an external URL for dynamic downloads. Nothing is required for the former, and the enviroment variable `SPLUNK_APPS_URL` supports the latter. **NOTE:** Installation of Splunk Enterprise Security (ES) and Splunk IT Service Intelligence (ITSI) is currently not supported with this image. Please contact Splunk Services for more information on using these applications with Splunk Enterprise in a container.