- JSON representation
- PcapStats
- ErrorInfo
- RUsage
- InputStatsEvent
- ContainerStats
- ContainerProcess
- MemStats
- DiskStats
- CpuStats
- NetworkStats
- LoadAvg
JSON representation |
---|
{ "start_time": string, "window_start_time": string, "last_successful_upload": string, "num_batches_dropped": integer, "num_batches_uploaded": integer, "bytes_uploaded": string, "bytes_before_compression": string, "bytes_after_compression": string, "num_upload_retries": integer, "collector_hostname": string, "collector_version": string, "bundle_version": string, "container_version": string, "num_batches_resized": integer, "num_input_dropped": integer, "compression_level": integer, "pcap_stats": { object ( |
Fields | |
---|---|
start_time |
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: |
window_start_time |
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: |
last_successful_upload |
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: |
num_batches_dropped |
|
num_batches_uploaded |
|
bytes_uploaded |
|
bytes_before_compression |
|
bytes_after_compression |
|
num_upload_retries |
|
collector_hostname |
|
collector_version |
|
bundle_version |
|
container_version |
|
num_batches_resized |
|
num_input_dropped |
|
compression_level |
|
pcap_stats |
|
last_failed_upload |
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: |
last_attempted_upload |
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: |
last_failed_status_code |
|
error_info[] |
|
rusage |
|
last_received_timestamp |
An object containing a list of |
local_logging_verbosity_level |
|
remote_logging_verbosity_level |
|
logs[] |
|
num_splunk_input_restarts |
|
max_splunk_latency_ms |
|
min_splunk_latency_ms |
|
num_splunk_query_attempts |
|
num_log_lines_discarded |
|
last_splunk_input_restart |
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: |
command_line_args |
|
batch_backlog_size_bytes |
An object containing a list of |
aggregated_batch_stats |
|
input_stats[] |
|
container_stats |
|
os |
|
os_version |
|
ingestion_latency |
|
upload_try_count |
|
config_hash |
|
auth_config_hash |
|
forwarder_id |
A base64-encoded string. |
semantic_version |
|
forwarder_id_persisted |
|
auto_update_enabled |
|
PcapStats
JSON representation |
---|
{ "packets_received": string, "no_room_dropped": string, "interface_dropped": string } |
Fields | |
---|---|
packets_received |
|
no_room_dropped |
|
interface_dropped |
|
ErrorInfo
JSON representation |
---|
{ "status_code": integer, "count": integer } |
Fields | |
---|---|
status_code |
|
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 |
|
InputStatsEvent
JSON representation |
---|
{ "id": string, "log_type": string, "input_type": string, "uploaded": { object ( |
Fields | |
---|---|
id |
|
log_type |
|
input_type |
|
uploaded |
|
backlog |
|
backlog_dropped |
|
regex_filter_dropped |
An object containing a list of |
output_stats |
An object containing a list of |
buffer_stats |
|
bytes_compressed |
|
bytes_uncompressed |
|
ContainerStats
JSON representation |
---|
{ "processes": [ { object ( |
Fields | |
---|---|
processes[] |
|
mem_stats |
|
disk_stats[] |
|
cpu_stats |
|
network_stats[] |
|
load_avg |
|
uptime |
|
ContainerProcess
JSON representation |
---|
{ "pid": integer, "ppid": integer, "executable": string } |
Fields | |
---|---|
pid |
|
ppid |
|
executable |
|
MemStats
JSON representation |
---|
{ "mem_total": string, "mem_used": string } |
Fields | |
---|---|
mem_total |
|
mem_used |
|
DiskStats
JSON representation |
---|
{ "name": string, "disk_total": string, "disk_used": string } |
Fields | |
---|---|
name |
|
disk_total |
|
disk_used |
|
CpuStats
JSON representation |
---|
{ "user": string, "nice": string, "system": string, "idle": string, "iowait": string, "irq": string, "soft_irq": string, "steal": string, "guest": string, "guest_nice": string, "total": string, "cpu_count": integer, "stat_count": integer } |
Fields | |
---|---|
user |
|
nice |
|
system |
|
idle |
|
iowait |
|
irq |
|
soft_irq |
|
steal |
|
guest |
|
guest_nice |
|
total |
|
cpu_count |
|
stat_count |
|
NetworkStats
JSON representation |
---|
{ "name": string, "rx_bytes": string, "tx_bytes": string } |
Fields | |
---|---|
name |
|
rx_bytes |
|
tx_bytes |
|
LoadAvg
JSON representation |
---|
{ "load_avg1": number, "load_avg5": number, "load_avg15": number } |
Fields | |
---|---|
load_avg1 |
|
load_avg5 |
|
load_avg15 |
|