1
00:00:00,510 --> 00:00:06,610
Now we have our two applications, Java and Node applications, running and producing logs.

2
00:00:07,080 --> 00:00:12,690
We also have ElasticSearch with three pods and the data persistency already configured.

3
00:00:12,990 --> 00:00:15,710
So it's ready to save some data.

4
00:00:16,050 --> 00:00:20,870
And we have keep on a pod, which is accessible from the browser through ingress.

5
00:00:21,780 --> 00:00:22,780
So far, so good.

6
00:00:23,520 --> 00:00:27,490
Now the missing link is that elastic search is empty.

7
00:00:28,320 --> 00:00:29,480
It doesn't have any data.

8
00:00:29,790 --> 00:00:36,330
So we need to direct those logs that the applications are producing to elastic and then we'll be able

9
00:00:36,330 --> 00:00:38,880
to access them through Cabaniss UI.

10
00:00:39,780 --> 00:00:44,430
So we need the third component to collect the log data and send it to elastic.

11
00:00:44,940 --> 00:00:47,240
And that third component is fluent deep.
