xros / jsonpyes

The tool which imports raw JSON to ElasticSearch in one line of commands
Other
67 stars 21 forks source link

Bulk with user auth #35

Open randidwiputra opened 6 years ago

randidwiputra commented 6 years ago

How to bulk with user auth? username & password from x-pack plugins ? which is arguments paramater?

xros commented 5 years ago

@randidwiputra I found the new API is here. https://elasticsearch-py.readthedocs.io/en/master/xpack.html?highlight=authenticate#elasticsearch.client.xpack.security.SecurityClient

I haven't added it into jsonpyes. Maybe some awesome pull requests?