| 1 | [% if entry.integration_type == 'collector' %] |
| 2 | [% include 'overview/collector.md' %] |
| 3 | [% elif entry.integration_type == 'secretstore' %] |
| 4 | [% include 'overview/secretstore.md' %] |
| 5 | [% elif entry.integration_type == 'exporter' %] |
| 6 | [% include 'overview/exporter.md' %] |
| 7 | [% elif entry.integration_type == 'agent_notification' %] |
| 8 | [% include 'overview/notification.md' %] |
| 9 | [% elif entry.integration_type == 'authentication' %] |
| 10 | [% include 'overview/authentication.md' %] |
| 11 | [% elif entry.integration_type == 'logs' %] |
| 12 | [% include 'overview/logs.md' %] |
| 13 | [% elif entry.integration_type == 'flows' %] |
| 14 | [% include 'overview/flows.md' %] |
| 15 | [% elif entry.integration_type == 'service_discovery' %] |
| 16 | [% include 'overview/service_discovery.md' %] |
| 17 | [% endif %] |