service-agents (Analytics)
Syntax
service-agents {
agent-name {
inputs {
analytics {
parameters {
generate-tags value;
sample-frequency value;
sensors file-path;
}
}
input-ipfix {
parameters {
maximum-connections number;
tcp-port port-number;
vrf-name name;
}
}
input-jti-ipfix {
parameters {
record-group group-name {
record ipfix-record-name;
reporting-interval seconds;
}
}
}
}
outputs {
file {
parameters {
path file-path;
}
}
kafka {
parameters {
server ip-address;
topic topic-name;
encoding encoding-type;
}
}
output-ipfix {
parameters {
collector-address ip-address;
collector-ca-certificate file-path;
collector-certificate file-path;
collector-certificate-key file-path;
collector-connection-retry-interval seconds;
collector-tcp-port port-number;
collector-vrf-name vrf-name;
}
}
}
}
}
Hierarchy Level
[edit services analytics agent]
Description
Configure a network analytics service agent that uses input and output plug-ins to collect, transform, and forward network telemetry data.
The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.
Required Privilege Level
system
Release Information
Statement introduced in Junos OS Release 18.3R1.