Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add webserver and slack#113

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
saltar-ua merged 1 commit intoUncoderIO:mainfromrm-socprime:webservers_slack
May 28, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
platform: Palo Alto XSIAM
source: apache_httpd


default_log_source:
dataset: apache_httpd_raw

field_mapping:
c-uri: xdm.network.http.url
c-useragent: xdm.source.user_agent
cs-method: xdm.network.http.method
cs-bytes: xdm.target.sent_bytes
c-uri-query: xdm.network.http.url
cs-referrer: xdm.network.http.referrer
sc-status: xdm.network.http.response_code
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
platform: Palo Alto XSIAM
source: apache_tomcat


default_log_source:
dataset: apache_tomcat_raw

field_mapping:
c-uri: xdm.network.http.url
c-useragent: User_agent
cs-method: xdm.network.http.method
cs-bytes: xdm.target.sent_bytes
sc-status: xdm.network.http.response_code
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
platform: Palo Alto XSIAM
source: nginx_nginx


default_log_source:
dataset: nginx_nginx_raw

field_mapping:
c-uri: xdm.network.http.url
c-useragent: User_agent
cs-method: xdm.network.http.method
cs-bytes: xdm.target.sent_bytes
c-uri-query: xdm.network.http.url
cs-referrer: xdm.event.description
sc-status: xdm.network.http.response_code
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
platform: Palo Alto XSIAM
source: slack_slack_raw


default_log_source:
dataset: slack_slack_raw

field_mapping:
c-action: xdm.event.operation
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
platform: Palo Alto XSIAM
source: webserver

default_log_source:
dataset: [apache_tomcat_raw, nginx_nginx_raw, apache_tomcat_raw]

field_mapping:
c-uri: xdm.network.http.url
c-useragent: xdm.source.user_agent
cs-method: xdm.network.http.method
cs-bytes: xdm.target.sent_bytes
c-uri-query: xdm.network.http.url
cs-referrer: xdm.network.http.referrer
sc-status: xdm.network.http.response_code

[8]ページ先頭

©2009-2025 Movatter.jp