Hello Developer, I have some issue for ask you all
I tried to get field
%{NUMBER:linenr:int}
This is the results
![]()
At add_field
mutate{
add_field => {
"linenrMeassage" => "%{fact_or_dim}: %{linenr} rows loaded" }
}
This is the results

at lineMessage I want %{linenr} with comma-seperator
PS. I tried to do this result but it's not working and I also
convert => {"linenr" => "integer"}
It's not working too
Help me please
Regards



.