Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update: minor changes for CI
  • Loading branch information
manan-crest committed Jan 2, 2026
commit eed91364a470ded7a51e68072e1dfa3dc2c2e1a4
2 changes: 1 addition & 1 deletion .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ integration/cisco_duo:
integration/cisco_sdwan:
- cisco_sdwan/**/*
integration/cisco_secure_client:
- cisco_secure_email_threat_defense/**/*
- cisco_secure_client/**/*
integration/cisco_secure_email_threat_defense:
- cisco_secure_email_threat_defense/**/*
integration/cisco_secure_endpoint:
Expand Down
12 changes: 6 additions & 6 deletions cisco_secure_client/assets/logs/cisco-secure-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,23 @@ facets:
- facetType: range
groups:
- Web Access
name: Received Byte
name: Network Bytes Read
path: network.bytes_read
source: log
type: integer
type: double
unit:
name: byte
family: bytes
name: byte
- facetType: range
groups:
- Web Access
name: Sent Byte
name: Bytes Written
path: network.bytes_written
source: log
type: integer
type: double
unit:
name: byte
family: bytes
name: byte
- groups:
- User
name: User Name
Expand Down
Loading