I think I wrote that it’s a bad idea to use CURL on windows as it’s not the same implementation you can find on all other platforms. The question here is about how to use CURL on windows not on elasticsearch itself. I would suggest reading http://curl.haxx.se/docs/manual.html <http://curl.haxx.se/docs/manual.html>
Again, use something like Marvel / sense or any other REST tool which can run in your browser. -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr <https://twitter.com/elasticsearchfr> | @scrutmydocs <https://twitter.com/scrutmydocs> > Le 27 févr. 2015 à 10:21, jan99 <[email protected]> a écrit : > > Hi ! > > i look to > http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-search.html#search-search > > <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-search.html#search-search> > on my win7 64bit-machine and become for example this messages: > > C:\curl>curl -XGET 'http://localhost:9200/_all/tweet/_search?q=ta > curl: (1) Protocol 'http not supported or disabled in libcurl > C:\curl>curl -XGET 'http://localhost:9200/_search?q=tag:wow' > curl: (1) Protocol 'http not supported or disabled in libcurl > > yesterday i make following calls: > > C:\curl>curl http://localhost:9200/_stats/indexes\?pretty\=1 > <http://localhost:9200/_stats/indexes/?pretty\=1> > {"_shards":{"total":19,"successful":14,"failed":0},"_all":{"primaries":{},"total > ":{}},"indices":{"eblwiki-eblw__content_first":{"primaries":{},"total":{}},"eblw > iki-eblw__general_first":{"primaries":{},"total":{}},"mw_cirrus_versions":{"prim > aries":{},"total":{}},"places":{"primaries":{},"total":{}}}} > > C:\curl>curl http://localhost:9200/_cat/indices > <http://localhost:9200/_cat/indices> > yellow open places 5 1 2 0 9.2kb 9.2kb > green open eblwiki-eblw__general_first 4 0 2780 386 8mb 8mb > green open eblwiki-eblw__content_first 4 0 394 30 7.8mb 7.8mb > green open mw_cirrus_versions 1 0 2 0 3.4kb 3.4kb > > looks good or what is your opinion? > > by the way i have an other idea - did elasticsearch needs special permissons > for update the indizies? > > reagards Jan > > > > > Am Donnerstag, 26. Februar 2015 11:47:27 UTC+1 schrieb jan99: > Hi ! > > my elasticsearch runs but in my mediawiki the results are the same like > before. > > is there a possiblity to look into the index ? > > regards Jan > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/ffbaf6be-b128-4ece-8cdd-e37e82376aef%40googlegroups.com > > <https://groups.google.com/d/msgid/elasticsearch/ffbaf6be-b128-4ece-8cdd-e37e82376aef%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/092E37EB-3B76-49D1-88B4-53DD870960C5%40pilato.fr. For more options, visit https://groups.google.com/d/optout.
