forked from splunk/splunk-connect-for-syslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (58 loc) · 2.09 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Splunk Connect for Syslog
plugins:
- search
- include_dir_to_nav
extra:
version:
provider: mike
markdown_extensions:
- toc:
permalink: True
- smarty
- fenced_code
- sane_lists
- codehilite
- pymdownx.snippets
theme:
name: "material"
palette:
primary: "black"
accent: "orange"
favicon: "logo.png"
logo: "logo.png"
nav:
- Home: "index.md"
- Architectural Considerations: "architecture.md"
- Load Balancers: "lb.md"
- Getting Started:
- Read First: "gettingstarted/index.md"
- Splunk Setup: "gettingstarted/getting-started-splunk-setup.md"
- Runtime Configuration: "gettingstarted/getting-started-runtime-configuration.md"
- Quickstart Guide: "gettingstarted/quickstart_guide.md"
- Select Runtime:
- Podman + systemd: "gettingstarted/podman-systemd-general.md"
- Docker CE + systemd: "gettingstarted/docker-systemd-general.md"
- MicroK8s + Linux: "gettingstarted/k8s-microk8s.md"
- Docker Compose: "gettingstarted/docker-compose.md"
- Docker Desktop + Compose (MacOS): "gettingstarted/docker-compose-MacOS.md"
- Bring your own Envionment: "gettingstarted/byoe-rhel8.md"
- Docker&Podman offline installation: "gettingstarted/docker-podman-offline.md"
- Ansible:
- Docker Swarm: "gettingstarted/ansible-docker-swarm.md"
- Podman/Docker: "gettingstarted/ansible-docker-podman.md"
- mk8s: "gettingstarted/ansible-mk8s.md"
- Create a parser: "gettingstarted/create-parser.md"
- Configuration: "configuration.md"
- Development: "developing/index.md"
- Destinations: "destinations.md"
- Sources:
- Read First: "sources/index.md"
- Basic Onboarding: "sources/base"
- Known Vendors: "sources/vendor"
- Performance: "performance.md"
- Troubleshooting:
- SC4S Startup and Validation: "troubleshooting/troubleshoot_SC4S_server.md"
- SC4S Logging and Troubleshooting Resources: "troubleshooting/troubleshoot_resources.md"
- Experiments: "experiments.md"
- Upgrading SC4S: "upgrade.md"
- SC4S FAQ: "faq.md"