blob: d75b32d88313e409240ea2f733a528ae15233496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[% if entry.integration_type == 'collector' %]
[% include 'overview/collector.md' %]
[% elif entry.integration_type == 'exporter' %]
[% include 'overview/exporter.md' %]
[% elif entry.integration_type == 'agent_notification' %]
[% include 'overview/notification.md' %]
[% elif entry.integration_type == 'authentication' %]
[% include 'overview/authentication.md' %]
[% elif entry.integration_type == 'logs' %]
[% include 'overview/logs.md' %]
[% endif %]
|