|
| 1 | + |
| 2 | +# Service Info |
| 3 | + |
| 4 | +## Common use cases |
| 5 | +/* Common use cases that this will facilitate */ |
| 6 | + |
| 7 | +## Data types collected |
| 8 | +/* What types of data this integration can collect */ |
| 9 | + |
| 10 | +## Compatibility |
| 11 | +/* Information on the vendor versions this integration is compatible with or has been tested against */ |
| 12 | + |
| 13 | +## Scaling and Performance |
| 14 | +/* Vendor-specific information on what performance can be expected, how to set up scaling, etc. */ |
| 15 | + |
| 16 | +# Set Up Instructions |
| 17 | + |
| 18 | +## Vendor prerequisites |
| 19 | +/* Add any vendor specific prerequisites, e.g. "an API key with permission to access <X, Y, Z> is required" */ |
| 20 | + |
| 21 | +## Elastic prerequisites |
| 22 | +/* If there are any Elastic specific prerequisites, add them here |
| 23 | + The stack version and agentless support is not needed, as this can be taked from the manifest */ |
| 24 | + |
| 25 | +## Vendor set up steps |
| 26 | +/* List the specific steps that are needed in the vendor system to send data to Elastic. |
| 27 | + If multiple input types are supported, add instructions for each in a subsection */ |
| 28 | + |
| 29 | +## Kibana set up steps |
| 30 | +/* List the specific steps that are needed in Kibana to add and configure the integration to begin ingesting data */ |
| 31 | + |
| 32 | +# Validation Steps |
| 33 | +/* List the steps that are needed to validate the integration is working, after ingestion has started. |
| 34 | + This may include steps on the vendor system to trigger data flow, and steps on how to check the data is correct in Kibana dashboards or alerts. */ |
| 35 | + |
| 36 | +# Troubleshooting |
| 37 | +/* Add lists of "*Issue* / *Solutions*" for troubleshooting knowledge base into the most appropriate section below */ |
| 38 | + |
| 39 | +## Common Configuration Issues |
| 40 | +/* For generic problems such as "service failed to start" or "no data collected" */ |
| 41 | + |
| 42 | +## Ingestion Errors |
| 43 | +/* For problems that involve "error.message" being set on ingested data */ |
| 44 | + |
| 45 | +## API Authentication Errors |
| 46 | +/* For API authentication failures, credential errors, and similar */ |
| 47 | + |
| 48 | +## Vendor Resources |
| 49 | +/* If the vendor has a troubleshooting specific help page, add it here */ |
| 50 | + |
| 51 | +# Documentation sites |
| 52 | +/* List of URLs that contain info on the service (reference pages, set up help, API docs, etc. */ |
| 53 | + |
0 commit comments