influxdata / telegraf

Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
https://influxdata.com/telegraf
MIT License
14.89k stars 5.6k forks source link

Needed more information about timestamp modifier for processing custom logstamps #2044

Closed dmitrysdm closed 8 years ago

dmitrysdm commented 8 years ago

I have two documents with information about custom log processing https://github.com/influxdata/telegraf/tree/master/plugins/inputs/logparser https://www.influxdata.com/telegraf-correlate-log-metrics-data-performance-bottlenecks/

now i have two kind of timestamp: 2016-10-25 11:50:21 ( from gpuz utility ) and 11/13/2016 00:00:17 ( from powershell script ) but have not sufficient information, how to set timestamp modifier for process my custom timestamps :(

sparrc commented 8 years ago

We try to reserve GitHub Issues for actionable bug reports or feature requests. Please send general questions to the influxdb@googlegroups.com mailing list or the #influxdb channel on Gopher Slack.

dmitrysdm commented 8 years ago

I ask about this question in influxdb slack group, but unsuccessfully. Now exist situation, when functional ready, but without documentation, nobody can use it :( Do you know contact, who responsible for logparser, i will ask him documentation. Thanks.