- JSON representation
- PcapStats
- ErrorInfo
- RUsage
- LogEntryBatchMetrics
- InputStatsEvent
- OutputStatsEvent
- BufferStats
- ContainerStats
- ContainerProcess
- MemStats
- DiskStats
- CpuStats
- NetworkStats
- LoadAvg
JSON representation |
---|
{ "startTime": string, "windowStartTime": string, "lastSuccessfulUpload": string, "numBatchesDropped": integer, "numBatchesUploaded": integer, "bytesUploaded": string, "bytesBeforeCompression": string, "bytesAfterCompression": string, "numUploadRetries": integer, "collectorHostname": string, "collectorVersion": string, "bundleVersion": string, "containerVersion": string, "numBatchesResized": integer, "numInputDropped": integer, "compressionLevel": integer, "pcapStats": { object ( |
Fields | |
---|---|
startTime |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
windowStartTime |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastSuccessfulUpload |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
numBatchesDropped |
|
numBatchesUploaded |
|
bytesUploaded |
|
bytesBeforeCompression |
|
bytesAfterCompression |
|
numUploadRetries |
|
collectorHostname |
|
collectorVersion |
|
bundleVersion |
|
containerVersion |
|
numBatchesResized |
|
numInputDropped |
|
compressionLevel |
|
pcapStats |
|
lastFailedUpload |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastAttemptedUpload |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastFailedStatusCode |
|
errorInfo[] |
|
rusage |
|
lastReceivedTimestamp |
An object containing a list of |
localLoggingVerbosityLevel |
|
remoteLoggingVerbosityLevel |
|
logs[] |
|
numSplunkInputRestarts |
|
maxSplunkLatencyMs |
|
minSplunkLatencyMs |
|
numSplunkQueryAttempts |
|
numLogLinesDiscarded |
|
lastSplunkInputRestart |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
commandLineArgs |
|
batchBacklogSizeBytes |
An object containing a list of |
aggregatedBatchStats |
|
inputStats[] |
|
containerStats |
|
os |
|
osVersion |
|
ingestionLatency |
|
uploadTryCount |
|
configHash |
|
authConfigHash |
|
forwarderId |
A base64-encoded string. |
semanticVersion |
|
forwarderIdPersisted |
|
autoUpdateEnabled |
|
PcapStats
JSON representation |
---|
{ "packetsReceived": string, "noRoomDropped": string, "interfaceDropped": string } |
Fields | |
---|---|
packetsReceived |
|
noRoomDropped |
|
interfaceDropped |
|
ErrorInfo
JSON representation |
---|
{ "statusCode": integer, "count": integer } |
Fields | |
---|---|
statusCode |
|
count |
|
RUsage
JSON representation |
---|
{ "utime": string, "stime": string, "maxrss": string, "ixrss": string, "idrss": string, "isrss": string, "minflt": string, "majflt": string, "nswap": string, "inblock": string, "oublock": string, "msgsnd": string, "msgrcv": string, "nsignals": string, "nvcsw": string, "nivcsw": string } |
Fields | |
---|---|
utime |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
stime |
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
maxrss |
|
ixrss |
|
idrss |
|
isrss |
|
minflt |
|
majflt |
|
nswap |
|
inblock |
|
oublock |
|
msgsnd |
|
msgrcv |
|
nsignals |
|
nvcsw |
|
nivcsw |
|
LogEntryBatchMetrics
JSON representation |
---|
{ "sizeOfBatchesBytes": string, "numLogs": string, "numBatches": string } |
Fields | |
---|---|
sizeOfBatchesBytes |
|
numLogs |
|
numBatches |
|
InputStatsEvent
JSON representation |
---|
{ "id": string, "logType": string, "inputType": string, "uploaded": { object ( |
Fields | |
---|---|
id |
|
logType |
|
inputType |
|
uploaded |
|
backlog |
|
backlogDropped |
|
regexFilterDropped |
An object containing a list of |
outputStats |
An object containing a list of |
bufferStats |
|
bytesCompressed |
|
bytesUncompressed |
|
OutputStatsEvent
JSON representation |
---|
{ "name": string, "outputType": string, "uploaded": { object ( |
Fields | |
---|---|
name |
|
outputType |
|
uploaded |
|
backlog |
|
backlogDropped |
|
bufferStats |
|
BufferStats
JSON representation |
---|
{ "bufferType": string, "currentBufferUsedBytes": string, "bufferCeiling": string, "transmissionThreads": string, "lockWaitLatency": string } |
Fields | |
---|---|
bufferType |
|
currentBufferUsedBytes |
|
bufferCeiling |
|
transmissionThreads |
|
lockWaitLatency |
|
ContainerStats
JSON representation |
---|
{ "processes": [ { object ( |
Fields | |
---|---|
processes[] |
|
memStats |
|
diskStats[] |
|
cpuStats |
|
networkStats[] |
|
loadAvg |
|
uptime |
|
ContainerProcess
JSON representation |
---|
{ "pid": integer, "ppid": integer, "executable": string } |
Fields | |
---|---|
pid |
|
ppid |
|
executable |
|
MemStats
JSON representation |
---|
{ "memTotal": string, "memUsed": string } |
Fields | |
---|---|
memTotal |
|
memUsed |
|
DiskStats
JSON representation |
---|
{ "name": string, "diskTotal": string, "diskUsed": string } |
Fields | |
---|---|
name |
|
diskTotal |
|
diskUsed |
|
CpuStats
JSON representation |
---|
{ "user": string, "nice": string, "system": string, "idle": string, "iowait": string, "irq": string, "softIrq": string, "steal": string, "guest": string, "guestNice": string, "total": string, "cpuCount": integer, "statCount": integer } |
Fields | |
---|---|
user |
|
nice |
|
system |
|
idle |
|
iowait |
|
irq |
|
softIrq |
|
steal |
|
guest |
|
guestNice |
|
total |
|
cpuCount |
|
statCount |
|
NetworkStats
JSON representation |
---|
{ "name": string, "rxBytes": string, "txBytes": string } |
Fields | |
---|---|
name |
|
rxBytes |
|
txBytes |
|
LoadAvg
JSON representation |
---|
{ "loadAvg1": number, "loadAvg5": number, "loadAvg15": number } |
Fields | |
---|---|
loadAvg1 |
|
loadAvg5 |
|
loadAvg15 |
|