You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trend-micro-source.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
82
82
| name | String | Yes |`null`| Type a desired name of the source. The name must be unique per Collector. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_source`. |`"mySource"`|
83
83
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
84
84
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
85
-
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}`|
85
+
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the Collector or source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}`|
86
86
| apiBaseUrl | String | Yes |`null`| The base URL to fetch the data from the Trend Micro Vision One source. ||
87
87
| authToken | String | Yes |`null`| Client Authentication Token to be used in the API header. ||
88
88
| pollingInterval | integer | Yes |`15 minutes`| Time interval (in minutes) after which the source will check for new data. ||
0 commit comments