def _prepare_timefield(self, read_stream):
     return convert_epoch_to_iso(read_stream, "MemoryUsage.ts", "@timestamp")
Exemplo n.º 2
0
 def _prepare_timefield(self, data_stream):
     return convert_epoch_to_iso(data_stream, "WiFiStats.ts", "@timestamp")
Exemplo n.º 3
0
 def _prepare_timefield(self, data_stream):
     return convert_epoch_to_iso(data_stream, "ErrorReport.ts",
                                 "@timestamp")
Exemplo n.º 4
0
 def _prepare_timefield(self, data_stream):
     """
     Convert to appropriate timestamp type
     :param data_stream: input stream
     """
     return convert_epoch_to_iso(data_stream, "timestamp", "@timestamp")
Exemplo n.º 5
0
 def _prepare_timefield(self, data_stream):
     return convert_epoch_to_iso(data_stream, "NetConfiguration.ts",
                                 "@timestamp")
 def _prepare_timefield(self, data_stream):
     return convert_epoch_to_iso(data_stream, "GraphicsMemoryUsage.ts",
                                 "@timestamp")
 def _prepare_timefield(self, read_stream):
     return convert_epoch_to_iso(read_stream, "ApplicationsReport.ts",
                                 "@timestamp")
 def _prepare_timefield(self, read_stream):
     return convert_epoch_to_iso(read_stream, "AMSLiveViewingReport.ts",
                                 "@timestamp")
 def _prepare_timefield(self, read_stream):
     return convert_epoch_to_iso(read_stream, "EthernetStats.ts",
                                 "@timestamp")