Questions tagged as 'elasticsearch'

0
answers

How to make a script that fits all the files I want to insert in Elasticsearch?

I have several zip files on university courses that seem to be linked by an ID, which you can see here , and I want to put them in Elasticsearch. I know, thanks to this video and Logstach, how to prepare the presentation of a file, but do you...
asked by 02.05.2018 / 16:44
0
answers

MVC 4 + NEST (ElasticSearch)

I am using MVC 4 and would like to use NEST (ElasticSearch). Currently, to connect to ElasticSearch I am using RestSharp and I am sending this through POST to get results and I would like to know how to convert it to NEST. { "query": {...
asked by 19.04.2018 / 09:54
0
answers

MVC 4 + NEST (ElasticSearch) - ElasticClient

I am using MVC 4 and I am doing tests to use NEST (ElasticSearch). When I run the following code: var node = new Uri("miURI"); var settings = new ConnectionSettings( node ); NameValueCollection headerAuthorization = new NameV...
asked by 19.04.2018 / 10:42
0
answers

Error with java code in Elastic Searc 6.2

I am using the api client for java of elastic search and I try to make a query and it marks me this error:    Exception in thread "main" ElasticsearchStatusException [Elasticsearch   exception [type = parsing_exception, reason = [multi_match]...
asked by 07.04.2018 / 05:03
0
answers

Search in elasticsearch by number of aggregations

I'm painting a date_histogram with the data I have in elastic, the problem that I find myself with is that I need to give me back all the data I have according to some filters that I passed in the query grouped by interval, if not by an X number...
asked by 22.02.2018 / 11:45
0
answers

I do not receive the data in kibana

I am doing a project in which I interact with aws. I am sending some data to iot aws: {"location" : "6960,6960", "times" : "2017-04-30 18:22:55"} I send a structure like that and in the aws CLI I see that it arrives. Then I send it to...
asked by 02.05.2017 / 14:05
0
answers

What is the best way to index in Elasticsearch, through logstash or with PHP?

What is the best way in terms of performance (processor usage, memory, ease of use) of indexing documents in Elasticsearch, with logstash connecting via the jdbc driver to MySql or using a PHP script? Approximately a million ads are entering...
asked by 03.01.2017 / 21:48