Use Python To Index Files Into Elasticsearch – Index All Files in a Directory (Part 2)
Introduction Part one of this series demonstrated how you can use Python to crawl for files in a directory, and then use the os library’s open() method to open the files and return their content as string data. This article will show you how to use the helpers module, in the low-level Python client, to … Continued