elastic / stream2es

Stream data into ES (Wikipedia, Twitter, stdin, or other ESes)
355 stars 62 forks source link

use stream2es to index wikipedia #73

Closed asmaElk closed 4 years ago

asmaElk commented 6 years ago

hello, I have problem with running this command on windows

% stream2es wiki --target http://localhost:9200/tmp --log debug create index http://localhost:9200/tmp stream wiki from http://download.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2 ^Cstreamed 1158 docs 1082 bytes xfer 15906901 errors 0 my error is :

stream2es is not an intern command

Crazybus commented 6 years ago

Looking at https://github.com/elastic/stream2es windows appear to be supported. Assigning to @drewr

drewr commented 6 years ago

Have you made the file executable?

asmaElk commented 6 years ago

I have stream2es installed and I use the path where it is installed to run the commande in the cmd line commande to index wikipedia I'm I missing something ?

2018-05-03 18:04 GMT+00:00 Drew Raines notifications@github.com:

Have you made the file executable?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/elastic/stream2es/issues/73#issuecomment-386384892, or mute the thread https://github.com/notifications/unsubscribe-auth/AktXjDcPYMk77uCW8e0zvnYceeImggPXks5tu0aqgaJpZM4TvjS7 .

drewr commented 4 years ago

Not sure if there's anything we can do here. stream2es doesn't work with later versions of Elasticsearch anyway.