diff --git a/packages/infoblox_bloxone_ddi/_dev/build/docs/README.md b/packages/infoblox_bloxone_ddi/_dev/build/docs/README.md index 60a1d40564c..8eb210c733e 100644 --- a/packages/infoblox_bloxone_ddi/_dev/build/docs/README.md +++ b/packages/infoblox_bloxone_ddi/_dev/build/docs/README.md @@ -1,7 +1,5 @@ # Infoblox BloxOne DDI -## Overview - The [Infoblox BloxOne DDI](https://www.infoblox.com/products/bloxone-ddi/) integration allows you to monitor DNS, DHCP and IP address management activity. DDI is the foundation of core network services that enables all communications over an IP-based network. Use the Infoblox BloxOne DDI integration to collects and parses data from the REST APIs and then visualize that data in Kibana. @@ -27,7 +25,7 @@ This module has been tested against `Infoblox BloxOne DDI API (v1)`. ### To collect data from Infoblox BloxOne DDI APIs, the user must have API Key. To create an API key follow the below steps: 1. Log on to the Cloud Services Portal. -2. Go to ** -> User Profile**. +2. Go to **\ -> User Profile**. 3. Go to **User API Keys** page. 4. Click **Create** to create a new API key. Specify the following: - **Name**: Specify the name of the key. diff --git a/packages/infoblox_bloxone_ddi/changelog.yml b/packages/infoblox_bloxone_ddi/changelog.yml index e12c1ac6cd2..38f8bf5e7fb 100644 --- a/packages/infoblox_bloxone_ddi/changelog.yml +++ b/packages/infoblox_bloxone_ddi/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: '0.1.1' + changes: + - description: Fix documentation build error. + type: bugfix + link: https://github.com/elastic/integrations/pull/4369 - version: '0.1.0' changes: - description: Initial Release. diff --git a/packages/infoblox_bloxone_ddi/docs/README.md b/packages/infoblox_bloxone_ddi/docs/README.md index ae21bac5ce3..5b86bc24bb5 100644 --- a/packages/infoblox_bloxone_ddi/docs/README.md +++ b/packages/infoblox_bloxone_ddi/docs/README.md @@ -1,7 +1,5 @@ # Infoblox BloxOne DDI -## Overview - The [Infoblox BloxOne DDI](https://www.infoblox.com/products/bloxone-ddi/) integration allows you to monitor DNS, DHCP and IP address management activity. DDI is the foundation of core network services that enables all communications over an IP-based network. Use the Infoblox BloxOne DDI integration to collects and parses data from the REST APIs and then visualize that data in Kibana. @@ -27,7 +25,7 @@ This module has been tested against `Infoblox BloxOne DDI API (v1)`. ### To collect data from Infoblox BloxOne DDI APIs, the user must have API Key. To create an API key follow the below steps: 1. Log on to the Cloud Services Portal. -2. Go to ** -> User Profile**. +2. Go to **\ -> User Profile**. 3. Go to **User API Keys** page. 4. Click **Create** to create a new API key. Specify the following: - **Name**: Specify the name of the key. diff --git a/packages/infoblox_bloxone_ddi/manifest.yml b/packages/infoblox_bloxone_ddi/manifest.yml index 500bafeec8c..5c792577316 100644 --- a/packages/infoblox_bloxone_ddi/manifest.yml +++ b/packages/infoblox_bloxone_ddi/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: infoblox_bloxone_ddi title: Infoblox BloxOne DDI -version: '0.1.0' +version: '0.1.1' license: basic description: Collect logs from Infoblox BloxOne DDI with Elastic Agent. type: integration