Hi ,
I have ingested data to the ElasticSearch and the index formed has a particular filed marked as String as it was earlier saved as "pass"/"fail".
However, later the implementation changed and we decided to ingest it as Number 1/0 instead of "pass"/"fail".Now when I tried creating visualization in Kibana its not working due to conflicts, so I deleted all the Indexes which had the data as String for the column and kept only those Indexes which had number for the field.Even after doing so, a newly created Index which is getting Integer for the Field, the filed is shown as String in the Kibana instead of Number.
Could you please convey how to make this field appear as Number instead of String in Kibana.