Newbie question about adding data files to elasticsearch

I am trying to import tab delimited log files into elasticsearch. I will be using some kind of powershell to move the files to the server where elasticsearch is installed. I already have created the mapping and an index. When I import a file, how do I tell elasticsearch to use the mapping and index that I have already created? I'm assuming there is some kind of api command that I can use to do this.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.