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/contributing/templates/c2c-source-and-app.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
21
21
22
22
\Introduction\
23
23
24
-
The {{source name}} collects {{data/event types}} from {{source of origin}}.
24
+
The `{{source name}}` collects `{{data/event types}}` from `{{source of origin}}`.
25
25
26
26
Example: The Microsoft Graph Security API Source provides a secure endpoint to consume alerts from the Microsoft Graph Security API endpoint. It securely stores the required authentication, scheduling, and state tracking information. One threat event is reported for each affected device.
27
27
28
-
The Sumo Logic app for {{app name}} enables you to track {{What the app does}}.
28
+
The Sumo Logic app for `{{app name}}` enables you to track `{{What the app does}}`.
29
29
30
30
Example: The Sumo Logic app for Asana enables you to track user sign in activities, detect data access and export, and identify changes to security settings and user roles.
31
31
32
-
{{Key features of the app}}
32
+
`{{Key features of the app}}`
33
33
34
34
\Depending on the availability in the Fed, add the below note.\
35
35
@@ -43,7 +43,7 @@ This source is **not** yet available in the [Fed deployment](/docs/api/getting-s
43
43
44
44
| Polling Interval | Data |
45
45
| :--- | :--- |
46
-
| {{Polling time in minutes}} | {{Data sources}} |
46
+
|`{{Polling time in minutes}}`|`{{Data sources}}`|
@@ -113,7 +113,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
113
113
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
114
114
| 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"`
115
115
| 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"}`|
0 commit comments