Hi,
I load data from a rest api to elasticsearch via logstash.
first i create my index 'bookings'with mapping then i load the data using logstash.
the problem is when i view the datain discover i get error in the data type .
for example 'idhotel': 125478 ... in discover it is displayed 'idhotel: 125,478
ps: in the mapping I put 'idhotel' of type integer
any help please !