I fetched the data from the database using logstash.
Further I added a new field in the filter .
add_field => { "failure_reason_new" => "%{failure_reason}"}
}
However, I am unable to view the newly added field "failure_reason_new" in the available fields under the Visualization.
