Skip to content
New issue

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

align convert experience with other plugins #85

Open
kaisecheng opened this issue Feb 11, 2022 · 0 comments
Open

align convert experience with other plugins #85

kaisecheng opened this issue Feb 11, 2022 · 0 comments

Comments

@kaisecheng
Copy link
Contributor

logstash-filter-mutate and logstash-codec-csv have convert datatype function.
To convert an integer, both require to set

convert => {
  "fieldname" => "integer"
}

However, in logstash-filter-dissect, it uses "int" for integer and convert_datatype instead of convert

convert_datatype => {
  "fieldname" => "int"
}

To improve user experience, this issue request dissect to support "integer" config and rename convert_datatype to convert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant