We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concisely describe the proposed feature A clear and concise description of what you want. For example,
I would like to add an input plugin to collect logs by SNMP protocol so that my network devices' logs will be collected.
Describe the solution you'd like (if any) A clear and concise description of what you want to achieve and implement. For example,
We can use the package github.com/gosnmp/gosnmp to act as an snmp server in a gesture to collect client logs.
github.com/gosnmp/gosnmp
Additional comments Add any other context or screenshots about the feature request here. For example, the ideal input and output logs.
The logs are supposed to have the following contents, e.g., {"_target_":"127.0.0.1","_field_":"DISMAN-EXPRESSION-MIB::sysUpTimeInstance","_oid_":".1.3.6.1.2.1.1.3.0","_type_":"TimeTicks","_content_":"10423593"}
The logs are supposed to have the following contents, e.g.,
{"_target_":"127.0.0.1","_field_":"DISMAN-EXPRESSION-MIB::sysUpTimeInstance","_oid_":".1.3.6.1.2.1.1.3.0","_type_":"TimeTicks","_content_":"10423593"}
The text was updated successfully, but these errors were encountered:
https://ilogtail.gitbook.io/ilogtail-docs/plugins/processor/native/processor-parse-timestamp-native 这个插件仍旧不能解决问题
Sorry, something went wrong.
@bbz525 预期输出里似乎没有时间戳相关的字段,可以再描述详细点吗?
No branches or pull requests
Concisely describe the proposed feature
A clear and concise description of what you want. For example,
Describe the solution you'd like (if any)
A clear and concise description of what you want to achieve and implement. For example,
Additional comments
Add any other context or screenshots about the feature request here.
For example, the ideal input and output logs.
The text was updated successfully, but these errors were encountered: