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
Fix get mappings view API incorrectly returning ecs path (#867)
* add logic and integ tests to not add duplicate to log-types-config index
Signed-off-by: Joanne Wang <[email protected]>
* change naming for existingFieldMapping and change contains to equals
Signed-off-by: Joanne Wang <[email protected]>
---------
Signed-off-by: Joanne Wang <[email protected]>
(cherry picked from commit 25f6c50)
" definition: 'Requirements: install and apply the RPC Firewall to all processes with \"audit:true action:block uuid:df1941c5-fe89-4e79-bf10-463657acf44d or c681d488-d850-11d0-8c52-00c04fd90f7e'\n" +
282
+
"detection:\n" +
283
+
" selection:\n" +
284
+
" eventName: testinghere\n" +
285
+
" condition: selection\n" +
286
+
"falsepositives:\n" +
287
+
" - Legitimate usage of remote file encryption\n" +
288
+
"level: high";
289
+
}
290
+
262
291
publicstaticStringrandomRuleWithNotCondition() {
263
292
return"title: Remote Encrypting File System Abuse\n" +
0 commit comments