Skip to content

Commit e311141

Browse files
authored
docs: added overview hook (#254)
1 parent 00b1101 commit e311141

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@ This module deploys the following observability agents to a Red Hat OpenShift Co
1313
- Logging agent
1414
- Monitoring agent
1515

16-
17-
## Usage
16+
<!-- Below content is automatically populated via pre-commit hook -->
17+
<!-- BEGIN OVERVIEW HOOK -->
18+
## Overview
19+
* [terraform-ibm-observability-agents](#terraform-ibm-observability-agents)
20+
* [Examples](./examples)
21+
* [Deploy basic observability agents](./examples/basic)
22+
* [Contributing](#contributing)
23+
<!-- END OVERVIEW HOOK -->
24+
25+
## terraform-ibm-observability-agents
26+
### Usage
1827

1928
```hcl
2029
# ############################################################################
@@ -71,7 +80,7 @@ module "observability_agents" {
7180
}
7281
```
7382

74-
## Configuration for Kubernetes metadata filtering in the logging agent
83+
### Configuration for Kubernetes metadata filtering in the logging agent
7584

7685
You can configure the logging agent to filter log lines according to the Kubernetes resources metadata by setting the exclusion and inclusion parameters.
7786

@@ -93,7 +102,7 @@ The following is the corresponding DaemonSet configuration:
93102

94103
For more information, see [Configuration for Kubernetes Metadata Filtering](https://github.com/logdna/logdna-agent-v2/blob/3.8/docs/KUBERNETES.md#configuration-for-kubernetes-metadata-filtering).
95104

96-
## Required IAM access policies
105+
### Required IAM access policies
97106
You need the following permissions to run this module.
98107

99108
- IAM Services
@@ -111,11 +120,6 @@ You need the following permissions to run this module.
111120
- `Manager` service access
112121

113122
<!-- END MODULE HOOK -->
114-
<!-- BEGIN EXAMPLES HOOK -->
115-
## Examples
116-
117-
- [ Deploy basic observability agents](examples/basic)
118-
<!-- END EXAMPLES HOOK -->
119123
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
120124
### Requirements
121125

0 commit comments

Comments
 (0)