Skip to content

Commit f4efe14

Browse files
committed
New videos
1 parent 6589d12 commit f4efe14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/td-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Send data securely to Arm Treasure Data
22

3-
This tutorial introduces securely sending data from Mbed OS devices to Arm Treasure Data using two methods:
3+
This tutorial introduces securely sending data from Mbed OS devices to Arm Treasure Data using two methods:
44

55
- HTTPS library - Send data directly to the Treasure Data REST API.
66
- Fluentd using fluent logger library - Send data to a hosted Fluentd instance that aggregates and forwards the data on to your treasure data account.
@@ -17,13 +17,13 @@ The following steps show how to send data using first the HTTPS library and then
1717

1818
To use the HTTPS library, use the [mbed-os-example-treasuredata-rest](https://github.com/blackstoneengineering/mbed-os-example-treasuredata-rest) program. This program turns on Mbed OS device statistics by enabling the `MBED_ALL_STATS_ENABLED` macro and then sends heap/CPU/stack/system information to Treasure Data.
1919

20-
<span class="images">[![Video tutorial](https://img.youtube.com/vi/47tVPmp38zs/0.jpg)](https://youtu.be/47tVPmp38zs)</span>
20+
<span class="images">[![Video tutorial](https://img.youtube.com/vi/ky-HDNFZw8w/0.jpg)](https://youtu.be/ky-HDNFZw8w)</span>
2121

2222
### Import code
2323

2424
You can compile the program using any of the following development tools:
2525

26-
- Arm Mbed CLI (offline):
26+
- Arm Mbed CLI (offline):
2727

2828
```
2929
mbed import https://github.com/blackstoneengineering/mbed-os-example-treasuredata-rest
@@ -157,7 +157,7 @@ If you have valid certificates from a CA, replace the `fluentd.crt` and `fluentd
157157

158158
##### Self-signed certificates on localhost
159159

160-
<span class="images">[![Video tutorial](https://img.youtube.com/vi/LR1JG79xSoQ/0.jpg)](https://youtu.be/LR1JG79xSoQ)</span>
160+
<span class="images">[![Video tutorial](https://img.youtube.com/vi/DpnNaVxEhvA/0.jpg)](https://youtu.be/DpnNaVxEhvA)</span>
161161

162162
If you are running the Fluentd server locally on your machine to develop a proof of concept (PoC), you need to generate a new self-signed certificate (where the Common Name (CN) is the IP address of your machine), and modify the `fluentd.conf` file with the IP address of your machine. Each time you restart the Fluentd instance, it generates a new certificate that you need to copy and paste into your embedded code.
163163

0 commit comments

Comments
 (0)