|
1 | | -<!-- NOTICE: Do not edit this file manually.--> |
2 | | -<!-- This file is automatically generated by Elastic Package --> |
3 | | -<!-- This template can be used as a starting point for writing documentation for your new integration. For each section, fill in the details |
4 | | -described in the comments. |
| 1 | +### Test package with tags but without assets |
5 | 2 |
|
6 | | -Find more detailed documentation guidelines in https://www.elastic.co/docs/extend/integrations/documentation-guidelines |
7 | | ---> |
8 | | - |
9 | | -# Package with tags and without assets Integration for Elastic |
10 | | - |
11 | | -## Overview |
12 | | - |
13 | | -<!-- Complete this section with a short summary of what data this integration collects and what use cases it enables --> |
14 | | -The Package with tags and without assets integration for Elastic enables collection of ... |
15 | | -This integration facilitates ... |
16 | | - |
17 | | -### Compatibility |
18 | | - |
19 | | -<!-- Complete this section with information on what 3rd party software or hardware versions this integration is compatible with --> |
20 | | -This integration is compatible with ... |
21 | | - |
22 | | -### How it works |
23 | | - |
24 | | -<!-- Add a high level overview on how this integration works. For example, does it collect data from API calls or recieving data from a network or file.--> |
25 | | - |
26 | | -## What data does this integration collect? |
27 | | - |
28 | | -<!-- Complete this section with information on what types of data the integration collects, and link to reference documentation if available --> |
29 | | -The Package with tags and without assets integration collects log messages of the following types: |
30 | | -* ... |
31 | | - |
32 | | -### Supported use cases |
33 | | - |
34 | | -<!-- Add details on the use cases that can be enabled by using this integration. Explain why a user would want to install and use this integration. --> |
35 | | - |
36 | | -## What do I need to use this integration? |
37 | | - |
38 | | -<!-- List any vendor-specific prerequisites needed before starting to install the integration. --> |
39 | | - |
40 | | -## How do I deploy this integration? |
41 | | - |
42 | | -### Agent-based deployment |
43 | | - |
44 | | -Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](docs-content://reference/fleet/install-elastic-agents.md). You can install only one Elastic Agent per host. |
45 | | - |
46 | | -Elastic Agent is required to stream data from the syslog or log file receiver and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. |
47 | | - |
48 | | -<!-- If agentless is available for this integration, we'll want to include that here as well. --> |
49 | | -<!-- ### Agentless deployment |
50 | | -
|
51 | | -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. Agentless deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an agentless deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. |
52 | | -
|
53 | | -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) |
54 | | ---> |
55 | | - |
56 | | -### Onboard / configure |
57 | | - |
58 | | -<!-- List the steps that will need to be followed in order to completely set up a working inte completely set up a working integration. |
59 | | -For integrations that support multiple input types, be sure to add steps for all inputs. |
60 | | ---> |
61 | | - |
62 | | -### Validation |
63 | | - |
64 | | -<!-- How can the user test whether the integration is working? Including example commands or test files if applicable --> |
65 | | - |
66 | | -## Troubleshooting |
67 | | - |
68 | | -For help with Elastic ingest tools, check [Common problems](https://www.elastic.co/docs/troubleshoot/ingest/fleet/common-problems). |
69 | | - |
70 | | -<!-- Add any vendor specific troubleshooting here. |
71 | | -
|
72 | | -Are there common issues or “gotchas” for deploying this integration? If so, how can they be resolved? |
73 | | -If applicable, links to the third-party software’s troubleshooting documentation. |
74 | | ---> |
75 | | - |
76 | | -## Scaling |
77 | | - |
78 | | -For more information on architectures that can be used for scaling this integration, check the [Ingest Architectures](https://www.elastic.co/docs/manage-data/ingest/ingest-reference-architectures) documentation. |
79 | | - |
80 | | -<!-- Add any vendor specific scaling information here --> |
81 | | - |
82 | | -## Reference |
83 | | - |
84 | | -<!-- Repeat for each data stream of the current type --> |
85 | | -<!-- ### {Data stream name} |
86 | | -
|
87 | | -The `{data stream name}` data stream provides events from {source} of the following types: {list types}. |
88 | | -
|
89 | | -For each data_stream_name, include an optional summary of the datastream, the exported fields reference table and the sample event. --> |
90 | | - |
91 | | -<!-- The fields template function will be replaced by a generated list of all fields from the `fields/` directory of the data stream when building the integration. --> |
92 | | -<!-- |
93 | | -#### {data stream name} fields |
94 | | -
|
95 | | -To include a generated list of fields from the `fields/` directory, uncomment and use: |
96 | | -(Remove the spaces between curly braces when using) |
97 | | -{ { fields "data_stream_name" } } |
98 | | -
|
99 | | ---> |
100 | | - |
101 | | -<!-- The event template function will be replace by a sample event, taken from `sample_event.json`, when building this integration. --> |
102 | | -<!-- |
103 | | -
|
104 | | -To include a sample event from `sample_event.json`, uncomment and use: |
105 | | -(Remove the spaces between curly braces when using) |
106 | | -{ { event "data_stream_name" } } |
107 | | -
|
108 | | ---> |
109 | | - |
110 | | -### Inputs used |
111 | | - |
112 | | -<!-- All inputs used by this package will be automatically listed here. --> |
113 | | -These inputs can be used with this integration: |
114 | | -(Remove the spaces between curly braces when using) |
115 | | -{ { inputDocs } } |
116 | | - |
117 | | -### API usage |
118 | | - |
119 | | -<!-- For integrations that use APIs to collect data, document all the APIs that are used, and link to relevent information --> |
120 | | -These APIs are used with this integration: |
121 | | -* ... |
| 3 | +This package as a tags.yml file, but no asset where the tag can be applied. |
0 commit comments