-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DDSaaS: LastPass: Dashboard Image & Log Pipeline modified (#18780)
* Lastpass Crawler integration without Assets * README file modified * Lastpass Crawler integration with assets * Resolved assets error by adding results * Images resolution corrected * Dummy commit to re-run checks * Pipeline re-formatted and dashboard links removed. * Updated pipeline results to resolve logs * Pipeline test comments removed & SVG file added * Review feedbacks incorporated * Typo corrected * Added grok parser for vault item activity logs and related tests * Resolved pipeline tests check failures * Corrected a grok parser query * title and source_type_name changed to natural case * Updated dashboard images * display on public website set to false * modified dashboard image * quote added in matchrules. * sample added * test result added --------- Co-authored-by: Thibault Krebs <[email protected]> Co-authored-by: Mauneel Sorathia <[email protected]> Co-authored-by: Raj Shah <[email protected]>
- Loading branch information
1 parent
725e35e
commit 4a76ba6
Showing
4 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ pipeline: | |
samples: | ||
- Testing_data | ||
- "VID: 8931324857103585383 to Testing_data" | ||
- "'Testing_data' '[email protected]' 'Read only:no Admin:yes Hide PW:yes" | ||
- "'Testing_data' '[email protected]' 'Read only:no Admin:yes Hide PW:yes'" | ||
- "'Testing_data' '[email protected]'" | ||
- "VID: 4364210409355695795" | ||
grok: | ||
|
@@ -149,7 +149,7 @@ pipeline: | |
\'%{notSpace:shared_folder.modified_user}\' \'Read | ||
only\:%{word:shared_folder.permissions.read_only} | ||
Admin\:%{word:shared_folder.permissions.is_admin} Hide | ||
PW\:%{word:shared_folder.permissions.hide_password} | ||
PW\:%{word:shared_folder.permissions.hide_password}\' | ||
move_to VID\: %{numberStr:shared_folder.VID} to %{greedyData:shared_folder.name} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -526,4 +526,44 @@ tests: | |
"timestamp" : 1.722921377E12 | ||
} | ||
tags: | ||
- "source:LOGS_SOURCE" | ||
- "source:LOGS_SOURCE" | ||
- sample: |- | ||
{ | ||
"Action" : "Update folder permissions", | ||
"Username" : "[email protected]", | ||
"Time" : "2024-08-06 05:16:17", | ||
"Data" : "'SF5' '[email protected]' 'Read only:yes Admin:yes Hide PW:yes'", | ||
"IP_Address" : "10.10.10.10", | ||
"timestamp" : 1.722921377E12 | ||
} | ||
result: | ||
custom: | ||
Data: "'SF5' '[email protected]' 'Read only:yes Admin:yes Hide PW:yes'" | ||
Time: "2024-08-06 05:16:17" | ||
evt: | ||
name: "Update folder permissions" | ||
network: | ||
client: | ||
geoip: {} | ||
ip: "10.10.10.10" | ||
shared_folder: | ||
modified_user: "[email protected]" | ||
name: "SF5" | ||
permissions: | ||
hide_password: "yes" | ||
is_admin: "yes" | ||
read_only: "yes" | ||
timestamp: 1.722921377E12 | ||
usr: | ||
name: "[email protected]" | ||
message: |- | ||
{ | ||
"Action" : "Update folder permissions", | ||
"Username" : "[email protected]", | ||
"Time" : "2024-08-06 05:16:17", | ||
"Data" : "'SF5' '[email protected]' 'Read only:yes Admin:yes Hide PW:yes'", | ||
"IP_Address" : "10.10.10.10", | ||
"timestamp" : 1.722921377E12 | ||
} | ||
tags: | ||
- "source:LOGS_SOURCE" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.