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

Apply new linter change (ordering facet attributes) #16667

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
44 changes: 22 additions & 22 deletions activemq/assets/logs/activemq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@ id: activemq
metric_id: activemq
backend_only: false
facets:
- name: URL Host
source: log
path: http.url_details.host
groups:
- groups:
- Web Access
- name: URL Path
name: URL Host
path: http.url_details.host
source: log
path: http.url_details.path
groups:
- groups:
- Web Access
- name: URL Port
name: URL Path
path: http.url_details.path
source: log
path: http.url_details.port
groups:
- groups:
- Web Access
- name: URL scheme
name: URL Port
path: http.url_details.port
source: log
path: http.url_details.scheme
groups:
- groups:
- Web Access
- name: Client IP
name: URL scheme
path: http.url_details.scheme
source: log
path: network.client.ip
groups:
- groups:
- Web Access
- name: User
name: Client IP
path: network.client.ip
source: log
path: system.user
groups:
- groups:
- System
- name: Action
name: User
path: system.user
source: log
path: system.action
groups:
- groups:
- System
name: Action
path: system.action
source: log
pipeline:
type: pipeline
name: ActiveMQ
Expand Down
8 changes: 4 additions & 4 deletions airflow/assets/logs/airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ id: airflow
metric_id: airflow
backend_only: false
facets:
- name: Filename
source: log
path: filename
groups:
- groups:
- Source Code
name: Filename
path: filename
source: log
pipeline:
type: pipeline
name: Airflow
Expand Down
32 changes: 16 additions & 16 deletions ambari/assets/logs/ambari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ id: ambari
metric_id: ambari
backend_only: false
facets:
- name: Thread Name
source: log
path: logger.thread_name
groups:
- groups:
- Source Code
- name: Client IP
name: Thread Name
path: logger.thread_name
source: log
path: network.client.ip
groups:
- groups:
- Web Access
- name: User Name
name: Client IP
path: network.client.ip
source: log
path: usr.name
groups:
- groups:
- User
- name: Ambari Service
name: User Name
path: usr.name
source: log
path: ambari.service
groups:
- groups:
- Ambari
- name: Action
name: Ambari Service
path: ambari.service
source: log
path: system.action
groups:
- groups:
- System
name: Action
path: system.action
source: log
pipeline:
type: pipeline
name: Ambari
Expand Down
68 changes: 34 additions & 34 deletions apache/assets/logs/apache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,61 @@ id: apache
metric_id: apache
backend_only: false
facets:
- name: Method
source: log
path: http.method
groups:
- groups:
- Web Access
- name: Status Code
name: Method
path: http.method
source: log
path: http.status_code
groups:
- groups:
- Web Access
- name: URL Host
name: Referer
path: http.referer
source: log
path: http.url_details.host
groups:
- groups:
- Web Access
- name: URL Path
name: Status Code
path: http.status_code
source: log
path: http.url_details.path
groups:
- groups:
- Web Access
- name: URL Port
name: URL Host
path: http.url_details.host
source: log
path: http.url_details.port
groups:
- groups:
- Web Access
- name: URL scheme
name: URL Path
path: http.url_details.path
source: log
path: http.url_details.scheme
groups:
- groups:
- Web Access
- name: Browser
name: URL Port
path: http.url_details.port
source: log
path: http.useragent_details.browser.family
groups:
- groups:
- Web Access
- name: Device
name: URL scheme
path: http.url_details.scheme
source: log
path: http.useragent_details.device.family
groups:
- groups:
- Web Access
- name: OS
name: Browser
path: http.useragent_details.browser.family
source: log
path: http.useragent_details.os.family
groups:
- groups:
- Web Access
- name: Client IP
name: Device
path: http.useragent_details.device.family
source: log
path: network.client.ip
groups:
- groups:
- Web Access
- name: Referer
name: OS
path: http.useragent_details.os.family
source: log
path: http.referer
groups:
- groups:
- Web Access
name: Client IP
path: network.client.ip
source: log
pipeline:
type: pipeline
name: Apache
Expand Down
20 changes: 10 additions & 10 deletions argocd/assets/logs/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ id: argocd
metric_id: argocd
backend_only: false
facets:
- name: GRPC Service
source: log
path: grpc.service
groups:
- groups:
- GRPC
- name: GRPC Method
name: GRPC Service
path: grpc.service
source: log
path: grpc.method
groups:
- groups:
- GRPC
- name: GRPC Code
name: GRPC Method
path: grpc.method
source: log
path: grpc.code
groups:
- groups:
- GRPC
name: GRPC Code
path: grpc.code
source: log
pipeline:
type: pipeline
name: Argo CD
Expand Down
Loading
Loading