Hi,
I have one property is coming from filebeat.
fields{
properties{
ID:String
}
}
i am trying to change the ID field to integer but it is giving error.
I tried mutate with fields.ID and "[fields][ID]" but the data type is not changing.
Can someone please proivde inputs on this.