I am getting the value of a field name "fcs" through pattern but i want this to be in integer format, but when i open settings in kibana, it says this field has string type. Can anyone tell how to resolve this issue ?
Pattern =>
%{DATA}fcs-errors-stat%{DATA}%{SPACE}uint64_value: %{NUMBER:fcs:int}
my input =>
fields {
name: "fcs-errors-stat"
fields {
name: "data"
uint64_value: 0
}