[integration automatic-import] appending input.type to title (#189297)

Appending the input type to the title for better clarity during
configuration

Resolves https://github.com/elastic/kibana/issues/189207

<img width="816" alt="Screenshot 2024-07-26 at 10 46 26 AM"
src="https://github.com/user-attachments/assets/4c780cc5-7190-498c-b4ff-5633594dcb52">
This commit is contained in:
Kylie Meli 2024-07-26 13:12:37 -04:00 committed by GitHub
parent 73cb20d3a4
commit 77848e3521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ policy_templates:
inputs: {% for input in inputs %}
- type: {{ input.type }}
title: |
{{ input.title }}
{{ input.title }} : {{ input.type }}
description: |
{{ input.description }} {% endfor %}
owner: