Create a new HOME LOAN index using the file homeloan_index.json

I'm completely new to ELK and how to complete the following requirement.

Create a new index "TEST-LOAN-INDEX" in QA environment using the json file "loan_index.json" .

Welcome to our community! :smiley:

You'll need to provide a bit more information, where are you getting this requirement from?

Thank you.
From the application developers to create index & load the json file.

  1. Do i need to import the .json file from my local to the elastic server?
  2. What query i need to use to create an index and load the .json file.

Thanks,
Bala

You do need to load the file into Elasticsearch, you can do that with an application of your choosing or use something like Filebeat or Logstash.

Please provide me with the steps on how to do using logstash.

Thanks,
Bala

I would recommend this blog post .

Thank you.

Thanks,
bala

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