You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command starts a Splunk Enterprise instance from the Docker container in this repository, accepts the license agreement, and opens TCP port 8000 so that you can access the Splunk instance from your local machine.
Copy file name to clipboardExpand all lines: universalforwarder/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Supported tags
2
2
3
-
*`6.6.1`, `latest` - Splunk universal forwarder base image [Dockerfile](https://github.com/splunk/docker-splunk/blob/master/enterprise/Dockerfile)
3
+
*`6.6.2`, `latest` - Splunk universal forwarder base image [Dockerfile](https://github.com/splunk/docker-splunk/blob/master/enterprise/Dockerfile)
4
4
*`6.5.3-monitor` - Splunk universal forwarder with Docker Monitoring [Dockerfile](https://github.com/splunk/docker-itmonitoring/blob/master/universalforwarder/Dockerfile)
5
5
6
6
# What is the Splunk Universal Forwarder?
@@ -18,7 +18,7 @@ If you have not used Docker before, see the [Getting started tutorial](https://d
18
18
0. (Optional) Sign up for a Docker ID at [Docker Hub](https://hub.docker.com).
19
19
0. Download and install Docker on your system.
20
20
0. Open a shell prompt or Terminal window.
21
-
0. Enter the following command to pull the Splunk Enterprise version 6.6.1 image.<br>
21
+
0. Enter the following command to pull the Splunk Enterprise version 6.6.2 image.<br>
22
22
23
23
24
24
```bash
@@ -49,14 +49,14 @@ The universal forwarder docker image can collect data from a host and send data
49
49
The following commands are examples of how to pull and run the universal forwarder Docker image. They can be run from a shell prompt or Docker QuickStart Terminal (on Mac OS X).
50
50
51
51
### Pull an image from this repository for the universal fowarder with the Docker data collection inputs
52
-
The `6.6.1-monitor` tag ensures that the universal forwarder has the data inputs you need to get stats from a Docker container.
52
+
The `6.6.2-monitor` tag ensures that the universal forwarder has the data inputs you need to get stats from a Docker container.
0 commit comments