CDF-T topics are indicated by:
com.tipoff.coredatafeed.telemetry.*
Example:
com.tipoff.coredatafeed.telemetry.MD_stats
The output format for CDF-T topics is custom and is created once the topic has been defined. Here is a basic sample message that could be published to a CDF-T topic for a Telegraf consumer:
{
"packets"
:
4419
,
"packets_1ms"
:
39000
,
"packet_bytes"
:
300492
,
"packet_bytes_1ms"
:
2652000
,
"msgs"
:
2908
,
"gaps"
:
0
,
"missed_msgs"
:
0
,
"oos_msgs"
:
2174
,
"wiretime"
:
6762.298830811555
,
"wiretime95"
:
7937.170676855715
,
"wiretime99"
:
9334.63735734971
,
"wiretime_min"
:
5398
,
"wiretime_max"
:
10783
,
"ip_conversations"
:
42
}
See Configuring CDF-T Topics later in this document for the steps necessary to configure this topic name in the VMX-Capture setup for CDF-T.