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
Copy file name to clipboardExpand all lines: README.md
+48-6Lines changed: 48 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ The provisioning of these disjoint containers is handled by the [splunk-ansible]
12
12
13
13
1.[Purpose](#purpose)
14
14
2.[Quickstart](#quickstart)
15
-
3.[Support](#support)
16
-
4.[Contributing](#contributing)
17
-
5.[License](#license)
15
+
3.[Documentation](#documentation)
16
+
4.[Support](#support)
17
+
5.[Contributing](#contributing)
18
+
6.[License](#license)
18
19
19
20
----
20
21
@@ -28,10 +29,12 @@ Please refer to [Splunk products](https://www.splunk.com/en_us/software.html) fo
28
29
##### What is docker-splunk?
29
30
This is the official source code repository for building Docker images of Splunk Enterprise and Splunk Universal Forwarder. By introducing containerization, we can marry the ideals of infrastructure-as-code and declarative directives to manage and run Splunk Enterprise.
30
31
32
+
---
33
+
31
34
## Quickstart
32
35
Use the following command to start a single standalone instance of Splunk Enterprise:
Additional information on Docker support for Splunk Enterprise can be found [here](https://docs.splunk.com/Documentation/Splunk/latest/Installation/DeployandrunSplunkEnterpriseinsideDockercontainers).
77
+
78
+
---
79
+
80
+
## Documentation
45
81
For full usage instructions (including examples, advanced deployments, scenarios), please visit the [docker-splunk documentation](https://splunk.github.io/docker-splunk/) page.
46
82
83
+
---
84
+
47
85
## Support
48
86
Please use the [GitHub issue tracker](https://github.com/splunk/docker-splunk/issues) to submit bugs or request features.
49
87
@@ -54,11 +92,15 @@ If you have additional questions or need more support, you can:
54
92
55
93
For more detailed informations on support, please see the official [support guidelines](docs/SUPPORT.md).
56
94
95
+
---
96
+
57
97
## Contributing
58
98
We welcome feedback and contributions from the community! Please see our [contribution guidelines](docs/CONTRIBUTING.md) for more information on how to get involved.
59
99
100
+
---
101
+
60
102
## License
61
-
Copyright 2018-2019 Splunk.
103
+
Copyright 2018-2020 Splunk.
62
104
63
105
Distributed under the terms of our [license](docs/LICENSE.md), splunk-ansible is free and open source software.
Copy file name to clipboardExpand all lines: docs/SUPPORT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ At the current time, this image only supports the Docker runtime engine and requ
21
21
5.`overlay2` Docker daemon storage driver
22
22
* Create a file /etc/docker/daemon.json on Linux systems, or C:\ProgramData\docker\config\daemon.json on Windows systems. Add {"storage-driver": "overlay2"} to the daemon.json. If you already have an existing json, please only add "storage-driver": "overlay2" as a key, value pair.
23
23
24
-
For more details, please see the official [supported architectures and platforms for containerized Splunk environments](https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements#Containerized_computing_platforms) as well as [hardware and capacity recommendations](https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements).
24
+
For more details, please see the official [supported architectures and platforms for containerized Splunk environments](https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements#Containerized_computing_platforms) as well as [hardware and capacity recommendations](https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements). Basic usage on how to [deploy and run Splunk Enterprise inside containers](https://docs.splunk.com/Documentation/Splunk/latest/Installation/DeployandrunSplunkEnterpriseinsideDockercontainers) is also available.
25
25
26
26
If you intend for this containerized Splunk Enterprise deployment to be supported in your Enterprise Support Agreement, you must verify you meet all of the above "supported" requirements. Failure to do so will render your deployment in an "unsupported" state.
0 commit comments