Skip to content

Commit 98816a5

Browse files
docs: add disclaimer for o11y (#1263)
* docs: add disclaimer for sim * docs: update * docs: move Splunk Requirements one level up
1 parent ae117d6 commit 98816a5

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

charts/splunk-connect-for-snmp/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ splunk:
105105

106106
sim:
107107
# Enables sending data to Splunk Observability/SignalFx.
108+
109+
# WARNING:
110+
# The Splunk Observability Cloud integration (`sim`) is experimental. Effective use depends on well‑curated SNMP profiles whose metric names, types, and dimensions align with Splunk Observability data model expectations. Profiles not tailored may produce superfluous metrics. Validate and refine profiles in controlled environments before enabling sim.enabled: true for broader use; otherwise keep it disabled. Future releases may change configuration behavior.
111+
# In order to use it, you must set `enabled` flag in `values.yaml` to `true`
108112
enabled: false
109113
# Splunk Observability org access token.
110114
# Required for Splunk Observability (if `realm` is specified).

docs/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ show the status of SC4SNMP tasks.
2121
!!! info
2222
Dashboard is compatible starting from version **1.11.0** and requires the `logLevel` set at least to **INFO**.
2323

24-
1. [Create metrics index](microk8s/splunk-requirements.md#requirements-for-splunk-enterprise-or-enterprise-cloud) in Splunk.
24+
1. [Create metrics index](splunk-requirements.md#requirements-for-splunk-enterprise-or-enterprise-cloud) in Splunk.
2525
2. Enable metrics logging for your runtime:
2626
* For Kubernetes install [Splunk OpenTelemetry Collector for K8S](microk8s/sck-installation.md)
2727
* For Docker Compose use [Splunk logging driver for docker](dockercompose/9-splunk-logging.md)

docs/microk8s/configuration/sim-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# OTEL and Splunk Observability Cloud configuration
22

3-
Splunk OpenTelemetry Collector is a component that provides an option to send metrics to Splunk Observability Cloud.
4-
In order to use it, you must set `enabled` flag in `values.yaml` to `true`:
3+
!!!warning
4+
The Splunk Observability Cloud integration (`sim`) is experimental. Effective use depends on well‑curated SNMP profiles whose metric names, types, and dimensions align with Splunk Observability data model expectations. Profiles not tailored may produce superfluous metrics. Validate and refine profiles in controlled environments before enabling sim.enabled: true for broader use; otherwise keep it disabled. Future releases may change configuration behavior.
5+
Splunk OpenTelemetry Collector is a component that provides an option to send metrics to Splunk Observability Cloud.
56

67
```yaml
78
sim:
8-
# sim must be enabled if you want to use SignalFx
9+
# sim must be enabled if you want to use Splunk Observability Cloud
910
enabled: true
1011
```
1112

docs/microk8s/configuration/values-params-description.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Detailed documentation about configuring UI can be found in [Enable GUI](../gui/
4747

4848
Detailed documentation about configuring sim can be found in [Splunk Infrastructure Monitoring](sim-configuration.md).
4949

50+
!!!warning
51+
The Splunk Observability Cloud integration (`sim`) is experimental. Effective use depends on well‑curated SNMP profiles whose metric names, types, and dimensions align with Splunk Observability data model expectations. Profiles not tailored may produce superfluous metrics. Validate and refine profiles in controlled environments before enabling sim.enabled: true for broader use; otherwise keep it disabled. Future releases may change configuration behavior.
52+
Splunk OpenTelemetry Collector is a component that provides an option to send metrics to Splunk Observability Cloud.
53+
54+
5055
| Variable | Description | Default |
5156
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|---------|
5257
| `enabled` | Enables sending data to Splunk Observability Cloud/ SignalFx | `false` |
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ See the following prerequisites for the Splunk Connect for SNMP.
1414
* netops (event type)
1515

1616
> **_Note:_** `netmetrics` and `netops` are the default names of SC4SNMP indexes. You can use the index names of your choice and
17-
> reference it in the `values.yaml` file later on. See [SC4SNMP Parameters](sc4snmp-installation.md#configure-splunk-enterprise-or-splunk-cloud-connection) for details.
17+
> reference it in the `values.yaml` file later on. See [SC4SNMP Parameters](microk8s/sc4snmp-installation.md#configure-splunk-enterprise-or-splunk-cloud-connection) for details.
1818
1919
2. Create or obtain a new Splunk HTTP Event Collector token and the correct HTTPS endpoint.
2020
3. Verify the token using [curl](https://docs.splunk.com/Documentation/Splunk/8.1.3/Data/FormateventsforHTTPEventCollector). The endpoint must use a publicly trusted certificate authority.
2121
4. Use the shared IP address for SNMP traps. Simple and POC deployments will use the same IP address as the host server. For an HA deployment, use the management interface and the IP address of each cluster member.
2222
5. Obtain the IP address of an internal DNS server that can resolve the Splunk Endpoint.
2323

24-
### Requirements (Splunk Infrastructure Monitoring)
24+
### Requirements for Splunk Infrastructure Monitoring
25+
26+
!!!warning
27+
The Splunk Observability Cloud integration is experimental. Effective use depends on well‑curated SNMP profiles whose metric names, types, and dimensions align with Splunk Observability data model expectations. Profiles not tailored may produce superfluous metrics. Future releases may change configuration behavior.
2528

2629
Obtain the following from your Splunk Observability Cloud environment:
2730

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nav:
4545
- High-level design: "architecture/design.md"
4646
- Infrastructure Planning: "architecture/planning.md"
4747
- Getting Started with Docker Compose:
48+
- Splunk Requirements: "splunk-requirements.md"
4849
- Install Docker: "dockercompose/1-install-docker.md"
4950
- Download package: "dockercompose/2-download-package.md"
5051
- Inventory configuration: "dockercompose/3-inventory-configuration.md"
@@ -57,7 +58,7 @@ nav:
5758
- Enable IPv6: "dockercompose/10-enable-ipv6.md"
5859
- Getting Started with Microk8s:
5960
- Installation:
60-
- Splunk Requirements: "microk8s/splunk-requirements.md"
61+
- Splunk Requirements: "splunk-requirements.md"
6162
- Platform Microk8s: "microk8s/mk8s/k8s-microk8s.md"
6263
- Install Splunk OpenTelemetry Collector for Kubernetes: "microk8s/sck-installation.md"
6364
- Install SC4SNMP: "microk8s/sc4snmp-installation.md"

0 commit comments

Comments
 (0)