Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Kit: synology #126

Open
kris-watts-gravwell opened this issue Jul 21, 2023 · 0 comments
Open

New Kit: synology #126

kris-watts-gravwell opened this issue Jul 21, 2023 · 0 comments
Labels
03 - Low low priority 05 - feature new feature that does not currently exist 14 - customer request change requested by customer

Comments

@kris-watts-gravwell
Copy link
Contributor

New kit request from discord user.

Here is the log format:

if [type] == "Synology" {
                        grok {
                            match => { "message" => [
                              "^<%{POSINT:syslog_pri}>%{SYSLOGTIMESTAMP:syslog_timestamp} %{HOSTNAME:host_title} WinFileService Event: %{WORD:action}, Path: %{GREEDYDATA:path}, File/Folder: %{WORD:path_type}, Size: %{BASE10NUM:file_size} %{WORD:file_size_unit}, User: %{USERNAME:username}, IP: %{IP:src_ip}",
                              "^<%{POSINT:syslog_pri}>%{SYSLOGTIMESTAMP:syslog_timestamp} %{HOSTNAME:host_title} Connection: User [%{USERNAME:username}] from [%{HOSTNAME:Equipment}(%{IP:src_ip})] via [%{DATA:Protocol}] %{GREEDYDATA:Message} [%{DATA:shared_folder}]",
                              "^<%{POSINT:syslog_pri}>%{SYSLOGTIMESTAMP:syslog_timestamp} %{HOSTNAME:host_title} Connection: User [(%{USERNAME:username})?] from [%{IP:src_ip}] %{GREEDYDATA:Message}",
                              "^<%{POSINT:syslog_pri}>%{SYSLOGTIMESTAMP:syslog_timestamp} %{HOSTNAME:hosttitle} <span class="tr" id="tr_0" data-source="" data-orig="Connection">Connection</span>[%{INT:Id_proc}]: SYSTEM: %{GREEDYDATA:Message}",
                              "^<%{POSINT:syslog_pri}>%{SYSLOGTIMESTAMP:syslog_timestamp} %{HOSTNAME:host_title} System %{USERNAME:username}: %{GREEDYDATA:Message}"
@kris-watts-gravwell kris-watts-gravwell added 05 - feature new feature that does not currently exist 14 - customer request change requested by customer 03 - Low low priority labels Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 - Low low priority 05 - feature new feature that does not currently exist 14 - customer request change requested by customer
Projects
None yet
Development

No branches or pull requests

1 participant