-
Automatic mapping not supported for Elasticsearch
I'm using a connection to my ElasticSearch cluster to write some of my datasets into index. If I use the default mapping , the types of the schema are well mapped (date into date, string into text, integer into long, boolean) but text have not keyword subfield. I know I can generate for ext field the keyword subfield by…
-
Where is Elasticsearch Dataset?
Hi, I already create a connection to elasticsearch, but when I try to create a dataset,there is no option for elasticsearch, am I missing something. I was not able to connect to MSSQL, I get the following error message: Connection failed, driver problem: Failed to load JDBC driver…
-
How to index Geopoints values into Elasticsearch
Hi again :) I'm trying to play with geozip processor and with elasticsearch / Kibana. My sample contains two columns "zipcode,country" and the geozip processor generates me a third column with a Geopoint value (that processor is perfect!) . I also added an other string column which is the concatenation of latitude and…
-
How can I read Elastic Search log data in DSS 2.0?