From c790259e4f2f79a51df464d35e35c08e0b5624b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cnico-shishkin=E2=80=9D?= <“nicoshishkinatlogz@outlook.com”> Date: Thu, 6 Oct 2022 17:54:40 +0100 Subject: [PATCH 1/5] Akamai logs --- .../logzio_collections/_log-sources/akamai.md | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 _source/logzio_collections/_log-sources/akamai.md diff --git a/_source/logzio_collections/_log-sources/akamai.md b/_source/logzio_collections/_log-sources/akamai.md new file mode 100644 index 000000000..8b71eff15 --- /dev/null +++ b/_source/logzio_collections/_log-sources/akamai.md @@ -0,0 +1,106 @@ +--- +title: Akamai logs +logo: + logofile: akamai-logo.png + orientation: vertical +data-source: Akamai +data-for-product-source: Logs +templates: ["lambda-cloudwatch"] +contributors: + - nshishkin +shipping-tags: + - platform-service +order: 255 +--- + +Akamai is a content delivery network (CDN) services provider for media and software delivery, and cloud security solutions. + + +**Before you begin, you'll need**: + +* Akamai account +* Logz.io account + +
+ +##### Create a data stream + +1. In the main menu, navigate to **COMMON SERVICES > DataStream**. +2. Click **+Create stream**. + + ![1](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-1.png) + +3. Enter a name for the stream. +4. In the **Group** dropdown menu, select the Akamai resource group that you need to send logs from. +4. In the **Include properties** section, select the logging properties that you need to include in the logs sent to Logz.io. +5. Click **Next**. +6. In the **Data sets** section, select the fields that you need to include in the logs. + + ![2](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-2.png) + + +7. Select **Json** as the **Log format**. +8. Click **Next**. + +##### Set up the logs destination + +In the **Destination** section, set the parameters as follows: + + ![3](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-3.png) + + +1. In the **Destination** dropdown, select **Custom Https**. +2. In the **Display name** field, enter the name for the destination that will be shown in Akamai. +3. In the **Authentication** dropdown, select **NONE**. +4. In the **Endpoint URL** section, enter: + +https://<>:8071/?token=<>&type=<> + + * {% include log-shipping/listener-var.html %} + * {% include /log-shipping/log-shipping-token.html %} + * Replace `<> with the tag that you want to use to identify the logs in Logz.io. + +5. Click **Validate & Save**. + +##### Enable the data stream for each selected property + +In this step, we need to add the newly created data stream to each property that was included in the data stream. + +1. In the main menu, navigate to **CDN > Properties**. +2. In the **Property Groups** section, select the required property name. +3. In the **Active Production Version** section, click the version name. + + ![4](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-4.png) + + +4. Click **Edit New Version**. +5. Scroll down to the **Property Configuration Settings** section. +6. Locate the **DataStream** section. + + ![5](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-5.png) + +7. If the section is not present, click **Add Rule** and select **DataStream** from the **Available Rules** dropdown menu. + + ![6](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-6.png) + ![7](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-7.png) + + +8. In the **Stream version** dropdown menu, select **DataStream 2**. +9. Set **Enabled** to **On**. +10. In the **Stream names** dropdown, select the stream that was created in the previous steps. +11. In the **Sampling rate** section, set the required sampling rate. +12. Click **Save**. + +##### Activate the data stream for each selected property + +In the **Property Manager Editor** section, navigate to the **Activate** tab and activate the data stream for this property. + + +##### Check Logz.io for your logs + +Give your logs some time to get from your system to ours, and then open [Kibana](https://app.logz.io/#/dashboard/kibana). + +If you still don't see your logs, see [log shipping troubleshooting](https://docs.logz.io/user-guide/log-shipping/log-shipping-troubleshooting.html). + + +
From dbf3ff006282862aaab6abe023b8999d3415dc7a Mon Sep 17 00:00:00 2001 From: Nico <86240618+nico-shishkin@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:03:17 +0100 Subject: [PATCH 2/5] Update akamai.md --- .../logzio_collections/_log-sources/akamai.md | 28 ++++--------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/_source/logzio_collections/_log-sources/akamai.md b/_source/logzio_collections/_log-sources/akamai.md index 8b71eff15..d27486a1d 100644 --- a/_source/logzio_collections/_log-sources/akamai.md +++ b/_source/logzio_collections/_log-sources/akamai.md @@ -27,39 +27,28 @@ Akamai is a content delivery network (CDN) services provider for media and softw 1. In the main menu, navigate to **COMMON SERVICES > DataStream**. 2. Click **+Create stream**. - ![1](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-1.png) - 3. Enter a name for the stream. 4. In the **Group** dropdown menu, select the Akamai resource group that you need to send logs from. 4. In the **Include properties** section, select the logging properties that you need to include in the logs sent to Logz.io. 5. Click **Next**. 6. In the **Data sets** section, select the fields that you need to include in the logs. - ![2](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-2.png) - - 7. Select **Json** as the **Log format**. 8. Click **Next**. ##### Set up the logs destination In the **Destination** section, set the parameters as follows: - ![3](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-3.png) - - 1. In the **Destination** dropdown, select **Custom Https**. 2. In the **Display name** field, enter the name for the destination that will be shown in Akamai. 3. In the **Authentication** dropdown, select **NONE**. 4. In the **Endpoint URL** section, enter: - -https://<>:8071/?token=<>&type=<> - - * {% include log-shipping/listener-var.html %} - * {% include /log-shipping/log-shipping-token.html %} - * Replace `<> with the tag that you want to use to identify the logs in Logz.io. - + `https://<>:8071/?token=<>&type=<>` + * {% include log-shipping/listener-var.html %} + * {% include /log-shipping/log-shipping-token.html %} + * Replace `<>` with the tag that you want to use to identify the logs in Logz.io. 5. Click **Validate & Save**. ##### Enable the data stream for each selected property @@ -69,22 +58,15 @@ In this step, we need to add the newly created data stream to each property that 1. In the main menu, navigate to **CDN > Properties**. 2. In the **Property Groups** section, select the required property name. 3. In the **Active Production Version** section, click the version name. - ![4](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-4.png) - - 4. Click **Edit New Version**. + ![8](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-4.png) 5. Scroll down to the **Property Configuration Settings** section. 6. Locate the **DataStream** section. - ![5](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-5.png) - 7. If the section is not present, click **Add Rule** and select **DataStream** from the **Available Rules** dropdown menu. - ![6](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-6.png) ![7](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-7.png) - - 8. In the **Stream version** dropdown menu, select **DataStream 2**. 9. Set **Enabled** to **On**. 10. In the **Stream names** dropdown, select the stream that was created in the previous steps. From 4d3ba48c7856bb4ebe26246bf467e22e5d4f92e9 Mon Sep 17 00:00:00 2001 From: Nico <86240618+nico-shishkin@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:06:05 +0100 Subject: [PATCH 3/5] Update akamai.md --- _source/logzio_collections/_log-sources/akamai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/logzio_collections/_log-sources/akamai.md b/_source/logzio_collections/_log-sources/akamai.md index d27486a1d..fb2026a7f 100644 --- a/_source/logzio_collections/_log-sources/akamai.md +++ b/_source/logzio_collections/_log-sources/akamai.md @@ -1,7 +1,7 @@ --- title: Akamai logs logo: - logofile: akamai-logo.png + logofile: akamai-logo2.png orientation: vertical data-source: Akamai data-for-product-source: Logs From a522a7897cf6ce89ee5b699b1bb332dceb241b9c Mon Sep 17 00:00:00 2001 From: Nico <86240618+nico-shishkin@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:16:12 +0100 Subject: [PATCH 4/5] Update akamai.md --- _source/logzio_collections/_log-sources/akamai.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_source/logzio_collections/_log-sources/akamai.md b/_source/logzio_collections/_log-sources/akamai.md index fb2026a7f..b6be5ba6f 100644 --- a/_source/logzio_collections/_log-sources/akamai.md +++ b/_source/logzio_collections/_log-sources/akamai.md @@ -44,11 +44,12 @@ In the **Destination** section, set the parameters as follows: 1. In the **Destination** dropdown, select **Custom Https**. 2. In the **Display name** field, enter the name for the destination that will be shown in Akamai. 3. In the **Authentication** dropdown, select **NONE**. -4. In the **Endpoint URL** section, enter: - `https://<>:8071/?token=<>&type=<>` - * {% include log-shipping/listener-var.html %} - * {% include /log-shipping/log-shipping-token.html %} - * Replace `<>` with the tag that you want to use to identify the logs in Logz.io. +4. In the **Endpoint URL** section, enter `https://<>:8071/?token=<>&type=<>` + + * {% include log-shipping/listener-var.html %} + * {% include /log-shipping/log-shipping-token.html %} + * Replace `<>` with the tag that you want to use to identify the logs in Logz.io. + 5. Click **Validate & Save**. ##### Enable the data stream for each selected property From 74522a114104fcc416542dc88617103306dd1e36 Mon Sep 17 00:00:00 2001 From: Nico <86240618+nico-shishkin@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:20:07 +0100 Subject: [PATCH 5/5] Update akamai.md --- _source/logzio_collections/_log-sources/akamai.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_source/logzio_collections/_log-sources/akamai.md b/_source/logzio_collections/_log-sources/akamai.md index b6be5ba6f..0074ad825 100644 --- a/_source/logzio_collections/_log-sources/akamai.md +++ b/_source/logzio_collections/_log-sources/akamai.md @@ -41,14 +41,15 @@ Akamai is a content delivery network (CDN) services provider for media and softw In the **Destination** section, set the parameters as follows: ![3](https://dytvr9ot2sszz.cloudfront.net/logz-docs/akamai/akamai-3.png) + 1. In the **Destination** dropdown, select **Custom Https**. 2. In the **Display name** field, enter the name for the destination that will be shown in Akamai. 3. In the **Authentication** dropdown, select **NONE**. 4. In the **Endpoint URL** section, enter `https://<>:8071/?token=<>&type=<>` - * {% include log-shipping/listener-var.html %} - * {% include /log-shipping/log-shipping-token.html %} - * Replace `<>` with the tag that you want to use to identify the logs in Logz.io. + {% include log-shipping/listener-var.html %} + {% include /log-shipping/log-shipping-token.html %} + Replace `<>` with the tag that you want to use to identify the logs in Logz.io. 5. Click **Validate & Save**.