0

I have a data file.I want to insert that data in to elastic search- kibana. Is there any automated way I can do this?

link - deliver-events-to-s3-7-2019-06-04-03-49-01-5df38ba9-86c0-4860-b51f-2c0d30132d6f

1 Answers1

1

1. In your Kibana, You will see the menu called 'Machine Learning'. Click~!

enter image description here

2. Go to 'Data Visualizer' and click 'Upload file'.

enter image description here

3. Drag your file here.

enter image description here

4. And then click 'Import' at the bottom.

enter image description here

5. Type an index name. And Import~!

enter image description here

6. Finally, view your index.

enter image description here

Community
  • 1
  • 1
Jin Lee
  • 3,194
  • 12
  • 46
  • 86
  • 1
    Thanks a lot.I got it. –  Jun 14 '19 at 08:09
  • Can I automate this process ? so that I don't have to do it manually. –  Jun 14 '19 at 10:36
  • @Learner007 If you use Beats to collect data, you don't need to put them manually into Elasticsearch. However, if you want to put data into Elasticsearch with data files, you need to put data manually. Above proocess already made putting data into Elasticsearch easy. (AI) – Jin Lee Jun 14 '19 at 11:14
  • If I want to insert two files in same index what should I do? –  Jun 16 '19 at 12:31
  • @Learner007 Hmm I've never done it. But I think you put one file in index and add another using bulk api using dev console. I'm not an expert, just a beginner. It's just my guess :) https://stackoverflow.com/q/55769048/10504469 (This might help you) – Jin Lee Jun 16 '19 at 13:41