· 6 years ago · Apr 02, 2020, 08:20 AM
1We just need to edit the config in `/etc/netdata/stream.conf`. I have used `uuidgen` to generate the api-key. And the config on the netdata proxy looks like -
2
3**stream.conf** file -
4```
5[d29c8a78-fdd0-41f8-8172-3b417ba19ea5]
6 enabled = yes
7 default history = 3600
8 default memory mode = save
9 health enabled by default = auto
10 allow from = 10.10.10.3 //because netdata is running on jaina
11```
12
13
14AND then on the Netdata client we edit the `/etc/netdata/stream.conf` as -
15
16```
17[stream]
18 enabled = yes
19 destination = proxy-docker-ip:19999
20 api key = d29c8a78-fdd0-41f8-8172-3b417ba19ea5
21```