Hi,
Added the below configuration in logstash
mutate {
add_field => ["temp", "Adapter Name: %{adaptername}
Records Imported: %{records}
Records Failed: %{[failedrecords][1]} "]
i would like to display the text like below
Adapter Name: ad1
Records Read:10
Records Failed: 10
each in new line.
Please let me know the solution. Thanks you for the help!