메트릭
수집 및 알러트 메트릭 측정을 위한 Panther API 사용자 데이터
개요
totalBytesIngested 대 totalBytesProcessed
totalBytesIngested 대 totalBytesProcessed일반적인 메트릭 작업
# `GetMetrics`는 작업의 별칭입니다. 관심이 없는
# 필드/정보는 생략하고 원하는 항목만 쿼리할 수 있습니다
query GetMetrics {
metrics(input: {
fromDate: "2021-01-01T00:00:00Z"
toDate: "2021-12-31T23:59:59Z"
}) {
alertsPerSeverity {
label
값
breakdown
}
alertsPerRule {
label
값
entityId
}
eventsProcessedPerLogType {
label
값
breakdown
}
bytesProcessedPerSource {
label
값
breakdown
}
latencyPerLogType {
label
값
}
bytesIngestedPerSource {
label
값
}
bytesQueriedPerSource {
label
값
breakdown
}
totalAlerts
totalBytesIngested
totalBytesProcessed
totalBytesQueried
totalEventsProcessed
}
}종단 간 예제
Panther의 로그 메트릭 가져오기
마지막 업데이트
도움이 되었나요?

