Hello,
I want to take the survey data from LimeSurvey and import it into ElasticSearch in order to be able to analyze/visualize it with Kibana later.
Could you point me to any examples / best practicies of working with such a data in ES context?
I do not have any problems to load the data into ES. But what will be the best data structure to use?
I have found this article from 2014: https://www.elastic.co/blog/logstash-user-survey-results But unfortunately the link to the raw results is broken - return 100+ bytes which is gzipped text file with 404 error.
Thanks in advance for any hints!