Make all columns not analyzed when i give jdbc input by logstash

Hi All,

I am using jdbc-input for logstash.By using this jdbc-input i am able to create index and i am able to load data into elastic search.

But when i open this index in kibana to analyse getting issue that columns are analyzed.

Can you please suggest me how can i make all columns not analyzed.I am using jdbc input for logstash.

Thanks in Advance.

Regards,
Dinesh

By default, Logstash's Elasticsearch output plugin sets a specific mapping for its logstash-* indices.

By default, all fields of type string (e.g. FIELD) will be accompanied by an unanalyzed field called FIELD.raw.

search for those fields from within Kibana