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
Note that it is best practice to use a separate profile when executing a scheduled task. This way, it is harder to
35
-
accidentally mess up your stored checkpoints by running `--use-checkpoint` in adhoc queries.
29
+
As a best practice, use a separate profile when executing a scheduled task. Using separate profiles can help prevent accidental updates to your stored checkpoints, for example, by adding `--use-checkpoint` to adhoc queries.
36
30
37
31
This query will send to the syslog server only the new security event data since the previous request.
38
32
@@ -101,7 +95,7 @@ The following tables map the data from the Code42 CLI to common event format (CE
101
95
102
96
### Attribute mapping
103
97
104
-
The table below maps JSON fields, CEF fields, and [Forensic Search fields](https://support.code42.com/Administrator/Cloud/Administration_console_reference/Forensic_Search_reference_guide)
98
+
The table below maps JSON fields, CEF fields, and [Forensic Search fields](https://code42.com/r/support/forensic-search-fields)
0 commit comments