diff --git a/packages/1password/changelog.yml b/packages/1password/changelog.yml index a3f8585af3e..951c418dcff 100644 --- a/packages/1password/changelog.yml +++ b/packages/1password/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.31.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.31.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/1password/manifest.yml b/packages/1password/manifest.yml index 36fa3787542..58459890ca2 100644 --- a/packages/1password/manifest.yml +++ b/packages/1password/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: 1password title: "1Password" -version: "1.31.0" +version: "1.31.1" description: Collect logs from 1Password with Elastic Agent. type: integration categories: @@ -73,7 +73,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/abnormal_security/changelog.yml b/packages/abnormal_security/changelog.yml index 56079a9ada7..538c59e8631 100644 --- a/packages/abnormal_security/changelog.yml +++ b/packages/abnormal_security/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/abnormal_security/manifest.yml b/packages/abnormal_security/manifest.yml index 6b53b838390..7d21708f298 100644 --- a/packages/abnormal_security/manifest.yml +++ b/packages/abnormal_security/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: abnormal_security title: Abnormal Security -version: 1.2.0 +version: 1.2.1 description: Collect logs from Abnormal Security with Elastic Agent. type: integration categories: @@ -73,7 +73,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/activemq/changelog.yml b/packages/activemq/changelog.yml index a7fd6cfe439..4d09b668791 100644 --- a/packages/activemq/changelog.yml +++ b/packages/activemq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.6.1" changes: - description: Update links to getting started docs diff --git a/packages/activemq/manifest.yml b/packages/activemq/manifest.yml index e9c897262e8..a93172a9921 100644 --- a/packages/activemq/manifest.yml +++ b/packages/activemq/manifest.yml @@ -1,6 +1,6 @@ name: activemq title: ActiveMQ -version: "1.6.1" +version: "1.6.2" description: Collect logs and metrics from ActiveMQ instances with Elastic Agent. type: integration icons: @@ -85,6 +85,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. default: | # ssl.certificate_authorities: | # -----BEGIN CERTIFICATE----- @@ -111,7 +112,6 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. multi: false required: false show_user: false diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index c21bb84a437..71fd447bcbb 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.27.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.27.2" changes: - description: Events with the same requestId are now properly indexed. Previously, multiple records with the same requestId could conflict (and be dropped) due to variations in other fields like httpMessage.bytes or httpMessage.responseHeaders. diff --git a/packages/akamai/data_stream/siem/manifest.yml b/packages/akamai/data_stream/siem/manifest.yml index 8b2b6cb8eb4..9c1d3477841 100644 --- a/packages/akamai/data_stream/siem/manifest.yml +++ b/packages/akamai/data_stream/siem/manifest.yml @@ -85,7 +85,8 @@ streams: description: URL to proxy connections in the form of http\[s\]://:@: - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/akamai/manifest.yml b/packages/akamai/manifest.yml index 83ab69dcadf..e7996753001 100644 --- a/packages/akamai/manifest.yml +++ b/packages/akamai/manifest.yml @@ -1,6 +1,6 @@ name: akamai title: Akamai -version: "2.27.2" +version: "2.27.3" description: Collect logs from Akamai with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/amazon_security_lake/changelog.yml b/packages/amazon_security_lake/changelog.yml index be099e16763..dee412f7698 100644 --- a/packages/amazon_security_lake/changelog.yml +++ b/packages/amazon_security_lake/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/amazon_security_lake/data_stream/event/manifest.yml b/packages/amazon_security_lake/data_stream/event/manifest.yml index a17ee133ead..a2044f5a25b 100644 --- a/packages/amazon_security_lake/data_stream/event/manifest.yml +++ b/packages/amazon_security_lake/data_stream/event/manifest.yml @@ -241,7 +241,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/amazon_security_lake/manifest.yml b/packages/amazon_security_lake/manifest.yml index 96ce143d1c3..a358632df07 100644 --- a/packages/amazon_security_lake/manifest.yml +++ b/packages/amazon_security_lake/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: amazon_security_lake title: Amazon Security Lake -version: "2.3.0" +version: "2.3.1" description: Collect logs from Amazon Security Lake with Elastic Agent. type: integration categories: ["aws", "security"] diff --git a/packages/apache/changelog.yml b/packages/apache/changelog.yml index caf3bb4402d..5f9c707832d 100644 --- a/packages/apache/changelog.yml +++ b/packages/apache/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Support stack 9.0 diff --git a/packages/apache/manifest.yml b/packages/apache/manifest.yml index 14c444645bb..92ade525799 100644 --- a/packages/apache/manifest.yml +++ b/packages/apache/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.5 name: apache title: Apache HTTP Server -version: "1.27.0" +version: "1.27.1" source: license: Elastic-2.0 description: Collect logs and metrics from Apache servers with Elastic Agent. @@ -79,7 +79,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/apache_tomcat/changelog.yml b/packages/apache_tomcat/changelog.yml index b41539cb787..d055b6320c9 100644 --- a/packages/apache_tomcat/changelog.yml +++ b/packages/apache_tomcat/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.2" changes: - description: Update links to getting started docs diff --git a/packages/apache_tomcat/manifest.yml b/packages/apache_tomcat/manifest.yml index eafadc41dd7..cbb0c2db8ee 100644 --- a/packages/apache_tomcat/manifest.yml +++ b/packages/apache_tomcat/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: apache_tomcat title: Apache Tomcat -version: "1.8.2" +version: "1.8.3" description: Collect and parse logs and metrics from Apache Tomcat servers with Elastic Agent. categories: ["web", "observability"] type: integration @@ -40,6 +40,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. default: | # ssl.certificate_authorities: | # -----BEGIN CERTIFICATE----- @@ -66,7 +67,6 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. multi: false required: false show_user: false diff --git a/packages/atlassian_bitbucket/changelog.yml b/packages/atlassian_bitbucket/changelog.yml index bf8e66d5f71..cbd52586977 100644 --- a/packages/atlassian_bitbucket/changelog.yml +++ b/packages/atlassian_bitbucket/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/atlassian_bitbucket/data_stream/audit/manifest.yml b/packages/atlassian_bitbucket/data_stream/audit/manifest.yml index ea7531e627c..b6ff50e57de 100644 --- a/packages/atlassian_bitbucket/data_stream/audit/manifest.yml +++ b/packages/atlassian_bitbucket/data_stream/audit/manifest.yml @@ -122,7 +122,8 @@ streams: default: 24h - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/atlassian_bitbucket/manifest.yml b/packages/atlassian_bitbucket/manifest.yml index 3bfe9415817..3ba420e33e9 100644 --- a/packages/atlassian_bitbucket/manifest.yml +++ b/packages/atlassian_bitbucket/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: atlassian_bitbucket title: Atlassian Bitbucket -version: "2.3.0" +version: "2.3.1" description: Collect logs from Atlassian Bitbucket with Elastic Agent. type: integration categories: diff --git a/packages/atlassian_confluence/changelog.yml b/packages/atlassian_confluence/changelog.yml index 990f7320bc5..b7e9915b17e 100644 --- a/packages/atlassian_confluence/changelog.yml +++ b/packages/atlassian_confluence/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/atlassian_confluence/data_stream/audit/manifest.yml b/packages/atlassian_confluence/data_stream/audit/manifest.yml index e84cc2d7b86..7d3c0976871 100644 --- a/packages/atlassian_confluence/data_stream/audit/manifest.yml +++ b/packages/atlassian_confluence/data_stream/audit/manifest.yml @@ -130,7 +130,8 @@ streams: default: 24h - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/atlassian_confluence/manifest.yml b/packages/atlassian_confluence/manifest.yml index 3b64de7a91b..bff7f7064b3 100644 --- a/packages/atlassian_confluence/manifest.yml +++ b/packages/atlassian_confluence/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: atlassian_confluence title: Atlassian Confluence -version: "1.27.0" +version: "1.27.1" description: Collect logs from Atlassian Confluence with Elastic Agent. type: integration categories: diff --git a/packages/atlassian_jira/changelog.yml b/packages/atlassian_jira/changelog.yml index bcc63de1b9b..50175a54702 100644 --- a/packages/atlassian_jira/changelog.yml +++ b/packages/atlassian_jira/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.28.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.28.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/atlassian_jira/data_stream/audit/manifest.yml b/packages/atlassian_jira/data_stream/audit/manifest.yml index 138a6a6eca9..45eb303251f 100644 --- a/packages/atlassian_jira/data_stream/audit/manifest.yml +++ b/packages/atlassian_jira/data_stream/audit/manifest.yml @@ -130,7 +130,8 @@ streams: default: 24h - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/atlassian_jira/manifest.yml b/packages/atlassian_jira/manifest.yml index 01861745b2b..468f77e2e48 100644 --- a/packages/atlassian_jira/manifest.yml +++ b/packages/atlassian_jira/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: atlassian_jira title: Atlassian Jira -version: "1.28.0" +version: "1.28.1" description: Collect logs from Atlassian Jira with Elastic Agent. type: integration categories: diff --git a/packages/auth0/changelog.yml b/packages/auth0/changelog.yml index f50393ee696..4853795c197 100644 --- a/packages/auth0/changelog.yml +++ b/packages/auth0/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.19.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.19.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/auth0/data_stream/logs/manifest.yml b/packages/auth0/data_stream/logs/manifest.yml index 4d68309f8c2..7256607118a 100644 --- a/packages/auth0/data_stream/logs/manifest.yml +++ b/packages/auth0/data_stream/logs/manifest.yml @@ -39,8 +39,8 @@ streams: secret: true - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/auth0/manifest.yml b/packages/auth0/manifest.yml index 6826922b079..5e3af1e265e 100644 --- a/packages/auth0/manifest.yml +++ b/packages/auth0/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: auth0 title: "Auth0" -version: "1.19.0" +version: "1.19.1" description: Collect logs from Auth0 with Elastic Agent. type: integration categories: diff --git a/packages/authentik/changelog.yml b/packages/authentik/changelog.yml index 678758c2ec8..bc6412ce4a9 100644 --- a/packages/authentik/changelog.yml +++ b/packages/authentik/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.1" changes: - description: Defensively copy list parameters in 'Set ECS categorization fields' script. diff --git a/packages/authentik/manifest.yml b/packages/authentik/manifest.yml index d0fdc7f8821..5263e2ebb76 100644 --- a/packages/authentik/manifest.yml +++ b/packages/authentik/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: authentik title: authentik -version: 1.2.1 +version: 1.2.2 description: Collect logs from authentik with Elastic Agent. type: integration categories: @@ -59,7 +59,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 8c30cc0f07f..36b82dfd8e8 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.38.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.38.2" changes: - description: Update links to getting started docs diff --git a/packages/aws/data_stream/cloudtrail/manifest.yml b/packages/aws/data_stream/cloudtrail/manifest.yml index 33994724e38..c826d77e569 100644 --- a/packages/aws/data_stream/cloudtrail/manifest.yml +++ b/packages/aws/data_stream/cloudtrail/manifest.yml @@ -212,7 +212,7 @@ streams: multi: false required: false show_user: false - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. default: | #certificate_authorities: # - | diff --git a/packages/aws/data_stream/guardduty/manifest.yml b/packages/aws/data_stream/guardduty/manifest.yml index 9123217c14c..56d3fc8768e 100644 --- a/packages/aws/data_stream/guardduty/manifest.yml +++ b/packages/aws/data_stream/guardduty/manifest.yml @@ -67,7 +67,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/aws/data_stream/inspector/manifest.yml b/packages/aws/data_stream/inspector/manifest.yml index 58da9bc627f..1f2457310a7 100644 --- a/packages/aws/data_stream/inspector/manifest.yml +++ b/packages/aws/data_stream/inspector/manifest.yml @@ -66,7 +66,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/aws/data_stream/securityhub_findings/manifest.yml b/packages/aws/data_stream/securityhub_findings/manifest.yml index a8f238825c3..e5839f4868e 100644 --- a/packages/aws/data_stream/securityhub_findings/manifest.yml +++ b/packages/aws/data_stream/securityhub_findings/manifest.yml @@ -59,7 +59,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/aws/data_stream/securityhub_insights/manifest.yml b/packages/aws/data_stream/securityhub_insights/manifest.yml index 8e5f6eb5fdb..061692146cf 100644 --- a/packages/aws/data_stream/securityhub_insights/manifest.yml +++ b/packages/aws/data_stream/securityhub_insights/manifest.yml @@ -51,7 +51,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index c95a420ea21..40e208e513e 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.0 name: aws title: AWS -version: 2.38.2 +version: 2.38.3 description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration categories: diff --git a/packages/barracuda/changelog.yml b/packages/barracuda/changelog.yml index 9229f314f8b..20de6c96f1d 100644 --- a/packages/barracuda/changelog.yml +++ b/packages/barracuda/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.17.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.17.1" changes: - description: Update links to getting started docs diff --git a/packages/barracuda/data_stream/waf/manifest.yml b/packages/barracuda/data_stream/waf/manifest.yml index 9df3d55526f..ae16564f0f4 100644 --- a/packages/barracuda/data_stream/waf/manifest.yml +++ b/packages/barracuda/data_stream/waf/manifest.yml @@ -91,7 +91,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/barracuda/manifest.yml b/packages/barracuda/manifest.yml index dffa0b70d30..8401c260d48 100644 --- a/packages/barracuda/manifest.yml +++ b/packages/barracuda/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: barracuda title: "Barracuda Web Application Firewall" -version: "1.17.1" +version: "1.17.2" description: "Collect logs from Barracuda Web Application Firewall with Elastic Agent." type: integration source: diff --git a/packages/barracuda_cloudgen_firewall/changelog.yml b/packages/barracuda_cloudgen_firewall/changelog.yml index 42c30d3e9d0..4b13fc9f4d6 100644 --- a/packages/barracuda_cloudgen_firewall/changelog.yml +++ b/packages/barracuda_cloudgen_firewall/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/barracuda_cloudgen_firewall/data_stream/log/manifest.yml b/packages/barracuda_cloudgen_firewall/data_stream/log/manifest.yml index bbbac34ef0f..45de868f345 100644 --- a/packages/barracuda_cloudgen_firewall/data_stream/log/manifest.yml +++ b/packages/barracuda_cloudgen_firewall/data_stream/log/manifest.yml @@ -32,11 +32,11 @@ streams: - v2 - name: ssl type: yaml - title: TLS configuration + title: SSL Configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. - name: tags type: text title: Tags diff --git a/packages/barracuda_cloudgen_firewall/manifest.yml b/packages/barracuda_cloudgen_firewall/manifest.yml index d2f7a8c3c85..0acffeb56e3 100644 --- a/packages/barracuda_cloudgen_firewall/manifest.yml +++ b/packages/barracuda_cloudgen_firewall/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: barracuda_cloudgen_firewall title: Barracuda CloudGen Firewall Logs -version: "1.14.0" +version: "1.14.1" description: Collect logs from Barracuda CloudGen Firewall devices with Elastic Agent. categories: ["network", "security", "firewall_security"] type: integration diff --git a/packages/bitdefender/changelog.yml b/packages/bitdefender/changelog.yml index 2faffa31df3..de027ba4145 100644 --- a/packages/bitdefender/changelog.yml +++ b/packages/bitdefender/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/bitdefender/data_stream/push_configuration/manifest.yml b/packages/bitdefender/data_stream/push_configuration/manifest.yml index 551957d2aa5..f488745b2d4 100644 --- a/packages/bitdefender/data_stream/push_configuration/manifest.yml +++ b/packages/bitdefender/data_stream/push_configuration/manifest.yml @@ -9,7 +9,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/bitdefender/data_stream/push_notifications/manifest.yml b/packages/bitdefender/data_stream/push_notifications/manifest.yml index a210bbbad63..bc28c56fd6b 100644 --- a/packages/bitdefender/data_stream/push_notifications/manifest.yml +++ b/packages/bitdefender/data_stream/push_notifications/manifest.yml @@ -39,8 +39,8 @@ streams: secret: true - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/bitdefender/data_stream/push_statistics/manifest.yml b/packages/bitdefender/data_stream/push_statistics/manifest.yml index f173e4c8dc1..666f8687ca9 100644 --- a/packages/bitdefender/data_stream/push_statistics/manifest.yml +++ b/packages/bitdefender/data_stream/push_statistics/manifest.yml @@ -9,7 +9,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/bitdefender/manifest.yml b/packages/bitdefender/manifest.yml index 43dba75f706..c944c63e201 100644 --- a/packages/bitdefender/manifest.yml +++ b/packages/bitdefender/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: bitdefender title: "BitDefender" -version: "2.3.0" +version: "2.3.1" source: license: "Elastic-2.0" description: "Ingest BitDefender GravityZone logs and data" diff --git a/packages/bitwarden/changelog.yml b/packages/bitwarden/changelog.yml index 637b42775ab..a2d6f38dd95 100644 --- a/packages/bitwarden/changelog.yml +++ b/packages/bitwarden/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.16.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.16.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/bitwarden/manifest.yml b/packages/bitwarden/manifest.yml index 40f6cba414f..bc7f6fc64a8 100644 --- a/packages/bitwarden/manifest.yml +++ b/packages/bitwarden/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: bitwarden title: Bitwarden -version: "1.16.0" +version: "1.16.1" source: license: Elastic-2.0 description: Collect logs from Bitwarden with Elastic Agent. @@ -87,7 +87,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/blacklens/changelog.yml b/packages/blacklens/changelog.yml index 0c3df960257..03390b8e811 100644 --- a/packages/blacklens/changelog.yml +++ b/packages/blacklens/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.2.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/blacklens/manifest.yml b/packages/blacklens/manifest.yml index e8f021d9aec..3cab6448840 100644 --- a/packages/blacklens/manifest.yml +++ b/packages/blacklens/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.3.0 name: blacklens title: "blacklens.io" -version: 0.2.0 +version: 0.2.1 source: license: "Elastic-2.0" description: "Collect logs from blacklens.io with Elastic Agent" @@ -76,7 +76,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/canva/changelog.yml b/packages/canva/changelog.yml index 300d2de9d09..9ddcb9d5c43 100644 --- a/packages/canva/changelog.yml +++ b/packages/canva/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.4.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/canva/data_stream/audit/manifest.yml b/packages/canva/data_stream/audit/manifest.yml index 3ed716b39aa..dda0efe58f6 100644 --- a/packages/canva/data_stream/audit/manifest.yml +++ b/packages/canva/data_stream/audit/manifest.yml @@ -202,7 +202,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/canva/manifest.yml b/packages/canva/manifest.yml index 9e5e63c7c44..14debc5a039 100644 --- a/packages/canva/manifest.yml +++ b/packages/canva/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: canva title: Canva -version: 0.4.0 +version: 0.4.1 description: Collect logs from Canva with Elastic Agent. type: integration categories: diff --git a/packages/carbon_black_cloud/changelog.yml b/packages/carbon_black_cloud/changelog.yml index 47d2854411f..7cb6d2e3d58 100644 --- a/packages/carbon_black_cloud/changelog.yml +++ b/packages/carbon_black_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.8.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.8.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/carbon_black_cloud/manifest.yml b/packages/carbon_black_cloud/manifest.yml index 55322792081..51c20662d83 100644 --- a/packages/carbon_black_cloud/manifest.yml +++ b/packages/carbon_black_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: carbon_black_cloud title: VMware Carbon Black Cloud -version: "2.8.0" +version: "2.8.1" description: Collect logs from VMWare Carbon Black Cloud with Elastic Agent. type: integration categories: @@ -78,7 +78,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -146,7 +146,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/carbonblack_edr/changelog.yml b/packages/carbonblack_edr/changelog.yml index 5ae4d9f36d8..e628b6f1f00 100644 --- a/packages/carbonblack_edr/changelog.yml +++ b/packages/carbonblack_edr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.19.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.19.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/carbonblack_edr/data_stream/log/manifest.yml b/packages/carbonblack_edr/data_stream/log/manifest.yml index 21303f9bb53..d001a9adab5 100644 --- a/packages/carbonblack_edr/data_stream/log/manifest.yml +++ b/packages/carbonblack_edr/data_stream/log/manifest.yml @@ -22,7 +22,8 @@ streams: show_user: true - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/carbonblack_edr/manifest.yml b/packages/carbonblack_edr/manifest.yml index b1b62252f83..c54349f71c6 100644 --- a/packages/carbonblack_edr/manifest.yml +++ b/packages/carbonblack_edr/manifest.yml @@ -1,6 +1,6 @@ name: carbonblack_edr title: VMware Carbon Black EDR -version: "1.19.0" +version: "1.19.1" description: Collect logs from VMware Carbon Black EDR with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/cef/changelog.yml b/packages/cef/changelog.yml index 2cb92ab9c68..344e0683804 100644 --- a/packages/cef/changelog.yml +++ b/packages/cef/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.18.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.18.0" changes: - description: Add preprocessors config option, to allow running processors before CEF messages are decoded diff --git a/packages/cef/data_stream/log/manifest.yml b/packages/cef/data_stream/log/manifest.yml index 041cf701f75..3f7b1b279d8 100644 --- a/packages/cef/data_stream/log/manifest.yml +++ b/packages/cef/data_stream/log/manifest.yml @@ -209,7 +209,7 @@ streams: - name: ssl title: SSL Configuration type: yaml - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. required: false show_user: false multi: false diff --git a/packages/cef/manifest.yml b/packages/cef/manifest.yml index 097a5c3f2ac..316c330a5f1 100644 --- a/packages/cef/manifest.yml +++ b/packages/cef/manifest.yml @@ -1,6 +1,6 @@ name: cef title: Common Event Format (CEF) -version: "2.18.0" +version: "2.18.1" description: Collect logs from CEF Logs with Elastic Agent. categories: - security diff --git a/packages/ceph/changelog.yml b/packages/ceph/changelog.yml index 683038db331..17abcb71c2b 100644 --- a/packages/ceph/changelog.yml +++ b/packages/ceph/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.2" changes: - description: Update links to getting started docs diff --git a/packages/ceph/manifest.yml b/packages/ceph/manifest.yml index b88bc31065b..8ced6a8fd3a 100644 --- a/packages/ceph/manifest.yml +++ b/packages/ceph/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: ceph title: Ceph -version: "1.7.2" +version: "1.7.3" description: This Elastic integration collects metrics from Ceph instance. type: integration categories: @@ -72,7 +72,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/checkpoint/changelog.yml b/packages/checkpoint/changelog.yml index 3b68c8caa06..8756fb729ed 100644 --- a/packages/checkpoint/changelog.yml +++ b/packages/checkpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.34.7" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.34.6" changes: - description: Update fingerprint calculation to include sequencenum diff --git a/packages/checkpoint/data_stream/firewall/manifest.yml b/packages/checkpoint/data_stream/firewall/manifest.yml index b012e16e9ae..75ad80d6a64 100644 --- a/packages/checkpoint/data_stream/firewall/manifest.yml +++ b/packages/checkpoint/data_stream/firewall/manifest.yml @@ -80,7 +80,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/checkpoint/manifest.yml b/packages/checkpoint/manifest.yml index 1bb6ec7b41a..3051bfde626 100644 --- a/packages/checkpoint/manifest.yml +++ b/packages/checkpoint/manifest.yml @@ -1,6 +1,6 @@ name: checkpoint title: Check Point -version: "1.34.6" +version: "1.34.7" description: Collect logs from Check Point with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/checkpoint_email/changelog.yml b/packages/checkpoint_email/changelog.yml index d4de7264805..7f49e09b79d 100644 --- a/packages/checkpoint_email/changelog.yml +++ b/packages/checkpoint_email/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.4.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/checkpoint_email/manifest.yml b/packages/checkpoint_email/manifest.yml index 0523c10741d..f7081053cda 100644 --- a/packages/checkpoint_email/manifest.yml +++ b/packages/checkpoint_email/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.2 name: checkpoint_email title: Check Point Harmony Email & Collaboration -version: 0.4.0 +version: 0.4.1 description: Collect logs from Check Point Harmony Email & Collaboration with Elastic Agent. type: integration categories: @@ -64,7 +64,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisa_kevs/changelog.yml b/packages/cisa_kevs/changelog.yml index 1de96fb25ae..85793cb19bd 100644 --- a/packages/cisa_kevs/changelog.yml +++ b/packages/cisa_kevs/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/cisa_kevs/data_stream/vulnerability/manifest.yml b/packages/cisa_kevs/data_stream/vulnerability/manifest.yml index f0ff1745714..2a36f7343e9 100644 --- a/packages/cisa_kevs/data_stream/vulnerability/manifest.yml +++ b/packages/cisa_kevs/data_stream/vulnerability/manifest.yml @@ -34,7 +34,8 @@ streams: default: 60m - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisa_kevs/manifest.yml b/packages/cisa_kevs/manifest.yml index b08bc631f08..152d8a250ac 100644 --- a/packages/cisa_kevs/manifest.yml +++ b/packages/cisa_kevs/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: cisa_kevs title: "CISA Known Exploited Vulnerabilities" -version: "1.4.0" +version: "1.4.1" description: "This package allows the ingest of known exploited vulnerabilities according to the Cybersecurity and Infrastructure Security Agency of the United States of America. This information could be used to enrich or track exisiting vulnerabilities that are known to be exploited in the wild." type: integration categories: diff --git a/packages/cisco_aironet/changelog.yml b/packages/cisco_aironet/changelog.yml index 4188459b500..a6ed35be0c8 100644 --- a/packages/cisco_aironet/changelog.yml +++ b/packages/cisco_aironet/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.2" changes: - description: Fix the event.severity ECS field mapping. diff --git a/packages/cisco_aironet/data_stream/log/manifest.yml b/packages/cisco_aironet/data_stream/log/manifest.yml index f2898d932ca..5f42b52546c 100644 --- a/packages/cisco_aironet/data_stream/log/manifest.yml +++ b/packages/cisco_aironet/data_stream/log/manifest.yml @@ -125,7 +125,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_aironet/manifest.yml b/packages/cisco_aironet/manifest.yml index 36b74abef2f..1e911174392 100644 --- a/packages/cisco_aironet/manifest.yml +++ b/packages/cisco_aironet/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_aironet title: "Cisco Aironet" -version: "1.14.2" +version: "1.14.3" description: "Integration for Cisco Aironet WLC Logs" type: integration categories: diff --git a/packages/cisco_asa/changelog.yml b/packages/cisco_asa/changelog.yml index 7fb93e51ddf..c35b6cb0725 100644 --- a/packages/cisco_asa/changelog.yml +++ b/packages/cisco_asa/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.41.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.41.0" changes: - description: "Add advanced option for time zone mapping and support parsing extra timestamp in header." diff --git a/packages/cisco_asa/data_stream/log/manifest.yml b/packages/cisco_asa/data_stream/log/manifest.yml index 66a24287e0c..5d153b14aa0 100644 --- a/packages/cisco_asa/data_stream/log/manifest.yml +++ b/packages/cisco_asa/data_stream/log/manifest.yml @@ -167,7 +167,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_asa/manifest.yml b/packages/cisco_asa/manifest.yml index c0c8c1adb27..204ccda1a3b 100644 --- a/packages/cisco_asa/manifest.yml +++ b/packages/cisco_asa/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_asa title: Cisco ASA -version: "2.41.0" +version: "2.41.1" description: Collect logs from Cisco ASA with Elastic Agent. type: integration categories: diff --git a/packages/cisco_ftd/changelog.yml b/packages/cisco_ftd/changelog.yml index fc778fba5ea..f1b26f7baec 100644 --- a/packages/cisco_ftd/changelog.yml +++ b/packages/cisco_ftd/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "3.5.0" changes: - description: Ensure event message is saved to event.reason for IDs 101001 through 105052. diff --git a/packages/cisco_ftd/data_stream/log/manifest.yml b/packages/cisco_ftd/data_stream/log/manifest.yml index a65d8cf82d6..5fb8a444ae1 100644 --- a/packages/cisco_ftd/data_stream/log/manifest.yml +++ b/packages/cisco_ftd/data_stream/log/manifest.yml @@ -153,7 +153,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_ftd/manifest.yml b/packages/cisco_ftd/manifest.yml index 03b54908bd2..dc930682db2 100644 --- a/packages/cisco_ftd/manifest.yml +++ b/packages/cisco_ftd/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_ftd title: Cisco FTD -version: "3.5.0" +version: "3.5.1" description: Collect logs from Cisco FTD with Elastic Agent. type: integration categories: diff --git a/packages/cisco_ios/changelog.yml b/packages/cisco_ios/changelog.yml index 9ddf4997ffc..7d02fa72738 100644 --- a/packages/cisco_ios/changelog.yml +++ b/packages/cisco_ios/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.28.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.28.2" changes: - description: Fixing IPv6 parsing for IPV6ACCESSLOGP messages diff --git a/packages/cisco_ios/data_stream/log/manifest.yml b/packages/cisco_ios/data_stream/log/manifest.yml index c78ab058dcf..df34e060d38 100644 --- a/packages/cisco_ios/data_stream/log/manifest.yml +++ b/packages/cisco_ios/data_stream/log/manifest.yml @@ -141,7 +141,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_ios/manifest.yml b/packages/cisco_ios/manifest.yml index 5ca3a9ffc18..5a648a0fc89 100644 --- a/packages/cisco_ios/manifest.yml +++ b/packages/cisco_ios/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_ios title: Cisco IOS -version: "1.28.2" +version: "1.28.3" description: Collect logs from Cisco IOS with Elastic Agent. type: integration categories: diff --git a/packages/cisco_ise/changelog.yml b/packages/cisco_ise/changelog.yml index 80f9240aa23..611650368ec 100644 --- a/packages/cisco_ise/changelog.yml +++ b/packages/cisco_ise/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.24.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.24.2" changes: - description: Revert mapping change for cisco_av_pair that was introduced with 1.24.1. diff --git a/packages/cisco_ise/manifest.yml b/packages/cisco_ise/manifest.yml index bc52b283db0..d82e2e3be17 100644 --- a/packages/cisco_ise/manifest.yml +++ b/packages/cisco_ise/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_ise title: Cisco ISE -version: "1.24.2" +version: "1.24.3" description: Collect logs from Cisco ISE with Elastic Agent. type: integration categories: @@ -48,7 +48,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_meraki/changelog.yml b/packages/cisco_meraki/changelog.yml index f76885352e7..3a4068196e4 100644 --- a/packages/cisco_meraki/changelog.yml +++ b/packages/cisco_meraki/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: "Migrate log stream to saved search." diff --git a/packages/cisco_meraki/data_stream/events/manifest.yml b/packages/cisco_meraki/data_stream/events/manifest.yml index 9d1aea4f7c3..9ebef32175f 100644 --- a/packages/cisco_meraki/data_stream/events/manifest.yml +++ b/packages/cisco_meraki/data_stream/events/manifest.yml @@ -39,8 +39,8 @@ streams: secret: true - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_meraki/data_stream/log/manifest.yml b/packages/cisco_meraki/data_stream/log/manifest.yml index 483e97b0a7d..77fb8549492 100644 --- a/packages/cisco_meraki/data_stream/log/manifest.yml +++ b/packages/cisco_meraki/data_stream/log/manifest.yml @@ -100,8 +100,8 @@ streams: default: false - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening TCP socket. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_meraki/manifest.yml b/packages/cisco_meraki/manifest.yml index b9282c19c6f..9fbd5301177 100644 --- a/packages/cisco_meraki/manifest.yml +++ b/packages/cisco_meraki/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: cisco_meraki title: Cisco Meraki -version: "1.27.0" +version: "1.27.1" description: Collect logs from Cisco Meraki with Elastic Agent. type: integration categories: diff --git a/packages/cisco_nexus/changelog.yml b/packages/cisco_nexus/changelog.yml index 80ce2812be3..bda481a3378 100644 --- a/packages/cisco_nexus/changelog.yml +++ b/packages/cisco_nexus/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.0" changes: - description: "Allow @custom pipeline access to event.original without setting preserve_original_event." diff --git a/packages/cisco_nexus/data_stream/log/manifest.yml b/packages/cisco_nexus/data_stream/log/manifest.yml index 710cc396ac8..8fe9f63606f 100644 --- a/packages/cisco_nexus/data_stream/log/manifest.yml +++ b/packages/cisco_nexus/data_stream/log/manifest.yml @@ -46,7 +46,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_nexus/manifest.yml b/packages/cisco_nexus/manifest.yml index 06cfe1e6e64..acf3a64b27e 100644 --- a/packages/cisco_nexus/manifest.yml +++ b/packages/cisco_nexus/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_nexus title: Cisco Nexus -version: "1.2.0" +version: "1.2.1" description: Collect logs from Cisco Nexus with Elastic Agent. type: integration categories: diff --git a/packages/cisco_secure_email_gateway/changelog.yml b/packages/cisco_secure_email_gateway/changelog.yml index fe7dff939da..a76cc5b92d2 100644 --- a/packages/cisco_secure_email_gateway/changelog.yml +++ b/packages/cisco_secure_email_gateway/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.24.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.24.3" changes: - description: Fix field name in remove processor. diff --git a/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml b/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml index 0cb289e417a..26bcc238839 100644 --- a/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml +++ b/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml @@ -25,7 +25,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_secure_email_gateway/manifest.yml b/packages/cisco_secure_email_gateway/manifest.yml index 408e720882f..73745116b6c 100644 --- a/packages/cisco_secure_email_gateway/manifest.yml +++ b/packages/cisco_secure_email_gateway/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: cisco_secure_email_gateway title: Cisco Secure Email Gateway -version: "1.24.3" +version: "1.24.4" description: Collect logs from Cisco Secure Email Gateway with Elastic Agent. type: integration categories: diff --git a/packages/cisco_secure_endpoint/changelog.yml b/packages/cisco_secure_endpoint/changelog.yml index 228d9c649c9..4431bfaa38a 100644 --- a/packages/cisco_secure_endpoint/changelog.yml +++ b/packages/cisco_secure_endpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.28.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.28.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/cisco_secure_endpoint/data_stream/event/manifest.yml b/packages/cisco_secure_endpoint/data_stream/event/manifest.yml index d43f4d20890..0c8439a1ef9 100644 --- a/packages/cisco_secure_endpoint/data_stream/event/manifest.yml +++ b/packages/cisco_secure_endpoint/data_stream/event/manifest.yml @@ -67,7 +67,8 @@ streams: default: 24h - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cisco_secure_endpoint/manifest.yml b/packages/cisco_secure_endpoint/manifest.yml index f223af94cb3..806e8be1438 100644 --- a/packages/cisco_secure_endpoint/manifest.yml +++ b/packages/cisco_secure_endpoint/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: cisco_secure_endpoint title: Cisco Secure Endpoint -version: "2.28.0" +version: "2.28.1" description: Collect logs from Cisco Secure Endpoint (AMP) with Elastic Agent. type: integration categories: diff --git a/packages/citrix_adc/changelog.yml b/packages/citrix_adc/changelog.yml index 63cd8a7552b..7b00cb909c6 100644 --- a/packages/citrix_adc/changelog.yml +++ b/packages/citrix_adc/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.12.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.12.3" changes: - description: "Handle additional parsing case for UDPFLOWSTAT" diff --git a/packages/citrix_adc/data_stream/log/manifest.yml b/packages/citrix_adc/data_stream/log/manifest.yml index 76e22bbaf66..46beb949d68 100644 --- a/packages/citrix_adc/data_stream/log/manifest.yml +++ b/packages/citrix_adc/data_stream/log/manifest.yml @@ -147,7 +147,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/citrix_adc/manifest.yml b/packages/citrix_adc/manifest.yml index 52f49e6631e..b88f38737d6 100644 --- a/packages/citrix_adc/manifest.yml +++ b/packages/citrix_adc/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: citrix_adc title: Citrix ADC -version: "1.12.3" +version: "1.12.4" description: This Elastic integration collects logs and metrics from Citrix ADC product. type: integration categories: @@ -88,7 +88,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/citrix_waf/changelog.yml b/packages/citrix_waf/changelog.yml index f80cd3d1dc1..a9a11e04a63 100644 --- a/packages/citrix_waf/changelog.yml +++ b/packages/citrix_waf/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.16.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.16.1" changes: - description: Use triple-brace Mustache templating when referencing variables in ingest pipelines. diff --git a/packages/citrix_waf/data_stream/log/manifest.yml b/packages/citrix_waf/data_stream/log/manifest.yml index 05cf763cdd4..c84175daea4 100644 --- a/packages/citrix_waf/data_stream/log/manifest.yml +++ b/packages/citrix_waf/data_stream/log/manifest.yml @@ -116,7 +116,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/citrix_waf/manifest.yml b/packages/citrix_waf/manifest.yml index 340cb333bbf..7eaba725655 100644 --- a/packages/citrix_waf/manifest.yml +++ b/packages/citrix_waf/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: citrix_waf title: "Citrix Web App Firewall" -version: "1.16.1" +version: "1.16.2" description: Ingest events from Citrix Systems Web App Firewall. type: integration categories: diff --git a/packages/claroty_ctd/changelog.yml b/packages/claroty_ctd/changelog.yml index ec8d8fdcbdf..a9db9beb78e 100644 --- a/packages/claroty_ctd/changelog.yml +++ b/packages/claroty_ctd/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.4.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/claroty_ctd/data_stream/event/manifest.yml b/packages/claroty_ctd/data_stream/event/manifest.yml index 2b449e373d4..a60192dacb5 100644 --- a/packages/claroty_ctd/data_stream/event/manifest.yml +++ b/packages/claroty_ctd/data_stream/event/manifest.yml @@ -36,7 +36,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: SSL config for host. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/claroty_ctd/manifest.yml b/packages/claroty_ctd/manifest.yml index 1b0e411f6f3..9232dc00ec6 100644 --- a/packages/claroty_ctd/manifest.yml +++ b/packages/claroty_ctd/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.4 name: claroty_ctd title: Claroty CTD -version: 0.4.0 +version: 0.4.1 description: Collect logs from Claroty CTD using Elastic Agent. type: integration categories: @@ -95,7 +95,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: SSL config for host. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cloudflare/changelog.yml b/packages/cloudflare/changelog.yml index 9fbd0af5aae..89b2f4bdccb 100644 --- a/packages/cloudflare/changelog.yml +++ b/packages/cloudflare/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.29.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.29.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/cloudflare/manifest.yml b/packages/cloudflare/manifest.yml index 51349d54e62..d92c8dfd6cb 100644 --- a/packages/cloudflare/manifest.yml +++ b/packages/cloudflare/manifest.yml @@ -1,6 +1,6 @@ name: cloudflare title: Cloudflare -version: "2.29.0" +version: "2.29.1" description: Collect logs from Cloudflare with Elastic Agent. type: integration format_version: "3.0.2" @@ -52,7 +52,8 @@ policy_templates: description: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cloudflare_logpush/changelog.yml b/packages/cloudflare_logpush/changelog.yml index 2f39f396002..79c4200857a 100644 --- a/packages/cloudflare_logpush/changelog.yml +++ b/packages/cloudflare_logpush/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.31.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.31.0" changes: - description: Populate the field event.id for Firewall Events and HTTP Requests. diff --git a/packages/cloudflare_logpush/manifest.yml b/packages/cloudflare_logpush/manifest.yml index 64c50e99c2f..45de638a707 100644 --- a/packages/cloudflare_logpush/manifest.yml +++ b/packages/cloudflare_logpush/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: cloudflare_logpush title: Cloudflare Logpush -version: "1.31.0" +version: "1.31.1" description: Collect and parse logs from Cloudflare API with Elastic Agent. type: integration categories: @@ -71,7 +71,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cockroachdb/changelog.yml b/packages/cockroachdb/changelog.yml index 2782ff3789e..419338a488f 100644 --- a/packages/cockroachdb/changelog.yml +++ b/packages/cockroachdb/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.12.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.12.0" changes: - description: Add processor support for status data stream. diff --git a/packages/cockroachdb/data_stream/status/manifest.yml b/packages/cockroachdb/data_stream/status/manifest.yml index 7e3d269379a..8005b322e71 100644 --- a/packages/cockroachdb/data_stream/status/manifest.yml +++ b/packages/cockroachdb/data_stream/status/manifest.yml @@ -42,6 +42,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: true diff --git a/packages/cockroachdb/manifest.yml b/packages/cockroachdb/manifest.yml index 6a2b6bf29d5..3919529708e 100644 --- a/packages/cockroachdb/manifest.yml +++ b/packages/cockroachdb/manifest.yml @@ -1,6 +1,6 @@ name: cockroachdb title: CockroachDB Metrics -version: "1.12.0" +version: "1.12.1" description: Collect metrics from CockroachDB servers with Elastic Agent. type: integration icons: diff --git a/packages/couchbase/changelog.yml b/packages/couchbase/changelog.yml index 04af9ba385c..02358f923b9 100644 --- a/packages/couchbase/changelog.yml +++ b/packages/couchbase/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.8.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.0" changes: - description: Add separate configuration options username and password, and enable `secret` for the password field. diff --git a/packages/couchbase/manifest.yml b/packages/couchbase/manifest.yml index 986217fd302..5f0a234dfdf 100644 --- a/packages/couchbase/manifest.yml +++ b/packages/couchbase/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: couchbase title: Couchbase -version: "1.8.0" +version: "1.8.1" description: Collect metrics from Couchbase databases with Elastic Agent. type: integration categories: @@ -83,7 +83,7 @@ vars: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -150,7 +150,7 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/couchdb/changelog.yml b/packages/couchdb/changelog.yml index 39694692f48..73746e7b02f 100644 --- a/packages/couchdb/changelog.yml +++ b/packages/couchdb/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.0" changes: - description: Add separate username and password configuration options, and enable secret for the password field. diff --git a/packages/couchdb/manifest.yml b/packages/couchdb/manifest.yml index 420f5b73a4b..b6e3a11fb0e 100644 --- a/packages/couchdb/manifest.yml +++ b/packages/couchdb/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: couchdb title: CouchDB -version: "1.4.0" +version: "1.4.1" description: Collect metrics from CouchDB with Elastic Agent. type: integration categories: @@ -74,7 +74,7 @@ policy_templates: # yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk # sxSmbIUfc2SGJGCJD4I= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/crowdstrike/changelog.yml b/packages/crowdstrike/changelog.yml index d5bc32bc002..a4a6a1c4dbc 100644 --- a/packages/crowdstrike/changelog.yml +++ b/packages/crowdstrike/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.49.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.49.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/crowdstrike/manifest.yml b/packages/crowdstrike/manifest.yml index 5ffef099957..3a414efb128 100644 --- a/packages/crowdstrike/manifest.yml +++ b/packages/crowdstrike/manifest.yml @@ -1,6 +1,6 @@ name: crowdstrike title: CrowdStrike -version: "1.49.0" +version: "1.49.1" description: Collect logs from Crowdstrike with Elastic Agent. type: integration format_version: "3.0.3" @@ -99,7 +99,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cyberark_epm/changelog.yml b/packages/cyberark_epm/changelog.yml index bd9d13fc4ab..cf65ccec571 100644 --- a/packages/cyberark_epm/changelog.yml +++ b/packages/cyberark_epm/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.1.0" changes: - description: Initial release. diff --git a/packages/cyberark_epm/manifest.yml b/packages/cyberark_epm/manifest.yml index d58b1900afb..15c3d9983f8 100644 --- a/packages/cyberark_epm/manifest.yml +++ b/packages/cyberark_epm/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.3.0 name: cyberark_epm title: CyberArk EPM -version: 0.1.0 +version: 0.1.1 description: Collect logs from CyberArk EPM with Elastic Agent. type: integration categories: @@ -87,7 +87,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/cyberark_pta/changelog.yml b/packages/cyberark_pta/changelog.yml index ae7a14a34f1..ea21af0abb1 100644 --- a/packages/cyberark_pta/changelog.yml +++ b/packages/cyberark_pta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.11.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.11.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/cyberark_pta/data_stream/events/manifest.yml b/packages/cyberark_pta/data_stream/events/manifest.yml index 7e0e7c9620b..931be04bb7a 100644 --- a/packages/cyberark_pta/data_stream/events/manifest.yml +++ b/packages/cyberark_pta/data_stream/events/manifest.yml @@ -86,11 +86,11 @@ streams: - forwarded - name: ssl type: yaml - title: TLS configuration + title: SSL configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. default: | #certificate: "/etc/server/cert.pem" #key: "/etc/server/key.pem" diff --git a/packages/cyberark_pta/manifest.yml b/packages/cyberark_pta/manifest.yml index 4a8fb3b56e2..cf447792d40 100644 --- a/packages/cyberark_pta/manifest.yml +++ b/packages/cyberark_pta/manifest.yml @@ -1,6 +1,6 @@ name: cyberark_pta title: Cyberark Privileged Threat Analytics -version: "1.11.0" +version: "1.11.1" description: Collect security logs from Cyberark PTA integration. type: integration format_version: "3.0.3" diff --git a/packages/cyberarkpas/changelog.yml b/packages/cyberarkpas/changelog.yml index 77e2d9ad106..a44e8b2266e 100644 --- a/packages/cyberarkpas/changelog.yml +++ b/packages/cyberarkpas/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.25.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error". diff --git a/packages/cyberarkpas/data_stream/audit/manifest.yml b/packages/cyberarkpas/data_stream/audit/manifest.yml index 3282753215d..f4feed2e9bb 100644 --- a/packages/cyberarkpas/data_stream/audit/manifest.yml +++ b/packages/cyberarkpas/data_stream/audit/manifest.yml @@ -74,11 +74,11 @@ streams: - forwarded - name: ssl type: yaml - title: TLS configuration + title: SSL configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. - name: preserve_original_event required: true show_user: true diff --git a/packages/cyberarkpas/manifest.yml b/packages/cyberarkpas/manifest.yml index ab68c1c1c39..901f800338c 100644 --- a/packages/cyberarkpas/manifest.yml +++ b/packages/cyberarkpas/manifest.yml @@ -1,6 +1,6 @@ name: cyberarkpas title: CyberArk Privileged Access Security -version: "2.25.0" +version: "2.25.1" description: Collect logs from CyberArk Privileged Access Security with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/cybereason/changelog.yml b/packages/cybereason/changelog.yml index b51d2b9de46..7aa52af28cf 100644 --- a/packages/cybereason/changelog.yml +++ b/packages/cybereason/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/cybereason/manifest.yml b/packages/cybereason/manifest.yml index 25175365284..bd85f8e84e9 100644 --- a/packages/cybereason/manifest.yml +++ b/packages/cybereason/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: cybereason title: Cybereason -version: "1.2.0" +version: "1.2.1" description: Collect logs from Cybereason with Elastic Agent. type: integration categories: @@ -89,7 +89,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/darktrace/changelog.yml b/packages/darktrace/changelog.yml index 2f3c9d32a99..673da2a4865 100644 --- a/packages/darktrace/changelog.yml +++ b/packages/darktrace/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.22.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.22.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/darktrace/manifest.yml b/packages/darktrace/manifest.yml index 544de188a16..6b2a7834914 100644 --- a/packages/darktrace/manifest.yml +++ b/packages/darktrace/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: darktrace title: Darktrace -version: "1.22.0" +version: "1.22.1" description: Collect logs from Darktrace with Elastic Agent. type: integration categories: @@ -63,7 +63,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -104,7 +104,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/digital_guardian/changelog.yml b/packages/digital_guardian/changelog.yml index 9892c8445e7..fb805eeae12 100644 --- a/packages/digital_guardian/changelog.yml +++ b/packages/digital_guardian/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.3.1" changes: - description: Correct time formats, data size parsing diff --git a/packages/digital_guardian/data_stream/arc/manifest.yml b/packages/digital_guardian/data_stream/arc/manifest.yml index a8a73a2e6e9..1daf66431fa 100644 --- a/packages/digital_guardian/data_stream/arc/manifest.yml +++ b/packages/digital_guardian/data_stream/arc/manifest.yml @@ -78,7 +78,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/digital_guardian/manifest.yml b/packages/digital_guardian/manifest.yml index 68b443e4c80..72aa911549e 100644 --- a/packages/digital_guardian/manifest.yml +++ b/packages/digital_guardian/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: digital_guardian title: Digital Guardian -version: "1.3.1" +version: "1.3.2" description: Collect logs from Digital Guardian with Elastic Agent. type: integration categories: diff --git a/packages/elasticsearch/changelog.yml b/packages/elasticsearch/changelog.yml index f74a8f7b18f..9014d402f34 100644 --- a/packages/elasticsearch/changelog.yml +++ b/packages/elasticsearch/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.16.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.16.0" changes: - description: Add transform job & dashboard for datastream metrics diff --git a/packages/elasticsearch/manifest.yml b/packages/elasticsearch/manifest.yml index c777bbb7bd6..6d94e895d16 100644 --- a/packages/elasticsearch/manifest.yml +++ b/packages/elasticsearch/manifest.yml @@ -1,6 +1,6 @@ name: elasticsearch title: Elasticsearch -version: 1.16.0 +version: 1.16.1 description: Elasticsearch Integration type: integration icons: @@ -89,7 +89,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/entityanalytics_entra_id/changelog.yml b/packages/entityanalytics_entra_id/changelog.yml index 217ae153638..90e06b95b1d 100644 --- a/packages/entityanalytics_entra_id/changelog.yml +++ b/packages/entityanalytics_entra_id/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.5.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/entityanalytics_entra_id/data_stream/entity/manifest.yml b/packages/entityanalytics_entra_id/data_stream/entity/manifest.yml index b6d7b143d69..528b85aed93 100644 --- a/packages/entityanalytics_entra_id/data_stream/entity/manifest.yml +++ b/packages/entityanalytics_entra_id/data_stream/entity/manifest.yml @@ -106,7 +106,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/entityanalytics_entra_id/manifest.yml b/packages/entityanalytics_entra_id/manifest.yml index f598d4f9979..907c8379cde 100644 --- a/packages/entityanalytics_entra_id/manifest.yml +++ b/packages/entityanalytics_entra_id/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: entityanalytics_entra_id title: "Microsoft Entra ID Entity Analytics" -version: "1.5.0" +version: "1.5.1" description: "Collect identities from Microsoft Entra ID (formerly Azure Active Directory) with Elastic Agent." type: integration categories: diff --git a/packages/entityanalytics_okta/changelog.yml b/packages/entityanalytics_okta/changelog.yml index a0db3aa1f70..67d21345f96 100644 --- a/packages/entityanalytics_okta/changelog.yml +++ b/packages/entityanalytics_okta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.0" changes: - description: Add "event.original" field when "preserve_original_event" is set. diff --git a/packages/entityanalytics_okta/data_stream/user/manifest.yml b/packages/entityanalytics_okta/data_stream/user/manifest.yml index c1da0e75a2f..7cedaaf3cb9 100644 --- a/packages/entityanalytics_okta/data_stream/user/manifest.yml +++ b/packages/entityanalytics_okta/data_stream/user/manifest.yml @@ -77,7 +77,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/entityanalytics_okta/manifest.yml b/packages/entityanalytics_okta/manifest.yml index 5762a9d8050..8c1e2d8ddf8 100644 --- a/packages/entityanalytics_okta/manifest.yml +++ b/packages/entityanalytics_okta/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: entityanalytics_okta title: Okta Entity Analytics -version: "1.8.0" +version: "1.8.1" description: "Collect User Identities from Okta with Elastic Agent." type: integration categories: diff --git a/packages/eset_protect/changelog.yml b/packages/eset_protect/changelog.yml index 91c16b29e07..7f56cd0d2c4 100644 --- a/packages/eset_protect/changelog.yml +++ b/packages/eset_protect/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.5.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/eset_protect/data_stream/detection/manifest.yml b/packages/eset_protect/data_stream/detection/manifest.yml index 83d922e5724..321d9c159db 100644 --- a/packages/eset_protect/data_stream/detection/manifest.yml +++ b/packages/eset_protect/data_stream/detection/manifest.yml @@ -75,7 +75,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/eset_protect/data_stream/device_task/manifest.yml b/packages/eset_protect/data_stream/device_task/manifest.yml index e005861b11b..7575d8234ab 100644 --- a/packages/eset_protect/data_stream/device_task/manifest.yml +++ b/packages/eset_protect/data_stream/device_task/manifest.yml @@ -67,7 +67,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/eset_protect/data_stream/event/manifest.yml b/packages/eset_protect/data_stream/event/manifest.yml index 819e8c5f49c..8aaf03745e3 100644 --- a/packages/eset_protect/data_stream/event/manifest.yml +++ b/packages/eset_protect/data_stream/event/manifest.yml @@ -69,7 +69,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true diff --git a/packages/eset_protect/manifest.yml b/packages/eset_protect/manifest.yml index 2f0512b64ce..4fdd2bdd804 100644 --- a/packages/eset_protect/manifest.yml +++ b/packages/eset_protect/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: eset_protect title: ESET PROTECT -version: "1.5.0" +version: "1.5.1" description: Collect logs from ESET PROTECT with Elastic Agent. type: integration categories: diff --git a/packages/ess_billing/changelog.yml b/packages/ess_billing/changelog.yml index 353703ba389..91d154a6688 100644 --- a/packages/ess_billing/changelog.yml +++ b/packages/ess_billing/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.1.1" changes: - description: Update links to getting started docs diff --git a/packages/ess_billing/manifest.yml b/packages/ess_billing/manifest.yml index 79356c5bcc0..15c6b9e4090 100644 --- a/packages/ess_billing/manifest.yml +++ b/packages/ess_billing/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.2 name: ess_billing title: "Elasticsearch Service Billing" -version: 0.1.1 +version: 0.1.2 source: license: "Elastic-2.0" description: "Collects billing metrics from Elasticsearch Service billing API" @@ -65,7 +65,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/etcd/changelog.yml b/packages/etcd/changelog.yml index 601d5effb9f..d75ab1eceb5 100644 --- a/packages/etcd/changelog.yml +++ b/packages/etcd/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.3.0" changes: - description: Add processor support for leader, metrics, self and store data streams. diff --git a/packages/etcd/manifest.yml b/packages/etcd/manifest.yml index b2b76ff3b6b..363aeb69e9d 100644 --- a/packages/etcd/manifest.yml +++ b/packages/etcd/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: etcd title: etcd -version: "1.3.0" +version: "1.3.1" description: Collect metrics from etcd instances with Elastic Agent. type: integration categories: @@ -34,7 +34,7 @@ vars: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/f5_bigip/changelog.yml b/packages/f5_bigip/changelog.yml index 1ed8ea87276..5802006d2de 100644 --- a/packages/f5_bigip/changelog.yml +++ b/packages/f5_bigip/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.24.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.24.0" changes: - description: Add geoip processor for source and destination IPs. diff --git a/packages/f5_bigip/manifest.yml b/packages/f5_bigip/manifest.yml index 9428cf41ec8..78fc6467eeb 100644 --- a/packages/f5_bigip/manifest.yml +++ b/packages/f5_bigip/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: f5_bigip title: F5 BIG-IP -version: "1.24.0" +version: "1.24.1" description: Collect logs from F5 BIG-IP with Elastic Agent. type: integration categories: @@ -67,7 +67,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/first_epss/changelog.yml b/packages/first_epss/changelog.yml index fc92729af3e..7f641e7abbf 100644 --- a/packages/first_epss/changelog.yml +++ b/packages/first_epss/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.3.1" changes: - description: Update links to getting started docs diff --git a/packages/first_epss/manifest.yml b/packages/first_epss/manifest.yml index c945b9c9acd..49aa6afae85 100644 --- a/packages/first_epss/manifest.yml +++ b/packages/first_epss/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: first_epss title: First EPSS -version: 0.3.1 +version: 0.3.2 description: Collect exploit prediction score data from the First EPSS API with Elastic Agent. type: integration categories: @@ -41,7 +41,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/forgerock/changelog.yml b/packages/forgerock/changelog.yml index fdf17f25f1d..142a6e9e11c 100644 --- a/packages/forgerock/changelog.yml +++ b/packages/forgerock/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.20.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.20.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/forgerock/manifest.yml b/packages/forgerock/manifest.yml index 9c287878d8a..96e3d250ec4 100644 --- a/packages/forgerock/manifest.yml +++ b/packages/forgerock/manifest.yml @@ -1,6 +1,6 @@ name: forgerock title: "ForgeRock" -version: "1.20.0" +version: "1.20.1" description: Collect audit logs from ForgeRock with Elastic Agent. type: integration format_version: "3.0.2" @@ -47,7 +47,8 @@ policy_templates: default: 60s - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/fortinet_fortigate/changelog.yml b/packages/fortinet_fortigate/changelog.yml index 4fd17c7d248..e8f0a1cf1bd 100644 --- a/packages/fortinet_fortigate/changelog.yml +++ b/packages/fortinet_fortigate/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Add hostname parsing for syslog. diff --git a/packages/fortinet_fortigate/data_stream/log/manifest.yml b/packages/fortinet_fortigate/data_stream/log/manifest.yml index ac7cd6ae258..72e22b08ee2 100644 --- a/packages/fortinet_fortigate/data_stream/log/manifest.yml +++ b/packages/fortinet_fortigate/data_stream/log/manifest.yml @@ -70,7 +70,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/fortinet_fortigate/manifest.yml b/packages/fortinet_fortigate/manifest.yml index 949f86804cf..e1dd607378c 100644 --- a/packages/fortinet_fortigate/manifest.yml +++ b/packages/fortinet_fortigate/manifest.yml @@ -1,6 +1,6 @@ name: fortinet_fortigate title: Fortinet FortiGate Firewall Logs -version: "1.27.0" +version: "1.27.1" description: Collect logs from Fortinet FortiGate firewalls with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/fortinet_fortimail/changelog.yml b/packages/fortinet_fortimail/changelog.yml index 494643568fe..2c5b33cfd42 100644 --- a/packages/fortinet_fortimail/changelog.yml +++ b/packages/fortinet_fortimail/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.13.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.13.1" changes: - description: Tolerate existing event.timezone value. diff --git a/packages/fortinet_fortimail/data_stream/log/manifest.yml b/packages/fortinet_fortimail/data_stream/log/manifest.yml index 067778306a7..3ddeb512733 100644 --- a/packages/fortinet_fortimail/data_stream/log/manifest.yml +++ b/packages/fortinet_fortimail/data_stream/log/manifest.yml @@ -92,7 +92,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/fortinet_fortimail/manifest.yml b/packages/fortinet_fortimail/manifest.yml index 6709f92b635..86bafe18038 100644 --- a/packages/fortinet_fortimail/manifest.yml +++ b/packages/fortinet_fortimail/manifest.yml @@ -1,6 +1,6 @@ name: fortinet_fortimail title: Fortinet FortiMail -version: "2.13.1" +version: "2.13.2" description: Collect logs from Fortinet FortiMail instances with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/fortinet_fortimanager/changelog.yml b/packages/fortinet_fortimanager/changelog.yml index 2675bd28394..553447df9a7 100644 --- a/packages/fortinet_fortimanager/changelog.yml +++ b/packages/fortinet_fortimanager/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.13.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.13.0" changes: - description: Add more ECS fields mappings. diff --git a/packages/fortinet_fortimanager/data_stream/log/manifest.yml b/packages/fortinet_fortimanager/data_stream/log/manifest.yml index 01ba7c8e94e..f4dcc02fbb7 100644 --- a/packages/fortinet_fortimanager/data_stream/log/manifest.yml +++ b/packages/fortinet_fortimanager/data_stream/log/manifest.yml @@ -94,7 +94,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/fortinet_fortimanager/manifest.yml b/packages/fortinet_fortimanager/manifest.yml index 5ec2d6bea5d..4f92e1a5440 100644 --- a/packages/fortinet_fortimanager/manifest.yml +++ b/packages/fortinet_fortimanager/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: fortinet_fortimanager title: Fortinet FortiManager Logs -version: "2.13.0" +version: "2.13.1" description: Collect logs from Fortinet FortiManager instances with Elastic Agent. type: integration categories: ["security", "network", "firewall_security"] diff --git a/packages/fortinet_fortiproxy/changelog.yml b/packages/fortinet_fortiproxy/changelog.yml index fa62509ee8d..c217b889345 100644 --- a/packages/fortinet_fortiproxy/changelog.yml +++ b/packages/fortinet_fortiproxy/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.0.1" changes: - description: Tolerate existing event.timezone value. diff --git a/packages/fortinet_fortiproxy/data_stream/log/manifest.yml b/packages/fortinet_fortiproxy/data_stream/log/manifest.yml index 91856d42ee9..43cfc1d8f2a 100644 --- a/packages/fortinet_fortiproxy/data_stream/log/manifest.yml +++ b/packages/fortinet_fortiproxy/data_stream/log/manifest.yml @@ -50,7 +50,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/fortinet_fortiproxy/manifest.yml b/packages/fortinet_fortiproxy/manifest.yml index 23c561b0c43..7e4979fd9d4 100644 --- a/packages/fortinet_fortiproxy/manifest.yml +++ b/packages/fortinet_fortiproxy/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.3 name: fortinet_fortiproxy title: "Fortinet FortiProxy" -version: 1.0.1 +version: 1.0.2 description: "Collect logs from Fortinet FortiProxy with Elastic Agent." type: integration categories: diff --git a/packages/github/changelog.yml b/packages/github/changelog.yml index bb839b37dbc..afb667f52e1 100644 --- a/packages/github/changelog.yml +++ b/packages/github/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/github/data_stream/audit/manifest.yml b/packages/github/data_stream/audit/manifest.yml index 8c34ccd5f87..e7ea25b7de8 100644 --- a/packages/github/data_stream/audit/manifest.yml +++ b/packages/github/data_stream/audit/manifest.yml @@ -63,7 +63,8 @@ streams: default: https://api.github.com - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/github/data_stream/code_scanning/manifest.yml b/packages/github/data_stream/code_scanning/manifest.yml index 64b913f5f05..c581003007b 100644 --- a/packages/github/data_stream/code_scanning/manifest.yml +++ b/packages/github/data_stream/code_scanning/manifest.yml @@ -51,7 +51,8 @@ streams: default: https://api.github.com - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/github/data_stream/dependabot/manifest.yml b/packages/github/data_stream/dependabot/manifest.yml index 7286dd78e8e..cc59f0e8d75 100644 --- a/packages/github/data_stream/dependabot/manifest.yml +++ b/packages/github/data_stream/dependabot/manifest.yml @@ -51,7 +51,8 @@ streams: default: https://api.github.com - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/github/data_stream/issues/manifest.yml b/packages/github/data_stream/issues/manifest.yml index 75c074e1d3c..aec4b8d8d7c 100644 --- a/packages/github/data_stream/issues/manifest.yml +++ b/packages/github/data_stream/issues/manifest.yml @@ -82,7 +82,8 @@ streams: default: https://api.github.com - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/github/data_stream/secret_scanning/manifest.yml b/packages/github/data_stream/secret_scanning/manifest.yml index 6ad4da6d26f..d1d64bb9bf8 100644 --- a/packages/github/data_stream/secret_scanning/manifest.yml +++ b/packages/github/data_stream/secret_scanning/manifest.yml @@ -60,7 +60,8 @@ streams: default: https://api.github.com - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/github/manifest.yml b/packages/github/manifest.yml index 1aacb1290a3..2077caa4370 100644 --- a/packages/github/manifest.yml +++ b/packages/github/manifest.yml @@ -1,6 +1,6 @@ name: github title: GitHub -version: "2.3.0" +version: "2.3.1" description: Collect logs from GitHub with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/golang/changelog.yml b/packages/golang/changelog.yml index 9ba46b0180e..9f0be3de22a 100644 --- a/packages/golang/changelog.yml +++ b/packages/golang/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.6.1" changes: - description: Update links to getting started docs diff --git a/packages/golang/manifest.yml b/packages/golang/manifest.yml index 1d05ecff81e..587c4785bbc 100644 --- a/packages/golang/manifest.yml +++ b/packages/golang/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: golang title: Golang -version: "1.6.1" +version: "1.6.2" description: This Elastic integration collects metrics from Golang applications. type: integration categories: @@ -71,7 +71,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_scc/changelog.yml b/packages/google_scc/changelog.yml index d568e2af921..80e86df3755 100644 --- a/packages/google_scc/changelog.yml +++ b/packages/google_scc/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/google_scc/manifest.yml b/packages/google_scc/manifest.yml index fb5f7bfc8d1..ceb54c85219 100644 --- a/packages/google_scc/manifest.yml +++ b/packages/google_scc/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: google_scc title: Google Security Command Center -version: "1.7.0" +version: "1.7.1" description: Collect logs from Google Security Command Center with Elastic Agent. type: integration categories: @@ -105,7 +105,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/changelog.yml b/packages/google_workspace/changelog.yml index 55bab812c75..05ad203a944 100644 --- a/packages/google_workspace/changelog.yml +++ b/packages/google_workspace/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.30.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.30.1" changes: - description: Fix flaky test by renaming incorrect as.asn and as.organization_name fields. diff --git a/packages/google_workspace/data_stream/access_transparency/manifest.yml b/packages/google_workspace/data_stream/access_transparency/manifest.yml index cf30d7c0537..b34cdbf7fae 100644 --- a/packages/google_workspace/data_stream/access_transparency/manifest.yml +++ b/packages/google_workspace/data_stream/access_transparency/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/alert/manifest.yml b/packages/google_workspace/data_stream/alert/manifest.yml index 200620a3e9e..4d287e58a8b 100644 --- a/packages/google_workspace/data_stream/alert/manifest.yml +++ b/packages/google_workspace/data_stream/alert/manifest.yml @@ -74,7 +74,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/chrome/manifest.yml b/packages/google_workspace/data_stream/chrome/manifest.yml index 6403b35d83b..c8c39b00743 100644 --- a/packages/google_workspace/data_stream/chrome/manifest.yml +++ b/packages/google_workspace/data_stream/chrome/manifest.yml @@ -74,7 +74,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: SSL Config for the host i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/context_aware_access/manifest.yml b/packages/google_workspace/data_stream/context_aware_access/manifest.yml index 294760a618b..25351bb8494 100644 --- a/packages/google_workspace/data_stream/context_aware_access/manifest.yml +++ b/packages/google_workspace/data_stream/context_aware_access/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/device/manifest.yml b/packages/google_workspace/data_stream/device/manifest.yml index a3644b7b2a2..21b09a325cd 100644 --- a/packages/google_workspace/data_stream/device/manifest.yml +++ b/packages/google_workspace/data_stream/device/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/gcp/manifest.yml b/packages/google_workspace/data_stream/gcp/manifest.yml index 366d5b83502..ff76fefa9f7 100644 --- a/packages/google_workspace/data_stream/gcp/manifest.yml +++ b/packages/google_workspace/data_stream/gcp/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/group_enterprise/manifest.yml b/packages/google_workspace/data_stream/group_enterprise/manifest.yml index ad527ce7ba2..a5169ee2a1b 100644 --- a/packages/google_workspace/data_stream/group_enterprise/manifest.yml +++ b/packages/google_workspace/data_stream/group_enterprise/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/rules/manifest.yml b/packages/google_workspace/data_stream/rules/manifest.yml index a17343c827b..c8971ffa7f8 100644 --- a/packages/google_workspace/data_stream/rules/manifest.yml +++ b/packages/google_workspace/data_stream/rules/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/data_stream/token/manifest.yml b/packages/google_workspace/data_stream/token/manifest.yml index a466a1e58db..c816ffd0e7e 100644 --- a/packages/google_workspace/data_stream/token/manifest.yml +++ b/packages/google_workspace/data_stream/token/manifest.yml @@ -58,7 +58,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/google_workspace/manifest.yml b/packages/google_workspace/manifest.yml index 7091d3623a6..82dd2e9276f 100644 --- a/packages/google_workspace/manifest.yml +++ b/packages/google_workspace/manifest.yml @@ -1,6 +1,6 @@ name: google_workspace title: Google Workspace -version: "2.30.1" +version: "2.30.2" source: license: Elastic-2.0 description: Collect logs from Google Workspace with Elastic Agent. diff --git a/packages/hadoop/changelog.yml b/packages/hadoop/changelog.yml index d5386d64dde..63abb68c1ea 100644 --- a/packages/hadoop/changelog.yml +++ b/packages/hadoop/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.0" changes: - description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template. diff --git a/packages/hadoop/data_stream/application/manifest.yml b/packages/hadoop/data_stream/application/manifest.yml index 53327aab2d0..8ed6552943b 100644 --- a/packages/hadoop/data_stream/application/manifest.yml +++ b/packages/hadoop/data_stream/application/manifest.yml @@ -38,7 +38,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hadoop/data_stream/cluster/manifest.yml b/packages/hadoop/data_stream/cluster/manifest.yml index 1f40e051e88..12328b00775 100644 --- a/packages/hadoop/data_stream/cluster/manifest.yml +++ b/packages/hadoop/data_stream/cluster/manifest.yml @@ -33,7 +33,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hadoop/data_stream/datanode/manifest.yml b/packages/hadoop/data_stream/datanode/manifest.yml index a50aa1d0fef..7119201b78e 100644 --- a/packages/hadoop/data_stream/datanode/manifest.yml +++ b/packages/hadoop/data_stream/datanode/manifest.yml @@ -33,7 +33,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hadoop/data_stream/namenode/manifest.yml b/packages/hadoop/data_stream/namenode/manifest.yml index c7748d0a2ad..9ff4cff0231 100644 --- a/packages/hadoop/data_stream/namenode/manifest.yml +++ b/packages/hadoop/data_stream/namenode/manifest.yml @@ -33,7 +33,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hadoop/data_stream/node_manager/manifest.yml b/packages/hadoop/data_stream/node_manager/manifest.yml index a3b371e4837..9d751839bd5 100644 --- a/packages/hadoop/data_stream/node_manager/manifest.yml +++ b/packages/hadoop/data_stream/node_manager/manifest.yml @@ -33,7 +33,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hadoop/manifest.yml b/packages/hadoop/manifest.yml index 5f06d6d35af..d29c6776098 100644 --- a/packages/hadoop/manifest.yml +++ b/packages/hadoop/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: hadoop title: Hadoop -version: "1.7.0" +version: "1.7.1" description: Collect metrics from Apache Hadoop with Elastic Agent. type: integration categories: diff --git a/packages/hashicorp_vault/changelog.yml b/packages/hashicorp_vault/changelog.yml index 4d4494d3b0d..b6b31389d5c 100644 --- a/packages/hashicorp_vault/changelog.yml +++ b/packages/hashicorp_vault/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.25.0" changes: - description: Add global filter on data_stream.dataset to improve performance. diff --git a/packages/hashicorp_vault/data_stream/metrics/manifest.yml b/packages/hashicorp_vault/data_stream/metrics/manifest.yml index 73d44fae7fe..06292e714d7 100644 --- a/packages/hashicorp_vault/data_stream/metrics/manifest.yml +++ b/packages/hashicorp_vault/data_stream/metrics/manifest.yml @@ -39,7 +39,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/hashicorp_vault/manifest.yml b/packages/hashicorp_vault/manifest.yml index 847f539c069..f8ad197be7c 100644 --- a/packages/hashicorp_vault/manifest.yml +++ b/packages/hashicorp_vault/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: hashicorp_vault title: Hashicorp Vault -version: "1.25.0" +version: "1.25.1" description: Collect logs and metrics from Hashicorp Vault with Elastic Agent. type: integration categories: diff --git a/packages/http_endpoint/changelog.yml b/packages/http_endpoint/changelog.yml index ebb2fe58a67..6c93f2d3f56 100644 --- a/packages/http_endpoint/changelog.yml +++ b/packages/http_endpoint/changelog.yml @@ -1,3 +1,8 @@ +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Make CEL program configuration available. diff --git a/packages/http_endpoint/manifest.yml b/packages/http_endpoint/manifest.yml index 10327aaef76..5927f8e10fb 100644 --- a/packages/http_endpoint/manifest.yml +++ b/packages/http_endpoint/manifest.yml @@ -3,7 +3,7 @@ name: http_endpoint title: Custom HTTP Endpoint Logs description: Collect JSON data from listening HTTP port with Elastic Agent. type: input -version: "2.3.0" +version: "2.3.1" conditions: kibana: version: "^8.14.0" @@ -180,8 +180,8 @@ policy_templates: show_user: false - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ibmmq/changelog.yml b/packages/ibmmq/changelog.yml index 0841e127bae..56edf915533 100644 --- a/packages/ibmmq/changelog.yml +++ b/packages/ibmmq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.2" changes: - description: Update links to getting started docs diff --git a/packages/ibmmq/manifest.yml b/packages/ibmmq/manifest.yml index 2658282f943..e6e1f9adbc8 100644 --- a/packages/ibmmq/manifest.yml +++ b/packages/ibmmq/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: ibmmq title: IBM MQ -version: "1.4.2" +version: "1.4.3" source: license: Elastic-2.0 description: Collect logs and metrics from IBM MQ with Elastic Agent. @@ -85,7 +85,7 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/imperva/changelog.yml b/packages/imperva/changelog.yml index cda422c51f3..1c3fbe32258 100644 --- a/packages/imperva/changelog.yml +++ b/packages/imperva/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.0" changes: - description: Add configuration for custom filestream options. Ensure filestream fingerprint is disabled in system test. diff --git a/packages/imperva/data_stream/securesphere/manifest.yml b/packages/imperva/data_stream/securesphere/manifest.yml index b2c92a9bf78..c044c070100 100644 --- a/packages/imperva/data_stream/securesphere/manifest.yml +++ b/packages/imperva/data_stream/securesphere/manifest.yml @@ -44,7 +44,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/imperva/manifest.yml b/packages/imperva/manifest.yml index 5b293e7ebe4..832babef4c3 100644 --- a/packages/imperva/manifest.yml +++ b/packages/imperva/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: imperva title: Imperva -version: "1.2.0" +version: "1.2.1" description: Collect logs from Imperva devices with Elastic Agent. categories: ["network", "security"] type: integration diff --git a/packages/imperva_cloud_waf/changelog.yml b/packages/imperva_cloud_waf/changelog.yml index a3c02feeeaf..849b832bf8b 100644 --- a/packages/imperva_cloud_waf/changelog.yml +++ b/packages/imperva_cloud_waf/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.5.1" changes: - description: Tolerate no separator in log files. diff --git a/packages/imperva_cloud_waf/data_stream/event/manifest.yml b/packages/imperva_cloud_waf/data_stream/event/manifest.yml index 05e1a8f339a..74d89e866a2 100644 --- a/packages/imperva_cloud_waf/data_stream/event/manifest.yml +++ b/packages/imperva_cloud_waf/data_stream/event/manifest.yml @@ -94,7 +94,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -319,7 +319,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/imperva_cloud_waf/manifest.yml b/packages/imperva_cloud_waf/manifest.yml index 76bbf892277..dff03db8f82 100644 --- a/packages/imperva_cloud_waf/manifest.yml +++ b/packages/imperva_cloud_waf/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: imperva_cloud_waf title: Imperva Cloud WAF -version: "1.5.1" +version: "1.5.2" description: Collect logs from Imperva Cloud WAF with Elastic Agent. type: integration categories: diff --git a/packages/infoblox_bloxone_ddi/changelog.yml b/packages/infoblox_bloxone_ddi/changelog.yml index fa22e6ae01b..29c70b332bd 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: "1.20.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.20.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/infoblox_bloxone_ddi/manifest.yml b/packages/infoblox_bloxone_ddi/manifest.yml index 1d2ad398c29..d95f6fc072c 100644 --- a/packages/infoblox_bloxone_ddi/manifest.yml +++ b/packages/infoblox_bloxone_ddi/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: infoblox_bloxone_ddi title: Infoblox BloxOne DDI -version: "1.20.0" +version: "1.20.1" description: Collect logs from Infoblox BloxOne DDI with Elastic Agent. type: integration categories: @@ -63,7 +63,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/infoblox_nios/changelog.yml b/packages/infoblox_nios/changelog.yml index d4e297563b8..7242d90e971 100644 --- a/packages/infoblox_nios/changelog.yml +++ b/packages/infoblox_nios/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.25.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/infoblox_nios/manifest.yml b/packages/infoblox_nios/manifest.yml index 83c2001051b..57c911d355e 100644 --- a/packages/infoblox_nios/manifest.yml +++ b/packages/infoblox_nios/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: infoblox_nios title: Infoblox NIOS -version: "1.25.0" +version: "1.25.1" description: Collect logs from Infoblox NIOS with Elastic Agent. type: integration categories: @@ -57,7 +57,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/jamf_compliance_reporter/changelog.yml b/packages/jamf_compliance_reporter/changelog.yml index 079722440b9..aa3427496aa 100644 --- a/packages/jamf_compliance_reporter/changelog.yml +++ b/packages/jamf_compliance_reporter/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.15.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.15.1" changes: - description: Update links to getting started docs diff --git a/packages/jamf_compliance_reporter/data_stream/log/manifest.yml b/packages/jamf_compliance_reporter/data_stream/log/manifest.yml index e8f46a9c26c..db24ddf46d2 100644 --- a/packages/jamf_compliance_reporter/data_stream/log/manifest.yml +++ b/packages/jamf_compliance_reporter/data_stream/log/manifest.yml @@ -33,7 +33,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -108,7 +108,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/jamf_compliance_reporter/manifest.yml b/packages/jamf_compliance_reporter/manifest.yml index 250ea34ea2f..1d362c8ec19 100644 --- a/packages/jamf_compliance_reporter/manifest.yml +++ b/packages/jamf_compliance_reporter/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: jamf_compliance_reporter title: Jamf Compliance Reporter -version: "1.15.1" +version: "1.15.2" description: Collect logs from Jamf Compliance Reporter with Elastic Agent. type: integration categories: diff --git a/packages/jamf_pro/changelog.yml b/packages/jamf_pro/changelog.yml index 3d0c2890c7f..316af143600 100644 --- a/packages/jamf_pro/changelog.yml +++ b/packages/jamf_pro/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.2.2" changes: - description: Inventory date formatting for filter. diff --git a/packages/jamf_pro/manifest.yml b/packages/jamf_pro/manifest.yml index f54a25bbc13..21fed5b391e 100644 --- a/packages/jamf_pro/manifest.yml +++ b/packages/jamf_pro/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.5 name: jamf_pro title: "Jamf Pro" -version: 0.2.2 +version: 0.2.3 source: license: "Elastic-2.0" description: "Collect logs and inventory data from Jamf Pro with Elastic Agent" @@ -68,7 +68,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/jamf_protect/changelog.yml b/packages/jamf_protect/changelog.yml index cef6f5dd814..32ade1d8cf8 100644 --- a/packages/jamf_protect/changelog.yml +++ b/packages/jamf_protect/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.9.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.9.1" changes: - description: Update links to getting started docs diff --git a/packages/jamf_protect/manifest.yml b/packages/jamf_protect/manifest.yml index b3a4d4a2851..0cdf7ee01a4 100644 --- a/packages/jamf_protect/manifest.yml +++ b/packages/jamf_protect/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: jamf_protect title: Jamf Protect -version: "2.9.1" +version: "2.9.2" description: Receives events from Jamf Protect with Elastic Agent. type: integration categories: @@ -60,8 +60,8 @@ policy_templates: show_user: false - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/jolokia_input/changelog.yml b/packages/jolokia_input/changelog.yml index e259e737623..0401b3f522d 100644 --- a/packages/jolokia_input/changelog.yml +++ b/packages/jolokia_input/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.6.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.6.1" changes: - description: Add missing category. diff --git a/packages/jolokia_input/manifest.yml b/packages/jolokia_input/manifest.yml index 791ed6d6f21..b2984b97ec5 100644 --- a/packages/jolokia_input/manifest.yml +++ b/packages/jolokia_input/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: jolokia title: "Jolokia Input" -version: "0.6.1" +version: "0.6.2" description: "Collects Metrics from Jolokia Agents" type: input categories: @@ -65,6 +65,7 @@ policy_templates: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -72,25 +73,30 @@ policy_templates: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: true - name: ssl.certificate type: text title: SSL Certificate + description: SSL Certificate. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key type: text title: SSL Private Key + description: SSL private Key. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key_passphrase type: password title: SSL Key Passphrase + description: SSL private key passphrase. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. secret: true show_user: true - name: ssl.ca_trusted_fingerprint type: text title: SSL CA Trusted Fingerprint + description: SSL CA Trusted Fingerprint. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: username type: text diff --git a/packages/jumpcloud/changelog.yml b/packages/jumpcloud/changelog.yml index b69f06a4f13..0c2d6902872 100644 --- a/packages/jumpcloud/changelog.yml +++ b/packages/jumpcloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/jumpcloud/data_stream/events/manifest.yml b/packages/jumpcloud/data_stream/events/manifest.yml index b6d835908ce..9a6015afbb2 100644 --- a/packages/jumpcloud/data_stream/events/manifest.yml +++ b/packages/jumpcloud/data_stream/events/manifest.yml @@ -50,7 +50,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/jumpcloud/manifest.yml b/packages/jumpcloud/manifest.yml index 0d294b5cd44..72c34215712 100644 --- a/packages/jumpcloud/manifest.yml +++ b/packages/jumpcloud/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: jumpcloud title: "JumpCloud" -version: "1.14.0" +version: "1.14.1" description: "Collect logs from JumpCloud Directory as a Service" type: integration categories: diff --git a/packages/juniper_srx/changelog.yml b/packages/juniper_srx/changelog.yml index 30a355a9cee..1734c53a9bc 100644 --- a/packages/juniper_srx/changelog.yml +++ b/packages/juniper_srx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.21.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.21.3" changes: - description: Populated event.outcome and event.category to system log on SSH login failure and added host.name field to system log. diff --git a/packages/juniper_srx/data_stream/log/manifest.yml b/packages/juniper_srx/data_stream/log/manifest.yml index 1c854893c46..91ec59160d6 100644 --- a/packages/juniper_srx/data_stream/log/manifest.yml +++ b/packages/juniper_srx/data_stream/log/manifest.yml @@ -46,7 +46,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/juniper_srx/manifest.yml b/packages/juniper_srx/manifest.yml index f50cabafb64..d9845e54cc8 100644 --- a/packages/juniper_srx/manifest.yml +++ b/packages/juniper_srx/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: juniper_srx title: Juniper SRX -version: "1.21.3" +version: "1.21.4" description: Collect logs from Juniper SRX devices with Elastic Agent. categories: ["network", "security", "firewall_security"] type: integration diff --git a/packages/kafka/changelog.yml b/packages/kafka/changelog.yml index 7882d838896..c654c9e6607 100644 --- a/packages/kafka/changelog.yml +++ b/packages/kafka/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.16.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.16.0" changes: - description: Add processor support for broker, consumergroup and partition data streams. diff --git a/packages/kafka/manifest.yml b/packages/kafka/manifest.yml index d2355c92bcb..5098efaae20 100644 --- a/packages/kafka/manifest.yml +++ b/packages/kafka/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: kafka title: Kafka -version: "1.16.0" +version: "1.16.1" description: Collect logs and metrics from Kafka servers with Elastic Agent. type: integration categories: @@ -55,28 +55,34 @@ policy_templates: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true show_user: true - name: ssl.certificate type: text title: SSL Certificate + description: SSL certificate. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key type: text title: SSL Private Key + description: SSL private key. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key_passphrase type: password title: SSL Key Passphrase + description: SSL private key passphrase. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. secret: true show_user: true - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.ca_trusted_fingerprint type: text title: SSL CA Trusted Fingerprint + description: SSL CA trusted fingerprint. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true owner: github: elastic/obs-infraobs-integrations diff --git a/packages/kafka_log/changelog.yml b/packages/kafka_log/changelog.yml index 36373ec41e6..efad8915842 100644 --- a/packages/kafka_log/changelog.yml +++ b/packages/kafka_log/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.7.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.0" changes: - description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template. diff --git a/packages/kafka_log/data_stream/generic/manifest.yml b/packages/kafka_log/data_stream/generic/manifest.yml index a544b4efa59..e2dedbe99cb 100644 --- a/packages/kafka_log/data_stream/generic/manifest.yml +++ b/packages/kafka_log/data_stream/generic/manifest.yml @@ -226,8 +226,8 @@ streams: show_user: false - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/kafka_log/manifest.yml b/packages/kafka_log/manifest.yml index 5895d6d909d..a3bd0c8208f 100644 --- a/packages/kafka_log/manifest.yml +++ b/packages/kafka_log/manifest.yml @@ -3,7 +3,7 @@ name: kafka_log title: Custom Kafka Logs description: Collect data from kafka topic with Elastic Agent. type: integration -version: "1.7.0" +version: "1.7.1" conditions: kibana: version: "^8.13.0" diff --git a/packages/kibana/changelog.yml b/packages/kibana/changelog.yml index 4b2d7bf6c66..a7429cb7d72 100644 --- a/packages/kibana/changelog.yml +++ b/packages/kibana/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.5.6" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.5.5" changes: - description: Add field mapping for the ECS `span.id` field. diff --git a/packages/kibana/manifest.yml b/packages/kibana/manifest.yml index 88c25c62377..057037559b1 100644 --- a/packages/kibana/manifest.yml +++ b/packages/kibana/manifest.yml @@ -1,6 +1,6 @@ name: kibana title: Kibana -version: 2.5.5 +version: 2.5.6 description: Collect logs and metrics from Kibana with Elastic Agent. type: integration icons: @@ -66,7 +66,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -109,7 +109,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/kubernetes/changelog.yml b/packages/kubernetes/changelog.yml index dedd90abe3b..486ce552826 100644 --- a/packages/kubernetes/changelog.yml +++ b/packages/kubernetes/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 1.70.2 + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: 1.70.1 changes: - description: Fix kubernetes.pod.cpu.usage.nanocores unit diff --git a/packages/kubernetes/data_stream/apiserver/manifest.yml b/packages/kubernetes/data_stream/apiserver/manifest.yml index 778cc8a637d..2f015ca08b1 100644 --- a/packages/kubernetes/data_stream/apiserver/manifest.yml +++ b/packages/kubernetes/data_stream/apiserver/manifest.yml @@ -40,6 +40,7 @@ streams: multi: true required: true show_user: true + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. default: - /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - name: processors diff --git a/packages/kubernetes/data_stream/container/manifest.yml b/packages/kubernetes/data_stream/container/manifest.yml index 163742bf5a3..6bb87b4dbf0 100644 --- a/packages/kubernetes/data_stream/container/manifest.yml +++ b/packages/kubernetes/data_stream/container/manifest.yml @@ -37,6 +37,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true @@ -57,6 +58,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/controllermanager/manifest.yml b/packages/kubernetes/data_stream/controllermanager/manifest.yml index 6196b12af3f..06fe86fa68c 100644 --- a/packages/kubernetes/data_stream/controllermanager/manifest.yml +++ b/packages/kubernetes/data_stream/controllermanager/manifest.yml @@ -31,6 +31,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true diff --git a/packages/kubernetes/data_stream/node/manifest.yml b/packages/kubernetes/data_stream/node/manifest.yml index f53b401f7b5..063f7bf18ca 100644 --- a/packages/kubernetes/data_stream/node/manifest.yml +++ b/packages/kubernetes/data_stream/node/manifest.yml @@ -37,6 +37,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true @@ -44,6 +45,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/pod/manifest.yml b/packages/kubernetes/data_stream/pod/manifest.yml index 771936eec4e..6cd09cea228 100644 --- a/packages/kubernetes/data_stream/pod/manifest.yml +++ b/packages/kubernetes/data_stream/pod/manifest.yml @@ -37,6 +37,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true @@ -44,6 +45,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/scheduler/manifest.yml b/packages/kubernetes/data_stream/scheduler/manifest.yml index d50106c6bd2..1df4e541d9e 100644 --- a/packages/kubernetes/data_stream/scheduler/manifest.yml +++ b/packages/kubernetes/data_stream/scheduler/manifest.yml @@ -31,6 +31,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true diff --git a/packages/kubernetes/data_stream/state_container/manifest.yml b/packages/kubernetes/data_stream/state_container/manifest.yml index 1cc50a6e831..ac707471260 100644 --- a/packages/kubernetes/data_stream/state_container/manifest.yml +++ b/packages/kubernetes/data_stream/state_container/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_cronjob/manifest.yml b/packages/kubernetes/data_stream/state_cronjob/manifest.yml index ba454a325f1..eb03731b0fd 100644 --- a/packages/kubernetes/data_stream/state_cronjob/manifest.yml +++ b/packages/kubernetes/data_stream/state_cronjob/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_daemonset/manifest.yml b/packages/kubernetes/data_stream/state_daemonset/manifest.yml index 81cfa65431d..5de9da8fd61 100644 --- a/packages/kubernetes/data_stream/state_daemonset/manifest.yml +++ b/packages/kubernetes/data_stream/state_daemonset/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_deployment/manifest.yml b/packages/kubernetes/data_stream/state_deployment/manifest.yml index c5a1c0a72e5..173b472dc35 100644 --- a/packages/kubernetes/data_stream/state_deployment/manifest.yml +++ b/packages/kubernetes/data_stream/state_deployment/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_job/manifest.yml b/packages/kubernetes/data_stream/state_job/manifest.yml index 40d982e6fbe..69d0b03055d 100644 --- a/packages/kubernetes/data_stream/state_job/manifest.yml +++ b/packages/kubernetes/data_stream/state_job/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_namespace/manifest.yml b/packages/kubernetes/data_stream/state_namespace/manifest.yml index a79ac40fd13..d4dc913454b 100644 --- a/packages/kubernetes/data_stream/state_namespace/manifest.yml +++ b/packages/kubernetes/data_stream/state_namespace/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_node/manifest.yml b/packages/kubernetes/data_stream/state_node/manifest.yml index 9232ec1819e..63089889103 100644 --- a/packages/kubernetes/data_stream/state_node/manifest.yml +++ b/packages/kubernetes/data_stream/state_node/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_persistentvolume/manifest.yml b/packages/kubernetes/data_stream/state_persistentvolume/manifest.yml index 87d8a4f850d..70dba57ad41 100644 --- a/packages/kubernetes/data_stream/state_persistentvolume/manifest.yml +++ b/packages/kubernetes/data_stream/state_persistentvolume/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_persistentvolumeclaim/manifest.yml b/packages/kubernetes/data_stream/state_persistentvolumeclaim/manifest.yml index 74b92738bee..9e81c8e6f66 100644 --- a/packages/kubernetes/data_stream/state_persistentvolumeclaim/manifest.yml +++ b/packages/kubernetes/data_stream/state_persistentvolumeclaim/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_pod/manifest.yml b/packages/kubernetes/data_stream/state_pod/manifest.yml index 4288cf6d8c0..f8ac54ff25d 100644 --- a/packages/kubernetes/data_stream/state_pod/manifest.yml +++ b/packages/kubernetes/data_stream/state_pod/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_replicaset/manifest.yml b/packages/kubernetes/data_stream/state_replicaset/manifest.yml index 3faa5d39241..3ce28fedab0 100644 --- a/packages/kubernetes/data_stream/state_replicaset/manifest.yml +++ b/packages/kubernetes/data_stream/state_replicaset/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_resourcequota/manifest.yml b/packages/kubernetes/data_stream/state_resourcequota/manifest.yml index edfae8bb8fb..4bcab2d366c 100644 --- a/packages/kubernetes/data_stream/state_resourcequota/manifest.yml +++ b/packages/kubernetes/data_stream/state_resourcequota/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_service/manifest.yml b/packages/kubernetes/data_stream/state_service/manifest.yml index fff5551b0e7..a955bc0a054 100644 --- a/packages/kubernetes/data_stream/state_service/manifest.yml +++ b/packages/kubernetes/data_stream/state_service/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_statefulset/manifest.yml b/packages/kubernetes/data_stream/state_statefulset/manifest.yml index 29b4c5b6951..98f9ee5c8a5 100644 --- a/packages/kubernetes/data_stream/state_statefulset/manifest.yml +++ b/packages/kubernetes/data_stream/state_statefulset/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/state_storageclass/manifest.yml b/packages/kubernetes/data_stream/state_storageclass/manifest.yml index efa86393f24..4b18fc5d58a 100644 --- a/packages/kubernetes/data_stream/state_storageclass/manifest.yml +++ b/packages/kubernetes/data_stream/state_storageclass/manifest.yml @@ -51,6 +51,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/system/manifest.yml b/packages/kubernetes/data_stream/system/manifest.yml index 690f1adb9d7..eb42942ab26 100644 --- a/packages/kubernetes/data_stream/system/manifest.yml +++ b/packages/kubernetes/data_stream/system/manifest.yml @@ -37,6 +37,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true @@ -44,6 +45,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/data_stream/volume/manifest.yml b/packages/kubernetes/data_stream/volume/manifest.yml index 1f5595c915b..83ae35496eb 100644 --- a/packages/kubernetes/data_stream/volume/manifest.yml +++ b/packages/kubernetes/data_stream/volume/manifest.yml @@ -37,6 +37,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true @@ -44,6 +45,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/kubernetes/manifest.yml b/packages/kubernetes/manifest.yml index 2d149afea57..9b770fd6b77 100644 --- a/packages/kubernetes/manifest.yml +++ b/packages/kubernetes/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.2 name: kubernetes title: Kubernetes -version: 1.70.1 +version: 1.70.2 description: Collect logs and metrics from Kubernetes clusters with Elastic Agent. type: integration categories: diff --git a/packages/lastpass/changelog.yml b/packages/lastpass/changelog.yml index 6b4d9b0d11f..806a4404e5b 100644 --- a/packages/lastpass/changelog.yml +++ b/packages/lastpass/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.19.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.19.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/lastpass/manifest.yml b/packages/lastpass/manifest.yml index cc1ea3196af..15ffeab4de3 100644 --- a/packages/lastpass/manifest.yml +++ b/packages/lastpass/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: lastpass title: LastPass -version: "1.19.0" +version: "1.19.1" description: Collect logs from LastPass with Elastic Agent. type: integration categories: @@ -67,7 +67,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/logstash/changelog.yml b/packages/logstash/changelog.yml index cd2e309d567..badab77f5dd 100644 --- a/packages/logstash/changelog.yml +++ b/packages/logstash/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.4.13" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.4.12" changes: - description: Update documentation for GA of agent based monitoring diff --git a/packages/logstash/manifest.yml b/packages/logstash/manifest.yml index 7ac30bfa4a5..3fb44f8d615 100644 --- a/packages/logstash/manifest.yml +++ b/packages/logstash/manifest.yml @@ -1,6 +1,6 @@ name: logstash title: Logstash -version: 2.4.12 +version: 2.4.13 description: Collect logs and metrics from Logstash with Elastic Agent. type: integration icons: @@ -116,7 +116,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/m365_defender/changelog.yml b/packages/m365_defender/changelog.yml index 0659ea11f93..b13640066ae 100644 --- a/packages/m365_defender/changelog.yml +++ b/packages/m365_defender/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.21.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.21.0" changes: - description: Add ASN enrichment for IP addresses. diff --git a/packages/m365_defender/manifest.yml b/packages/m365_defender/manifest.yml index bd0d26d8cd0..eddbc1b9f89 100644 --- a/packages/m365_defender/manifest.yml +++ b/packages/m365_defender/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: m365_defender title: Microsoft M365 Defender -version: "2.21.0" +version: "2.21.1" description: Collect logs from Microsoft M365 Defender with Elastic Agent. categories: - "security" @@ -75,7 +75,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/menlo/changelog.yml b/packages/menlo/changelog.yml index 033b3093adb..f35473277cd 100644 --- a/packages/menlo/changelog.yml +++ b/packages/menlo/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/menlo/manifest.yml b/packages/menlo/manifest.yml index 822c37572eb..7283dfab252 100644 --- a/packages/menlo/manifest.yml +++ b/packages/menlo/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: menlo title: "Menlo Security" -version: "1.4.0" +version: "1.4.1" source: license: "Elastic-2.0" description: "Collect logs from Menlo Security products with Elastic Agent" @@ -54,7 +54,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/microsoft_exchange_online_message_trace/changelog.yml b/packages/microsoft_exchange_online_message_trace/changelog.yml index b3f859b2bd4..61e8ec97fc9 100644 --- a/packages/microsoft_exchange_online_message_trace/changelog.yml +++ b/packages/microsoft_exchange_online_message_trace/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.25.3" changes: - description: Remove incorrect use of `event.start`, `event.end`. diff --git a/packages/microsoft_exchange_online_message_trace/manifest.yml b/packages/microsoft_exchange_online_message_trace/manifest.yml index d400574c0b5..abea9dedc9f 100644 --- a/packages/microsoft_exchange_online_message_trace/manifest.yml +++ b/packages/microsoft_exchange_online_message_trace/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: microsoft_exchange_online_message_trace title: "Microsoft Exchange Online Message Trace" -version: "1.25.3" +version: "1.25.4" description: "Microsoft Exchange Online Message Trace Integration" type: integration categories: @@ -170,7 +170,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/microsoft_sentinel/changelog.yml b/packages/microsoft_sentinel/changelog.yml index 9fc7f01f6ef..5e9994ae7ef 100644 --- a/packages/microsoft_sentinel/changelog.yml +++ b/packages/microsoft_sentinel/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.3.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/microsoft_sentinel/manifest.yml b/packages/microsoft_sentinel/manifest.yml index 49234267f66..c54158e8219 100644 --- a/packages/microsoft_sentinel/manifest.yml +++ b/packages/microsoft_sentinel/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: microsoft_sentinel title: Microsoft Sentinel -version: 0.3.0 +version: 0.3.1 description: Collect logs from Microsoft Sentinel with Elastic Agent. type: integration categories: @@ -108,7 +108,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/mongodb/changelog.yml b/packages/mongodb/changelog.yml index 397367df636..b9c4f481417 100644 --- a/packages/mongodb/changelog.yml +++ b/packages/mongodb/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.17.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.17.0" changes: - description: Add support of extra collstats metrics (size, count, avgObjSize, storageSize, totalIndexSize, totalSize, max, nindexes) diff --git a/packages/mongodb/manifest.yml b/packages/mongodb/manifest.yml index bf23e9ae3d1..c3523d417e1 100644 --- a/packages/mongodb/manifest.yml +++ b/packages/mongodb/manifest.yml @@ -1,6 +1,6 @@ name: mongodb title: MongoDB -version: "1.17.0" +version: "1.17.1" description: Collect logs and metrics from MongoDB instances with Elastic Agent. type: integration categories: diff --git a/packages/mysql/changelog.yml b/packages/mysql/changelog.yml index 93a6529440d..24fd15712a3 100644 --- a/packages/mysql/changelog.yml +++ b/packages/mysql/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 1.26.1 + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: 1.26.0 changes: - description: Add support for Kibana `9.0.0`. diff --git a/packages/mysql/manifest.yml b/packages/mysql/manifest.yml index f2b088dff6f..6ed3dda1a7b 100644 --- a/packages/mysql/manifest.yml +++ b/packages/mysql/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: mysql title: MySQL -version: "1.26.0" +version: "1.26.1" description: Collect logs and metrics from MySQL servers with Elastic Agent. type: integration categories: @@ -62,7 +62,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -111,7 +111,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/nagios_xi/changelog.yml b/packages/nagios_xi/changelog.yml index dd94316f6b1..c5bb5478bf5 100644 --- a/packages/nagios_xi/changelog.yml +++ b/packages/nagios_xi/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.1" changes: - description: Update links to getting started docs diff --git a/packages/nagios_xi/manifest.yml b/packages/nagios_xi/manifest.yml index 58aeefec0c0..ac92f7fa8d7 100644 --- a/packages/nagios_xi/manifest.yml +++ b/packages/nagios_xi/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: nagios_xi title: "Nagios XI" -version: "1.4.1" +version: "1.4.2" description: Collect Logs and Metrics from Nagios XI with Elastic Agent. type: integration categories: @@ -72,7 +72,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/netskope/changelog.yml b/packages/netskope/changelog.yml index b6e5a48e964..aeeb7ee1f28 100644 --- a/packages/netskope/changelog.yml +++ b/packages/netskope/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.22.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.22.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/netskope/manifest.yml b/packages/netskope/manifest.yml index a14306bc23f..00dacd3f47c 100644 --- a/packages/netskope/manifest.yml +++ b/packages/netskope/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: netskope title: "Netskope" -version: "1.22.0" +version: "1.22.1" description: Collect logs from Netskope with Elastic Agent. type: integration categories: @@ -42,7 +42,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/nginx/changelog.yml b/packages/nginx/changelog.yml index e7aae216af5..74def3d2974 100644 --- a/packages/nginx/changelog.yml +++ b/packages/nginx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.25.0" changes: - description: Add support for Kibana `9.0.0`. diff --git a/packages/nginx/manifest.yml b/packages/nginx/manifest.yml index 49556c8a7e3..816923c4a50 100644 --- a/packages/nginx/manifest.yml +++ b/packages/nginx/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: nginx title: Nginx -version: "1.25.0" +version: "1.25.1" description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent. type: integration categories: @@ -80,7 +80,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/okta/changelog.yml b/packages/okta/changelog.yml index ad6b6ec5bce..55ceec2b6a6 100644 --- a/packages/okta/changelog.yml +++ b/packages/okta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.4.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "3.4.1" changes: - description: Fix ECS event.category and event.type mappings. diff --git a/packages/okta/manifest.yml b/packages/okta/manifest.yml index 67607c8c4d1..c72e9eb8ac2 100644 --- a/packages/okta/manifest.yml +++ b/packages/okta/manifest.yml @@ -1,6 +1,6 @@ name: okta title: Okta -version: "3.4.1" +version: "3.4.2" description: Collect and parse event logs from Okta API with Elastic Agent. type: integration format_version: "3.1.0" @@ -143,7 +143,8 @@ policy_templates: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. Disabling the request tracer will delete any stored traces. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_enable) for details. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true diff --git a/packages/oracle_weblogic/changelog.yml b/packages/oracle_weblogic/changelog.yml index 01965560ef8..5423da715c5 100644 --- a/packages/oracle_weblogic/changelog.yml +++ b/packages/oracle_weblogic/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.0" changes: - description: Add processor support for deployed_application and threadpool data streams. diff --git a/packages/oracle_weblogic/manifest.yml b/packages/oracle_weblogic/manifest.yml index 3cd3f6f547d..dfcd708040c 100644 --- a/packages/oracle_weblogic/manifest.yml +++ b/packages/oracle_weblogic/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: oracle_weblogic title: Oracle WebLogic -version: "1.8.0" +version: "1.8.1" description: Collect logs and metrics from Oracle WebLogic with Elastic Agent. type: integration categories: @@ -88,7 +88,7 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/panw/changelog.yml b/packages/panw/changelog.yml index 711ce9c360c..0f560b26360 100644 --- a/packages/panw/changelog.yml +++ b/packages/panw/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "5.0.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "5.0.0" changes: - description: Remove leftover message field after parse diff --git a/packages/panw/data_stream/panos/manifest.yml b/packages/panw/data_stream/panos/manifest.yml index 8c44ada3751..58825f3a033 100644 --- a/packages/panw/data_stream/panos/manifest.yml +++ b/packages/panw/data_stream/panos/manifest.yml @@ -81,7 +81,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/panw/manifest.yml b/packages/panw/manifest.yml index 180d6750f8d..50a4ca3fcdd 100644 --- a/packages/panw/manifest.yml +++ b/packages/panw/manifest.yml @@ -1,6 +1,6 @@ name: panw title: Palo Alto Next-Gen Firewall -version: "5.0.0" +version: "5.0.1" description: Collect logs from Palo Alto next-gen firewalls with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/panw_cortex_xdr/changelog.yml b/packages/panw_cortex_xdr/changelog.yml index 963cedb2696..657889daddf 100644 --- a/packages/panw_cortex_xdr/changelog.yml +++ b/packages/panw_cortex_xdr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.32.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.32.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/panw_cortex_xdr/data_stream/alerts/manifest.yml b/packages/panw_cortex_xdr/data_stream/alerts/manifest.yml index 2d95741ed64..55630db2ed9 100644 --- a/packages/panw_cortex_xdr/data_stream/alerts/manifest.yml +++ b/packages/panw_cortex_xdr/data_stream/alerts/manifest.yml @@ -69,11 +69,11 @@ streams: description: How far back in time to look for alerts the first time running. Supported units for this parameter are h/m/s. - name: ssl type: yaml - title: SSL + title: SSL Configuration multi: false required: false show_user: true - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. default: | #certificate: "/etc/server/cert.pem" #key: "/etc/server/key.pem" diff --git a/packages/panw_cortex_xdr/data_stream/incidents/manifest.yml b/packages/panw_cortex_xdr/data_stream/incidents/manifest.yml index 5c382801ed0..1ffb0ad59f9 100644 --- a/packages/panw_cortex_xdr/data_stream/incidents/manifest.yml +++ b/packages/panw_cortex_xdr/data_stream/incidents/manifest.yml @@ -69,11 +69,11 @@ streams: description: How far back in time to look for incidents the first time running. Supported units for this parameter are h/m/s. - name: ssl type: yaml - title: SSL + title: SSL Configuration multi: false required: false show_user: true - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. default: | #certificate: "/etc/server/cert.pem" #key: "/etc/server/key.pem" diff --git a/packages/panw_cortex_xdr/manifest.yml b/packages/panw_cortex_xdr/manifest.yml index 484925e8bb1..43a237f08d7 100644 --- a/packages/panw_cortex_xdr/manifest.yml +++ b/packages/panw_cortex_xdr/manifest.yml @@ -1,6 +1,6 @@ name: panw_cortex_xdr title: Palo Alto Cortex XDR -version: "1.32.0" +version: "1.32.1" description: Collect logs from Palo Alto Cortex XDR with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/pfsense/changelog.yml b/packages/pfsense/changelog.yml index f662762fb32..ed6de9a3199 100644 --- a/packages/pfsense/changelog.yml +++ b/packages/pfsense/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.20.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.20.2" changes: - description: Use triple-brace Mustache templating when referencing variables in ingest pipelines. diff --git a/packages/pfsense/data_stream/log/manifest.yml b/packages/pfsense/data_stream/log/manifest.yml index 1dac9ae7d25..f9503db7cf8 100644 --- a/packages/pfsense/data_stream/log/manifest.yml +++ b/packages/pfsense/data_stream/log/manifest.yml @@ -128,11 +128,11 @@ streams: - forwarded - name: ssl type: yaml - title: TLS configuration + title: SSL configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. - name: preserve_original_event required: true show_user: true diff --git a/packages/pfsense/manifest.yml b/packages/pfsense/manifest.yml index 229b9a58fe2..417ee0cd4ce 100644 --- a/packages/pfsense/manifest.yml +++ b/packages/pfsense/manifest.yml @@ -1,6 +1,6 @@ name: pfsense title: pfSense -version: "1.20.2" +version: "1.20.3" description: Collect logs from pfSense and OPNsense with Elastic Agent. type: integration icons: diff --git a/packages/php_fpm/changelog.yml b/packages/php_fpm/changelog.yml index efab4d8d325..bb82b3b39d9 100644 --- a/packages/php_fpm/changelog.yml +++ b/packages/php_fpm/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.1" changes: - description: Update links to getting started docs diff --git a/packages/php_fpm/manifest.yml b/packages/php_fpm/manifest.yml index 943e252660f..f55b1ee6f91 100644 --- a/packages/php_fpm/manifest.yml +++ b/packages/php_fpm/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: php_fpm title: PHP-FPM -version: "1.4.1" +version: "1.4.2" description: This Elastic integration collects metrics from PHP-FPM. type: integration categories: @@ -59,7 +59,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ping_federate/changelog.yml b/packages/ping_federate/changelog.yml index 6aeb9d96ad7..cd128569c24 100644 --- a/packages/ping_federate/changelog.yml +++ b/packages/ping_federate/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.1.0" changes: - description: Initial Release. diff --git a/packages/ping_federate/data_stream/audit/manifest.yml b/packages/ping_federate/data_stream/audit/manifest.yml index 7028377194d..9b90fb87123 100644 --- a/packages/ping_federate/data_stream/audit/manifest.yml +++ b/packages/ping_federate/data_stream/audit/manifest.yml @@ -44,7 +44,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ping_federate/manifest.yml b/packages/ping_federate/manifest.yml index 36f5110ffb0..2f9a2de3ced 100644 --- a/packages/ping_federate/manifest.yml +++ b/packages/ping_federate/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: ping_federate title: PingFederate -version: 0.1.0 +version: 0.1.1 description: Collect logs from PingFederate with Elastic Agent. type: integration categories: diff --git a/packages/ping_one/changelog.yml b/packages/ping_one/changelog.yml index 893f5cb3f49..305c4080b57 100644 --- a/packages/ping_one/changelog.yml +++ b/packages/ping_one/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.18.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.18.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ping_one/manifest.yml b/packages/ping_one/manifest.yml index 8dcb9d174fd..4c3b7769091 100644 --- a/packages/ping_one/manifest.yml +++ b/packages/ping_one/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: ping_one title: PingOne -version: "1.18.0" +version: "1.18.1" description: Collect logs from PingOne with Elastic-Agent. type: integration categories: @@ -40,7 +40,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -121,7 +121,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/pps/changelog.yml b/packages/pps/changelog.yml index 093e062649b..f584134d807 100644 --- a/packages/pps/changelog.yml +++ b/packages/pps/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.3.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/pps/manifest.yml b/packages/pps/manifest.yml index be63de19f5a..f683982a7ee 100644 --- a/packages/pps/manifest.yml +++ b/packages/pps/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: pps title: "Pleasant Password Server" -version: "0.3.0" +version: "0.3.1" source: license: "Apache-2.0" description: "Integration for Pleasant Password Server Syslog Messages" @@ -56,7 +56,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/prisma_access/changelog.yml b/packages/prisma_access/changelog.yml index 9b898f0e81c..88fe0f21e2f 100644 --- a/packages/prisma_access/changelog.yml +++ b/packages/prisma_access/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.3.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/prisma_access/data_stream/event/manifest.yml b/packages/prisma_access/data_stream/event/manifest.yml index 981ec759db6..49c1501888f 100644 --- a/packages/prisma_access/data_stream/event/manifest.yml +++ b/packages/prisma_access/data_stream/event/manifest.yml @@ -36,7 +36,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: true show_user: true diff --git a/packages/prisma_access/manifest.yml b/packages/prisma_access/manifest.yml index 871f9df6150..ba06a8ee48c 100644 --- a/packages/prisma_access/manifest.yml +++ b/packages/prisma_access/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.4 name: prisma_access title: Palo Alto Prisma Access -version: 1.3.0 +version: 1.3.1 description: Collect logs from Palo Alto Prisma Access with Elastic Agent. type: integration categories: diff --git a/packages/prisma_cloud/changelog.yml b/packages/prisma_cloud/changelog.yml index 3e177a5f298..377eae73761 100644 --- a/packages/prisma_cloud/changelog.yml +++ b/packages/prisma_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.1" changes: - description: Fix handle of arrays in host ingest pipeline. diff --git a/packages/prisma_cloud/manifest.yml b/packages/prisma_cloud/manifest.yml index 027036c2eab..c5f5c53f496 100644 --- a/packages/prisma_cloud/manifest.yml +++ b/packages/prisma_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: prisma_cloud title: "Palo Alto Prisma Cloud" -version: "1.7.1" +version: "1.7.2" description: "Collect logs from Prisma Cloud with Elastic Agent." type: integration categories: @@ -72,7 +72,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -105,7 +105,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/prometheus/changelog.yml b/packages/prometheus/changelog.yml index 504e615e47c..f2bacf39a4d 100644 --- a/packages/prometheus/changelog.yml +++ b/packages/prometheus/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.22.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.22.0" changes: - description: Added custom configuration option to all data streams. diff --git a/packages/prometheus/data_stream/collector/manifest.yml b/packages/prometheus/data_stream/collector/manifest.yml index 73404f90ffc..c6fbb7c666e 100644 --- a/packages/prometheus/data_stream/collector/manifest.yml +++ b/packages/prometheus/data_stream/collector/manifest.yml @@ -70,6 +70,7 @@ streams: - name: ssl.verification_mode type: text title: SSL Verification Mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -77,25 +78,30 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: true - name: ssl.certificate type: text title: SSL Certificate + description: SSL certificate. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key type: text title: SSL Private Key + description: SSL private key. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: ssl.key_passphrase type: password title: SSL Key Passphrase + description: SSL private key passphrase. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. secret: true show_user: true - name: ssl.ca_trusted_fingerprint type: text title: SSL CA Trusted Fingerprint + description: SSL CA trusted fingerprint. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. show_user: true - name: metrics_filters.exclude type: text diff --git a/packages/prometheus/data_stream/remote_write/manifest.yml b/packages/prometheus/data_stream/remote_write/manifest.yml index c5142f80548..7d1f0b15c8e 100644 --- a/packages/prometheus/data_stream/remote_write/manifest.yml +++ b/packages/prometheus/data_stream/remote_write/manifest.yml @@ -32,6 +32,7 @@ streams: - name: ssl.certificate type: text title: SSL Certificate + description: SSL certificate. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -39,6 +40,7 @@ streams: - name: ssl.key type: text title: SSL Key + description: SSL key. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -46,6 +48,7 @@ streams: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/prometheus/manifest.yml b/packages/prometheus/manifest.yml index 0213baa86a1..f8b6c5d890e 100644 --- a/packages/prometheus/manifest.yml +++ b/packages/prometheus/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.3.0" name: prometheus title: Prometheus -version: 1.22.0 +version: 1.22.1 description: Collect metrics from Prometheus servers with Elastic Agent. type: integration categories: diff --git a/packages/prometheus_input/changelog.yml b/packages/prometheus_input/changelog.yml index b605fa39f31..898f182f6a3 100644 --- a/packages/prometheus_input/changelog.yml +++ b/packages/prometheus_input/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 0.6.2 + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: 0.6.1 changes: - description: Add observability category. diff --git a/packages/prometheus_input/manifest.yml b/packages/prometheus_input/manifest.yml index aec0ca7afc6..4225e08c8d1 100644 --- a/packages/prometheus_input/manifest.yml +++ b/packages/prometheus_input/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: prometheus_input title: "Prometheus Input" -version: "0.6.1" +version: "0.6.2" description: "Collects metrics from Prometheus exporter." type: input categories: @@ -73,6 +73,7 @@ policy_templates: - name: ssl.certificate_authorities type: text title: SSL Certificate Authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: true required: false show_user: false diff --git a/packages/proofpoint_tap/changelog.yml b/packages/proofpoint_tap/changelog.yml index 89885ea46f1..ad24131c5ba 100644 --- a/packages/proofpoint_tap/changelog.yml +++ b/packages/proofpoint_tap/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.26.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.26.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/proofpoint_tap/manifest.yml b/packages/proofpoint_tap/manifest.yml index b5c08856aee..e44e2cebfb3 100644 --- a/packages/proofpoint_tap/manifest.yml +++ b/packages/proofpoint_tap/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: proofpoint_tap title: Proofpoint TAP -version: "1.26.0" +version: "1.26.1" description: Collect logs from Proofpoint TAP with Elastic Agent. type: integration categories: @@ -62,7 +62,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/proxysg/changelog.yml b/packages/proxysg/changelog.yml index 9080b709feb..a087fa8700a 100644 --- a/packages/proxysg/changelog.yml +++ b/packages/proxysg/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 0.4.1 + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: 0.4.0 changes: - description: Add configuration for custom filestream options. Ensure filestream fingerprint is disabled in system test. diff --git a/packages/proxysg/data_stream/log/manifest.yml b/packages/proxysg/data_stream/log/manifest.yml index bc7d13830a8..bce3fd9b897 100644 --- a/packages/proxysg/data_stream/log/manifest.yml +++ b/packages/proxysg/data_stream/log/manifest.yml @@ -189,7 +189,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/proxysg/manifest.yml b/packages/proxysg/manifest.yml index 3cf36bad4b0..443fb05f5cf 100644 --- a/packages/proxysg/manifest.yml +++ b/packages/proxysg/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.1 name: proxysg title: "Broadcom ProxySG" -version: 0.4.0 +version: 0.4.1 source: license: "Elastic-2.0" description: "Collect access logs from Broadcom ProxySG with Elastic Agent." diff --git a/packages/pulse_connect_secure/changelog.yml b/packages/pulse_connect_secure/changelog.yml index 9c9aa042689..5998d02b33d 100644 --- a/packages/pulse_connect_secure/changelog.yml +++ b/packages/pulse_connect_secure/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.4.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/pulse_connect_secure/data_stream/log/manifest.yml b/packages/pulse_connect_secure/data_stream/log/manifest.yml index 7474deed626..c36de995a95 100644 --- a/packages/pulse_connect_secure/data_stream/log/manifest.yml +++ b/packages/pulse_connect_secure/data_stream/log/manifest.yml @@ -84,11 +84,11 @@ streams: - pulse_connect_secure-log - name: ssl type: yaml - title: TLS configuration + title: SSL configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. - name: preserve_original_event required: true show_user: true diff --git a/packages/pulse_connect_secure/manifest.yml b/packages/pulse_connect_secure/manifest.yml index 7e7815a7e6d..c9d2acc8c61 100644 --- a/packages/pulse_connect_secure/manifest.yml +++ b/packages/pulse_connect_secure/manifest.yml @@ -1,6 +1,6 @@ name: pulse_connect_secure title: Pulse Connect Secure -version: "2.4.0" +version: "2.4.1" description: Collect logs from Pulse Connect Secure with Elastic Agent. type: integration icons: diff --git a/packages/qnap_nas/changelog.yml b/packages/qnap_nas/changelog.yml index e61be4625a5..3441ebcc6e7 100644 --- a/packages/qnap_nas/changelog.yml +++ b/packages/qnap_nas/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.20.3" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.20.2" changes: - description: Fix mapping of event.created. diff --git a/packages/qnap_nas/data_stream/log/manifest.yml b/packages/qnap_nas/data_stream/log/manifest.yml index bd5f1aa76f3..05bbb4393c0 100644 --- a/packages/qnap_nas/data_stream/log/manifest.yml +++ b/packages/qnap_nas/data_stream/log/manifest.yml @@ -41,11 +41,11 @@ streams: - forwarded - name: ssl type: yaml - title: TLS configuration + title: SSL Configuration multi: false required: false show_user: true - description: Options for enabling TLS mode. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. - name: preserve_original_event required: true show_user: true diff --git a/packages/qnap_nas/manifest.yml b/packages/qnap_nas/manifest.yml index de2c5bcca8e..648dfcad6c5 100644 --- a/packages/qnap_nas/manifest.yml +++ b/packages/qnap_nas/manifest.yml @@ -1,6 +1,6 @@ name: qnap_nas title: QNAP NAS -version: "1.20.2" +version: "1.20.3" description: Collect logs from QNAP NAS devices with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/qualys_vmdr/changelog.yml b/packages/qualys_vmdr/changelog.yml index 8a073158469..206833a82a6 100644 --- a/packages/qualys_vmdr/changelog.yml +++ b/packages/qualys_vmdr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "5.9.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "5.9.0" changes: - description: Add "show_igs" UI option that allows users to fetch detections records with `Information Gathered`. diff --git a/packages/qualys_vmdr/manifest.yml b/packages/qualys_vmdr/manifest.yml index 5454657ad9e..eb6232e352b 100644 --- a/packages/qualys_vmdr/manifest.yml +++ b/packages/qualys_vmdr/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: qualys_vmdr title: Qualys VMDR -version: "5.9.0" +version: "5.9.1" description: Collect data from Qualys VMDR platform with Elastic Agent. type: integration categories: @@ -64,7 +64,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/rapid7_insightvm/changelog.yml b/packages/rapid7_insightvm/changelog.yml index 2e372be6218..b33136621ce 100644 --- a/packages/rapid7_insightvm/changelog.yml +++ b/packages/rapid7_insightvm/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.15.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.15.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/rapid7_insightvm/manifest.yml b/packages/rapid7_insightvm/manifest.yml index 819bdfcac3a..5479c8d1991 100644 --- a/packages/rapid7_insightvm/manifest.yml +++ b/packages/rapid7_insightvm/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: rapid7_insightvm title: Rapid7 InsightVM -version: "1.15.0" +version: "1.15.1" source: license: "Elastic-2.0" description: Collect logs from Rapid7 InsightVM with Elastic Agent. @@ -69,7 +69,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/redis/changelog.yml b/packages/redis/changelog.yml index ed8df73837f..aac6c2a09f8 100644 --- a/packages/redis/changelog.yml +++ b/packages/redis/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.18.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.18.0" changes: - description: Add processor support for info, key, keyspace and slowlog data streams. diff --git a/packages/redis/manifest.yml b/packages/redis/manifest.yml index 3f59241c48b..6585418c3f9 100644 --- a/packages/redis/manifest.yml +++ b/packages/redis/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: redis title: Redis -version: "1.18.0" +version: "1.18.1" description: Collect logs and metrics from Redis servers with Elastic Agent. type: integration categories: @@ -117,7 +117,7 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/rubrik/changelog.yml b/packages/rubrik/changelog.yml index 1bb62a69f37..282ae35a84c 100644 --- a/packages/rubrik/changelog.yml +++ b/packages/rubrik/changelog.yml @@ -1,6 +1,9 @@ # newer versions go on top - version: "0.2.0-next" changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - description: Add fileset data stream type: enhancement link: https://github.com/elastic/integrations/pull/12111 diff --git a/packages/rubrik/manifest.yml b/packages/rubrik/manifest.yml index 518f12c26ba..7b84a7dc6b4 100644 --- a/packages/rubrik/manifest.yml +++ b/packages/rubrik/manifest.yml @@ -61,7 +61,7 @@ vars: - name: ssl type: yaml title: Resource SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc, more examples found in the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/sentinel_one/changelog.yml b/packages/sentinel_one/changelog.yml index 374506ab857..b3e5b3db7ea 100644 --- a/packages/sentinel_one/changelog.yml +++ b/packages/sentinel_one/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/sentinel_one/manifest.yml b/packages/sentinel_one/manifest.yml index c74a45b6fad..05160d05b99 100644 --- a/packages/sentinel_one/manifest.yml +++ b/packages/sentinel_one/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: sentinel_one title: SentinelOne -version: "1.27.0" +version: "1.27.1" description: Collect logs from SentinelOne with Elastic Agent. type: integration categories: @@ -57,7 +57,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/sentinel_one_cloud_funnel/changelog.yml b/packages/sentinel_one_cloud_funnel/changelog.yml index 5e9cb19adfd..092b380199b 100644 --- a/packages/sentinel_one_cloud_funnel/changelog.yml +++ b/packages/sentinel_one_cloud_funnel/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.1" changes: - description: Fix missing event.action in network events. diff --git a/packages/sentinel_one_cloud_funnel/manifest.yml b/packages/sentinel_one_cloud_funnel/manifest.yml index b61a0daa552..3287a7d55f0 100644 --- a/packages/sentinel_one_cloud_funnel/manifest.yml +++ b/packages/sentinel_one_cloud_funnel/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: sentinel_one_cloud_funnel title: SentinelOne Cloud Funnel -version: "1.8.1" +version: "1.8.2" description: Collect logs from SentinelOne Cloud Funnel with Elastic Agent. type: integration categories: ["security", "edr_xdr"] @@ -141,7 +141,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/servicenow/changelog.yml b/packages/servicenow/changelog.yml index 27f5848ebd1..2c4a1e6ede1 100644 --- a/packages/servicenow/changelog.yml +++ b/packages/servicenow/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.9.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.9.0" changes: - description: Add option to parse fields containing only display values in S3. diff --git a/packages/servicenow/data_stream/event/manifest.yml b/packages/servicenow/data_stream/event/manifest.yml index e176d27322e..e9541533dc9 100644 --- a/packages/servicenow/data_stream/event/manifest.yml +++ b/packages/servicenow/data_stream/event/manifest.yml @@ -142,7 +142,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: SSL config for host. i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -431,7 +431,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: SSL config for host. i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/servicenow/manifest.yml b/packages/servicenow/manifest.yml index 46d9f13315b..9751cd62627 100644 --- a/packages/servicenow/manifest.yml +++ b/packages/servicenow/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: servicenow title: "ServiceNow" -version: 0.9.0 +version: 0.9.1 description: "Collect logs from ServiceNow with Elastic Agent." type: integration categories: diff --git a/packages/slack/changelog.yml b/packages/slack/changelog.yml index 08d60e58ade..6bcefb87f3d 100644 --- a/packages/slack/changelog.yml +++ b/packages/slack/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.24.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.24.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/slack/manifest.yml b/packages/slack/manifest.yml index ff01d077970..19e25ced399 100644 --- a/packages/slack/manifest.yml +++ b/packages/slack/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: slack title: "Slack Logs" -version: "1.24.0" +version: "1.24.1" description: "Slack Logs Integration" type: integration categories: @@ -41,7 +41,8 @@ policy_templates: description: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/snyk/changelog.yml b/packages/snyk/changelog.yml index 30fe165aa19..80716004621 100644 --- a/packages/snyk/changelog.yml +++ b/packages/snyk/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/snyk/manifest.yml b/packages/snyk/manifest.yml index 0904126b5ac..68c1766101a 100644 --- a/packages/snyk/manifest.yml +++ b/packages/snyk/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: snyk title: "Snyk" -version: "1.27.0" +version: "1.27.1" description: Collect logs from Snyk with Elastic Agent. type: integration categories: @@ -63,7 +63,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -110,7 +110,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/sophos/changelog.yml b/packages/sophos/changelog.yml index 907b2af1ab2..dd5675c90fe 100644 --- a/packages/sophos/changelog.yml +++ b/packages/sophos/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.10.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "3.10.0" changes: - description: Support user-defined timezones diff --git a/packages/sophos/data_stream/xg/manifest.yml b/packages/sophos/data_stream/xg/manifest.yml index e7fdd7b1507..2d06d18be41 100644 --- a/packages/sophos/data_stream/xg/manifest.yml +++ b/packages/sophos/data_stream/xg/manifest.yml @@ -88,7 +88,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/sophos/manifest.yml b/packages/sophos/manifest.yml index 6a893d4056a..127cb0fd932 100644 --- a/packages/sophos/manifest.yml +++ b/packages/sophos/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: sophos title: Sophos -version: "3.10.0" +version: "3.10.1" description: Collect logs from Sophos with Elastic Agent. categories: - "security" diff --git a/packages/sophos_central/changelog.yml b/packages/sophos_central/changelog.yml index cfa906523ee..0315b73c54c 100644 --- a/packages/sophos_central/changelog.yml +++ b/packages/sophos_central/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.18.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.18.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/sophos_central/manifest.yml b/packages/sophos_central/manifest.yml index 221efbf0809..89b15b31104 100644 --- a/packages/sophos_central/manifest.yml +++ b/packages/sophos_central/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: sophos_central title: Sophos Central -version: "1.18.0" +version: "1.18.1" description: This Elastic integration collects logs from Sophos Central with Elastic Agent. type: integration categories: @@ -89,7 +89,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/spring_boot/changelog.yml b/packages/spring_boot/changelog.yml index ba88f25da5b..c59e2785c7c 100644 --- a/packages/spring_boot/changelog.yml +++ b/packages/spring_boot/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.1" changes: - description: Update links to getting started docs diff --git a/packages/spring_boot/manifest.yml b/packages/spring_boot/manifest.yml index 107799e00bc..a91e8d6441d 100644 --- a/packages/spring_boot/manifest.yml +++ b/packages/spring_boot/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: spring_boot title: Spring Boot -version: "1.7.1" +version: "1.7.2" description: This Elastic integration collects logs and metrics from Spring Boot integration. type: integration categories: @@ -55,7 +55,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -103,7 +103,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/spycloud/changelog.yml b/packages/spycloud/changelog.yml index c49856af631..4fbfc637067 100644 --- a/packages/spycloud/changelog.yml +++ b/packages/spycloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/spycloud/manifest.yml b/packages/spycloud/manifest.yml index a71d230cc16..4171e51ed96 100644 --- a/packages/spycloud/manifest.yml +++ b/packages/spycloud/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: spycloud title: SpyCloud Enterprise Protection -version: 1.2.0 +version: 1.2.1 description: Collect data from SpyCloud Enterprise Protection with Elastic Agent. type: integration categories: @@ -63,7 +63,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/squid/changelog.yml b/packages/squid/changelog.yml index ea07f10afef..53e4e82bcf6 100644 --- a/packages/squid/changelog.yml +++ b/packages/squid/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.0.3" changes: - description: Fix broken link and various formatting issues for the Squid Proxy integration. diff --git a/packages/squid/data_stream/log/manifest.yml b/packages/squid/data_stream/log/manifest.yml index 054f1037315..02b0cc211af 100644 --- a/packages/squid/data_stream/log/manifest.yml +++ b/packages/squid/data_stream/log/manifest.yml @@ -104,7 +104,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/squid/manifest.yml b/packages/squid/manifest.yml index 46f23977be6..9f9161f0ac7 100644 --- a/packages/squid/manifest.yml +++ b/packages/squid/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: squid title: Squid Proxy -version: "1.0.3" +version: "1.0.4" description: Collect and parse logs from Squid devices with Elastic Agent. categories: - network diff --git a/packages/stormshield/changelog.yml b/packages/stormshield/changelog.yml index 2981635abec..829fc9e46c3 100644 --- a/packages/stormshield/changelog.yml +++ b/packages/stormshield/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.0.1" changes: - description: Update links to getting started docs diff --git a/packages/stormshield/data_stream/log/manifest.yml b/packages/stormshield/data_stream/log/manifest.yml index 98825102356..3755d0adcbd 100644 --- a/packages/stormshield/data_stream/log/manifest.yml +++ b/packages/stormshield/data_stream/log/manifest.yml @@ -107,7 +107,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/stormshield/manifest.yml b/packages/stormshield/manifest.yml index 28706de2ff2..de05985ae4b 100644 --- a/packages/stormshield/manifest.yml +++ b/packages/stormshield/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.1.1 name: stormshield title: "StormShield SNS" -version: 1.0.1 +version: 1.0.2 source: license: "Elastic-2.0" description: "Stormshield SNS integration." diff --git a/packages/sublime_security/changelog.yml b/packages/sublime_security/changelog.yml index 71f74f0d760..92535a633f0 100644 --- a/packages/sublime_security/changelog.yml +++ b/packages/sublime_security/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.4.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/sublime_security/manifest.yml b/packages/sublime_security/manifest.yml index 9750e952fdf..36ab32acbe4 100644 --- a/packages/sublime_security/manifest.yml +++ b/packages/sublime_security/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: sublime_security title: Sublime Security -version: 1.4.0 +version: 1.4.1 description: Collect logs from Sublime Security with Elastic Agent. type: integration categories: @@ -70,7 +70,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -194,7 +194,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/symantec_edr_cloud/changelog.yml b/packages/symantec_edr_cloud/changelog.yml index 828d3e3545b..196be4848e8 100644 --- a/packages/symantec_edr_cloud/changelog.yml +++ b/packages/symantec_edr_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.8.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/symantec_edr_cloud/manifest.yml b/packages/symantec_edr_cloud/manifest.yml index f509f7e9e71..9fe931353dc 100644 --- a/packages/symantec_edr_cloud/manifest.yml +++ b/packages/symantec_edr_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: symantec_edr_cloud title: Symantec EDR Cloud (Deprecated) -version: "1.8.0" +version: "1.8.1" source: license: Elastic-2.0 description: Deprecated. Use the Symantec Endpoint Security package instead. @@ -72,7 +72,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/symantec_endpoint/changelog.yml b/packages/symantec_endpoint/changelog.yml index 7fdbffc155d..0c56d665021 100644 --- a/packages/symantec_endpoint/changelog.yml +++ b/packages/symantec_endpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.18.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.18.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/symantec_endpoint/data_stream/log/manifest.yml b/packages/symantec_endpoint/data_stream/log/manifest.yml index a60f14d753b..dcec880fc7a 100644 --- a/packages/symantec_endpoint/data_stream/log/manifest.yml +++ b/packages/symantec_endpoint/data_stream/log/manifest.yml @@ -109,8 +109,8 @@ streams: default: false - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening TCP socket. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/symantec_endpoint/manifest.yml b/packages/symantec_endpoint/manifest.yml index ccb665500d0..a280ca68ace 100644 --- a/packages/symantec_endpoint/manifest.yml +++ b/packages/symantec_endpoint/manifest.yml @@ -1,6 +1,6 @@ name: symantec_endpoint title: Symantec Endpoint Protection -version: "2.18.0" +version: "2.18.1" description: Collect logs from Symantec Endpoint Protection with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/symantec_endpoint_security/changelog.yml b/packages/symantec_endpoint_security/changelog.yml index c4f5d4bbf51..877ded706ed 100644 --- a/packages/symantec_endpoint_security/changelog.yml +++ b/packages/symantec_endpoint_security/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.6.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/symantec_endpoint_security/data_stream/event/manifest.yml b/packages/symantec_endpoint_security/data_stream/event/manifest.yml index 39376e8c18d..d16ce6fcce6 100644 --- a/packages/symantec_endpoint_security/data_stream/event/manifest.yml +++ b/packages/symantec_endpoint_security/data_stream/event/manifest.yml @@ -194,7 +194,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/symantec_endpoint_security/manifest.yml b/packages/symantec_endpoint_security/manifest.yml index 893c47434a2..a1ae260c77c 100644 --- a/packages/symantec_endpoint_security/manifest.yml +++ b/packages/symantec_endpoint_security/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: symantec_endpoint_security title: Symantec Endpoint Security -version: "1.6.0" +version: "1.6.1" description: Collect logs from Symantec Endpoint Security with Elastic Agent. type: integration categories: @@ -95,7 +95,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/synthetics/changelog.yml b/packages/synthetics/changelog.yml index f0b927c6b7b..8b2753b0fbb 100644 --- a/packages/synthetics/changelog.yml +++ b/packages/synthetics/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.5" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.2.4" changes: - description: Fixed cls field type from long to float diff --git a/packages/synthetics/data_stream/http/manifest.yml b/packages/synthetics/data_stream/http/manifest.yml index f3fc8b50e9a..521bd1debbc 100644 --- a/packages/synthetics/data_stream/http/manifest.yml +++ b/packages/synthetics/data_stream/http/manifest.yml @@ -179,36 +179,42 @@ streams: - name: ssl.certificate_authorities type: yaml title: Certificate authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.certificate type: yaml title: Certificate + description: SSL certificate. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.key type: yaml title: Certificate private key + description: SSL private key. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.key_passphrase type: text title: Private key passphrase + description: SSL private key passphrase. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.verification_mode type: text title: SSL Verification mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.supported_protocols type: yaml title: Supported protocols + description: SSL supported protocols. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true diff --git a/packages/synthetics/data_stream/tcp/manifest.yml b/packages/synthetics/data_stream/tcp/manifest.yml index e97aff2cb3f..e6dd93af870 100644 --- a/packages/synthetics/data_stream/tcp/manifest.yml +++ b/packages/synthetics/data_stream/tcp/manifest.yml @@ -108,36 +108,42 @@ streams: - name: ssl.certificate_authorities type: yaml title: Certificate authorities + description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.certificate type: yaml title: Certificate + description: SSL certificate. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.key type: yaml title: Certificate private key + description: SSL private key. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.key_passphrase type: text title: Private key passphrase + description: SSL private key passphrase. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.verification_mode type: text title: SSL Verification mode + description: SSL verification mode. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true - name: ssl.supported_protocols type: yaml title: Supported protocols + description: SSL supported protocols. See [documentation](https://www.elastic.co/guide/en/beats/heartbeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true diff --git a/packages/synthetics/manifest.yml b/packages/synthetics/manifest.yml index eeae721c6f1..6398368db80 100644 --- a/packages/synthetics/manifest.yml +++ b/packages/synthetics/manifest.yml @@ -2,7 +2,7 @@ format_version: 3.0.0 name: synthetics title: Elastic Synthetics description: Internal Elastic integration for providing access to private locations. -version: 1.2.4 +version: 1.2.5 categories: ["observability"] type: integration source: diff --git a/packages/sysdig/changelog.yml b/packages/sysdig/changelog.yml index 15373a57de3..0e123ae70f5 100644 --- a/packages/sysdig/changelog.yml +++ b/packages/sysdig/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.2.1" changes: - description: Update links to getting started docs diff --git a/packages/sysdig/data_stream/alerts/manifest.yml b/packages/sysdig/data_stream/alerts/manifest.yml index 135192178c8..24090cc13b8 100644 --- a/packages/sysdig/data_stream/alerts/manifest.yml +++ b/packages/sysdig/data_stream/alerts/manifest.yml @@ -45,8 +45,8 @@ streams: secret: true - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/sysdig/manifest.yml b/packages/sysdig/manifest.yml index 1486f096064..366c41b8d6a 100644 --- a/packages/sysdig/manifest.yml +++ b/packages/sysdig/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: sysdig title: "Sysdig" -version: 0.2.1 +version: 0.2.2 description: "Collect alerts from Sysdig using Elastic Agent." type: integration categories: diff --git a/packages/syslog_router/changelog.yml b/packages/syslog_router/changelog.yml index d98bab7870e..59d9ab8c768 100644 --- a/packages/syslog_router/changelog.yml +++ b/packages/syslog_router/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.1.1" changes: - description: Ensure filestream fingerprint is disabled in system test. diff --git a/packages/syslog_router/data_stream/log/manifest.yml b/packages/syslog_router/data_stream/log/manifest.yml index 82519d7e5e8..b6e14968cce 100644 --- a/packages/syslog_router/data_stream/log/manifest.yml +++ b/packages/syslog_router/data_stream/log/manifest.yml @@ -281,7 +281,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/syslog_router/manifest.yml b/packages/syslog_router/manifest.yml index 673a65bfc12..9134b1c8c32 100644 --- a/packages/syslog_router/manifest.yml +++ b/packages/syslog_router/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: syslog_router title: "Syslog Router" -version: 0.1.1 +version: 0.1.2 description: "Route syslog events to integrations with Elastic Agent." type: integration categories: diff --git a/packages/system/changelog.yml b/packages/system/changelog.yml index 47d50395d0f..f2c42255c31 100644 --- a/packages/system/changelog.yml +++ b/packages/system/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.64.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.64.0" changes: - description: Add support for Kibana `9.0.0`. diff --git a/packages/system/manifest.yml b/packages/system/manifest.yml index 2f61e7c7900..66eb05fdea4 100644 --- a/packages/system/manifest.yml +++ b/packages/system/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: system title: System -version: "1.64.0" +version: "1.64.1" description: Collect system logs and metrics from your servers with Elastic Agent. type: integration categories: @@ -128,7 +128,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/tanium/changelog.yml b/packages/tanium/changelog.yml index d915a077e88..61daa881757 100644 --- a/packages/tanium/changelog.yml +++ b/packages/tanium/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/tanium/manifest.yml b/packages/tanium/manifest.yml index 7e3585003ff..1c74d313c51 100644 --- a/packages/tanium/manifest.yml +++ b/packages/tanium/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: tanium title: Tanium -version: "1.14.0" +version: "1.14.1" description: This Elastic integration collects logs from Tanium with Elastic Agent. type: integration categories: @@ -168,7 +168,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -209,7 +209,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/tcp/changelog.yml b/packages/tcp/changelog.yml index 12a3fa8139a..64ae6bed2b8 100644 --- a/packages/tcp/changelog.yml +++ b/packages/tcp/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.19.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.19.1" changes: - description: Introduce option to preserve original event diff --git a/packages/tcp/data_stream/generic/manifest.yml b/packages/tcp/data_stream/generic/manifest.yml index 0111b16f992..ac3b34ea846 100644 --- a/packages/tcp/data_stream/generic/manifest.yml +++ b/packages/tcp/data_stream/generic/manifest.yml @@ -116,7 +116,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details. multi: false required: false show_user: false diff --git a/packages/tcp/manifest.yml b/packages/tcp/manifest.yml index 40abb5d66b3..3f0a5623c8e 100644 --- a/packages/tcp/manifest.yml +++ b/packages/tcp/manifest.yml @@ -3,7 +3,7 @@ name: tcp title: Custom TCP Logs description: Collect raw TCP data from listening TCP port with Elastic Agent. type: integration -version: "1.19.1" +version: "1.19.2" conditions: kibana: version: "^8.2.1" diff --git a/packages/tenable_io/changelog.yml b/packages/tenable_io/changelog.yml index 2fd36305c0e..e9ef73a26ff 100644 --- a/packages/tenable_io/changelog.yml +++ b/packages/tenable_io/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.6.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "3.6.1" changes: - description: Add "vulnerability_management" category. diff --git a/packages/tenable_io/manifest.yml b/packages/tenable_io/manifest.yml index c35594535b0..dae7de40fc5 100644 --- a/packages/tenable_io/manifest.yml +++ b/packages/tenable_io/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: tenable_io title: Tenable Vulnerability Management -version: "3.6.1" +version: "3.6.2" description: Collect logs from Tenable Vulnerability Management with Elastic Agent. type: integration categories: @@ -69,7 +69,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/tenable_sc/changelog.yml b/packages/tenable_sc/changelog.yml index 8afd9a6bfdf..1212b0d7d54 100644 --- a/packages/tenable_sc/changelog.yml +++ b/packages/tenable_sc/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.28.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.28.1" changes: - description: Add "vulnerability_management" category. diff --git a/packages/tenable_sc/manifest.yml b/packages/tenable_sc/manifest.yml index 75f20a7c43d..f4e7ca9d9b0 100644 --- a/packages/tenable_sc/manifest.yml +++ b/packages/tenable_sc/manifest.yml @@ -2,7 +2,7 @@ format_version: "3.0.2" name: tenable_sc title: Tenable Security Center # The version must be updated in the input configuration templates as well, in order to set the correct User-Agent header. Until elastic/kibana#121310 is implemented we will have to manually sync these. -version: "1.28.1" +version: "1.28.2" description: | Collect data from Tenable Security Center with Elastic Agent. type: integration @@ -87,7 +87,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/thycotic_ss/changelog.yml b/packages/thycotic_ss/changelog.yml index 444076c7e20..8b754da7ea4 100644 --- a/packages/thycotic_ss/changelog.yml +++ b/packages/thycotic_ss/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.10.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.10.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/thycotic_ss/data_stream/logs/manifest.yml b/packages/thycotic_ss/data_stream/logs/manifest.yml index 5a5434874f2..f0fce61b066 100644 --- a/packages/thycotic_ss/data_stream/logs/manifest.yml +++ b/packages/thycotic_ss/data_stream/logs/manifest.yml @@ -125,7 +125,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/thycotic_ss/manifest.yml b/packages/thycotic_ss/manifest.yml index 3375da1ef1b..69523569530 100644 --- a/packages/thycotic_ss/manifest.yml +++ b/packages/thycotic_ss/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: thycotic_ss title: "Thycotic Secret Server" -version: "1.10.0" +version: "1.10.1" source: license: "Elastic-2.0" description: "Thycotic Secret Server logs" diff --git a/packages/ti_abusech/changelog.yml b/packages/ti_abusech/changelog.yml index 7ac9ac8b705..ace93291bcb 100644 --- a/packages/ti_abusech/changelog.yml +++ b/packages/ti_abusech/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.5.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_abusech/data_stream/malware/manifest.yml b/packages/ti_abusech/data_stream/malware/manifest.yml index c30c83a5ccc..77e7030262c 100644 --- a/packages/ti_abusech/data_stream/malware/manifest.yml +++ b/packages/ti_abusech/data_stream/malware/manifest.yml @@ -45,7 +45,8 @@ streams: description: "Indicator is expired after this duration since its last seen timestamp. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 10d). Default `90d`." - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml b/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml index 09d219e5537..367ead9ecc1 100644 --- a/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml +++ b/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml @@ -46,7 +46,8 @@ streams: Indicator is expired after this duration since its last seen timestamp. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 10d). Default `90d`. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_abusech/data_stream/threatfox/manifest.yml b/packages/ti_abusech/data_stream/threatfox/manifest.yml index 8cdf969858d..f930792fcf0 100644 --- a/packages/ti_abusech/data_stream/threatfox/manifest.yml +++ b/packages/ti_abusech/data_stream/threatfox/manifest.yml @@ -54,7 +54,8 @@ streams: Indicator is expired after this duration since its last seen timestamp. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 10d). Default `90d`. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_abusech/data_stream/url/manifest.yml b/packages/ti_abusech/data_stream/url/manifest.yml index c2616f8db15..82c370aa8fc 100644 --- a/packages/ti_abusech/data_stream/url/manifest.yml +++ b/packages/ti_abusech/data_stream/url/manifest.yml @@ -38,7 +38,8 @@ streams: description: Interval for polling indicators from AbuseCH data dump. As data dump is generated every 5 minutes, it should be greater than 5 minutes. Default `1h`. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_abusech/manifest.yml b/packages/ti_abusech/manifest.yml index 958c6a38852..f408cf0bc02 100644 --- a/packages/ti_abusech/manifest.yml +++ b/packages/ti_abusech/manifest.yml @@ -1,6 +1,6 @@ name: ti_abusech title: AbuseCH -version: "2.5.0" +version: "2.5.1" description: Ingest threat intelligence indicators from URL Haus, Malware Bazaar, and Threat Fox feeds with Elastic Agent. type: integration format_version: "3.0.3" diff --git a/packages/ti_anomali/changelog.yml b/packages/ti_anomali/changelog.yml index 7ca79e5676a..8b8a14cc354 100644 --- a/packages/ti_anomali/changelog.yml +++ b/packages/ti_anomali/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.25.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_anomali/data_stream/threatstream/manifest.yml b/packages/ti_anomali/data_stream/threatstream/manifest.yml index a74e42c7b1e..e1e4b972c99 100644 --- a/packages/ti_anomali/data_stream/threatstream/manifest.yml +++ b/packages/ti_anomali/data_stream/threatstream/manifest.yml @@ -48,8 +48,8 @@ streams: secret: true - name: ssl type: yaml - title: TLS - description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options. + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_anomali/manifest.yml b/packages/ti_anomali/manifest.yml index 2cc2711a022..deb52e44070 100644 --- a/packages/ti_anomali/manifest.yml +++ b/packages/ti_anomali/manifest.yml @@ -1,6 +1,6 @@ name: ti_anomali title: Anomali -version: "1.25.0" +version: "1.25.1" description: Ingest threat intelligence indicators from Anomali with Elastic Agent. type: integration format_version: 3.0.2 diff --git a/packages/ti_cif3/changelog.yml b/packages/ti_cif3/changelog.yml index 870fda35ee8..30edcd1c7e2 100644 --- a/packages/ti_cif3/changelog.yml +++ b/packages/ti_cif3/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.16.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.16.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_cif3/data_stream/feed/manifest.yml b/packages/ti_cif3/data_stream/feed/manifest.yml index 9cea30af8f9..32d0162407d 100644 --- a/packages/ti_cif3/data_stream/feed/manifest.yml +++ b/packages/ti_cif3/data_stream/feed/manifest.yml @@ -81,11 +81,11 @@ streams: Enforces all IOCs to expire after this duration since their report time indicated in the feed. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 90d) - name: ssl type: yaml - title: SSL + title: SSL Configuration multi: false required: false show_user: false - description: "Default example enables https verification. Change to 'none' to disable. https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-reference-yml.html" + description: Default example enables https verification. Change to 'none' to disable. SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. default: |- verification_mode: full - name: http_client_timeout diff --git a/packages/ti_cif3/manifest.yml b/packages/ti_cif3/manifest.yml index 620f0a95ffa..6d7026e9541 100644 --- a/packages/ti_cif3/manifest.yml +++ b/packages/ti_cif3/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: ti_cif3 title: "Collective Intelligence Framework v3" -version: "1.16.0" +version: "1.16.1" description: "Ingest threat indicators from a Collective Intelligence Framework v3 instance with Elastic Agent." type: integration categories: diff --git a/packages/ti_crowdstrike/changelog.yml b/packages/ti_crowdstrike/changelog.yml index 7b5c8ec178e..16f37866e1a 100644 --- a/packages/ti_crowdstrike/changelog.yml +++ b/packages/ti_crowdstrike/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/ti_crowdstrike/manifest.yml b/packages/ti_crowdstrike/manifest.yml index dbf99899303..6286961f972 100644 --- a/packages/ti_crowdstrike/manifest.yml +++ b/packages/ti_crowdstrike/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: ti_crowdstrike title: CrowdStrike Falcon Intelligence -version: "2.3.0" +version: "2.3.1" description: Collect logs from CrowdStrike Falcon Intelligence with Elastic Agent. type: integration categories: @@ -75,7 +75,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_custom/changelog.yml b/packages/ti_custom/changelog.yml index b5be4733337..3251b659dd3 100644 --- a/packages/ti_custom/changelog.yml +++ b/packages/ti_custom/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.6.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.6.0" changes: - description: Support for limit parameter in API requests. diff --git a/packages/ti_custom/data_stream/indicator/manifest.yml b/packages/ti_custom/data_stream/indicator/manifest.yml index 317f0977f1e..a12abc51873 100644 --- a/packages/ti_custom/data_stream/indicator/manifest.yml +++ b/packages/ti_custom/data_stream/indicator/manifest.yml @@ -93,7 +93,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate, key, certificate_authorities, and [other SSL options](https://www.elastic.co/guide/en/beats/filebeacurrent/configuration-ssl.html). + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_custom/manifest.yml b/packages/ti_custom/manifest.yml index 9895bbf4db3..16503ae4ced 100644 --- a/packages/ti_custom/manifest.yml +++ b/packages/ti_custom/manifest.yml @@ -3,7 +3,7 @@ name: ti_custom title: Custom Threat Intelligence description: Ingest threat intelligence data in STIX 2.1 format with Elastic Agent type: integration -version: 0.6.0 +version: 0.6.1 categories: - custom - security diff --git a/packages/ti_cybersixgill/changelog.yml b/packages/ti_cybersixgill/changelog.yml index 638a039e04b..5b615e2311f 100644 --- a/packages/ti_cybersixgill/changelog.yml +++ b/packages/ti_cybersixgill/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.32.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.32.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_cybersixgill/data_stream/threat/manifest.yml b/packages/ti_cybersixgill/data_stream/threat/manifest.yml index d1ebca62766..b222d43283f 100644 --- a/packages/ti_cybersixgill/data_stream/threat/manifest.yml +++ b/packages/ti_cybersixgill/data_stream/threat/manifest.yml @@ -73,7 +73,8 @@ streams: description: How far back to look for indicators the first time the agent is started. Supported units for this parameter are h/m/s. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_cybersixgill/manifest.yml b/packages/ti_cybersixgill/manifest.yml index abc4de3fed2..51360ee0098 100644 --- a/packages/ti_cybersixgill/manifest.yml +++ b/packages/ti_cybersixgill/manifest.yml @@ -1,6 +1,6 @@ name: ti_cybersixgill title: Cybersixgill -version: "1.32.0" +version: "1.32.1" description: Ingest threat intelligence indicators from Cybersixgill with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/ti_eclecticiq/changelog.yml b/packages/ti_eclecticiq/changelog.yml index 457defc6703..9448528ac7e 100644 --- a/packages/ti_eclecticiq/changelog.yml +++ b/packages/ti_eclecticiq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.3.1" changes: - description: Update links to getting started docs diff --git a/packages/ti_eclecticiq/manifest.yml b/packages/ti_eclecticiq/manifest.yml index 0970784b558..71a586df00c 100644 --- a/packages/ti_eclecticiq/manifest.yml +++ b/packages/ti_eclecticiq/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: ti_eclecticiq title: EclecticIQ -version: "1.3.1" +version: "1.3.2" description: Ingest threat intelligence from EclecticIQ with Elastic Agent type: integration categories: @@ -41,9 +41,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: | - Add SSL client configuration options such as 'certificate_authorities', 'certificate', 'verification_mode', etc. - See https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-client-config + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/changelog.yml b/packages/ti_eset/changelog.yml index d548b7833c2..d4898acb136 100644 --- a/packages/ti_eset/changelog.yml +++ b/packages/ti_eset/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.5.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/ti_eset/data_stream/apt/manifest.yml b/packages/ti_eset/data_stream/apt/manifest.yml index 6396af9d0e7..6668e079abb 100644 --- a/packages/ti_eset/data_stream/apt/manifest.yml +++ b/packages/ti_eset/data_stream/apt/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/botnet/manifest.yml b/packages/ti_eset/data_stream/botnet/manifest.yml index 4a5f15e49df..fbbfcadad02 100644 --- a/packages/ti_eset/data_stream/botnet/manifest.yml +++ b/packages/ti_eset/data_stream/botnet/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/cc/manifest.yml b/packages/ti_eset/data_stream/cc/manifest.yml index 035c14251c5..2d4dcc2b9fa 100644 --- a/packages/ti_eset/data_stream/cc/manifest.yml +++ b/packages/ti_eset/data_stream/cc/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/domains/manifest.yml b/packages/ti_eset/data_stream/domains/manifest.yml index 01c11981843..24138d46d9b 100644 --- a/packages/ti_eset/data_stream/domains/manifest.yml +++ b/packages/ti_eset/data_stream/domains/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/files/manifest.yml b/packages/ti_eset/data_stream/files/manifest.yml index 3f76d82a9ea..191d6a85a5b 100644 --- a/packages/ti_eset/data_stream/files/manifest.yml +++ b/packages/ti_eset/data_stream/files/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/ip/manifest.yml b/packages/ti_eset/data_stream/ip/manifest.yml index 0a4125b24eb..9182ed11564 100644 --- a/packages/ti_eset/data_stream/ip/manifest.yml +++ b/packages/ti_eset/data_stream/ip/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/data_stream/url/manifest.yml b/packages/ti_eset/data_stream/url/manifest.yml index fe7f03aff9c..aafe123dccc 100644 --- a/packages/ti_eset/data_stream/url/manifest.yml +++ b/packages/ti_eset/data_stream/url/manifest.yml @@ -63,7 +63,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_eset/manifest.yml b/packages/ti_eset/manifest.yml index a636b4707ed..5b9329fa62d 100644 --- a/packages/ti_eset/manifest.yml +++ b/packages/ti_eset/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.3 name: ti_eset title: "ESET Threat Intelligence" -version: "1.5.0" +version: "1.5.1" description: "Ingest threat intelligence indicators from ESET Threat Intelligence with Elastic Agent." type: integration categories: diff --git a/packages/ti_misp/changelog.yml b/packages/ti_misp/changelog.yml index 305c2f096cf..8918436f819 100644 --- a/packages/ti_misp/changelog.yml +++ b/packages/ti_misp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.37.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.37.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_misp/data_stream/threat/manifest.yml b/packages/ti_misp/data_stream/threat/manifest.yml index 7dda85fcff5..c9f35d1e630 100644 --- a/packages/ti_misp/data_stream/threat/manifest.yml +++ b/packages/ti_misp/data_stream/threat/manifest.yml @@ -83,7 +83,8 @@ streams: default: 10m - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_misp/data_stream/threat_attributes/manifest.yml b/packages/ti_misp/data_stream/threat_attributes/manifest.yml index ecabb369c58..84f787c5c4b 100644 --- a/packages/ti_misp/data_stream/threat_attributes/manifest.yml +++ b/packages/ti_misp/data_stream/threat_attributes/manifest.yml @@ -101,7 +101,8 @@ streams: default: false - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_misp/manifest.yml b/packages/ti_misp/manifest.yml index 232026f5755..a10971a31db 100644 --- a/packages/ti_misp/manifest.yml +++ b/packages/ti_misp/manifest.yml @@ -1,6 +1,6 @@ name: ti_misp title: MISP -version: "1.37.0" +version: "1.37.1" description: Ingest threat intelligence indicators from MISP platform with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/ti_opencti/changelog.yml b/packages/ti_opencti/changelog.yml index 3ed0ad97332..f7e24acca0a 100644 --- a/packages/ti_opencti/changelog.yml +++ b/packages/ti_opencti/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.5.0" changes: - description: Allow proxy configuration. diff --git a/packages/ti_opencti/manifest.yml b/packages/ti_opencti/manifest.yml index e640a77ebc6..75484d3fba2 100644 --- a/packages/ti_opencti/manifest.yml +++ b/packages/ti_opencti/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: ti_opencti title: OpenCTI -version: "2.5.0" +version: "2.5.1" description: "Ingest threat intelligence indicators from OpenCTI with Elastic Agent." type: integration source: @@ -98,14 +98,6 @@ policy_templates: # yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk # sxSmbIUfc2SGJGCJD4I= # -----END CERTIFICATE----- - - name: proxy_url - type: text - title: Proxy URL - multi: false - required: false - show_user: false - description: > - URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. owner: github: elastic/security-service-integrations type: elastic diff --git a/packages/ti_otx/changelog.yml b/packages/ti_otx/changelog.yml index 7b93b3e2a12..8a73c320e6c 100644 --- a/packages/ti_otx/changelog.yml +++ b/packages/ti_otx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.27.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_otx/data_stream/pulses_subscribed/manifest.yml b/packages/ti_otx/data_stream/pulses_subscribed/manifest.yml index 6ec157631ca..016f86d0321 100644 --- a/packages/ti_otx/data_stream/pulses_subscribed/manifest.yml +++ b/packages/ti_otx/data_stream/pulses_subscribed/manifest.yml @@ -81,7 +81,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_otx/data_stream/threat/manifest.yml b/packages/ti_otx/data_stream/threat/manifest.yml index 23662d53ef4..544f63f8a62 100644 --- a/packages/ti_otx/data_stream/threat/manifest.yml +++ b/packages/ti_otx/data_stream/threat/manifest.yml @@ -74,7 +74,8 @@ streams: description: "A comma separated list of indicator types to retrieve, example: 'domain,IPv4,hostname,url,FileHash-SHA256'" - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: true diff --git a/packages/ti_otx/manifest.yml b/packages/ti_otx/manifest.yml index 58f2920490d..d3592712eca 100644 --- a/packages/ti_otx/manifest.yml +++ b/packages/ti_otx/manifest.yml @@ -1,6 +1,6 @@ name: ti_otx title: AlienVault OTX -version: "1.27.0" +version: "1.27.1" description: Ingest threat intelligence indicators from AlienVault Open Threat Exchange (OTX) with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/ti_rapid7_threat_command/changelog.yml b/packages/ti_rapid7_threat_command/changelog.yml index 036af9e0509..8f6180d584c 100644 --- a/packages/ti_rapid7_threat_command/changelog.yml +++ b/packages/ti_rapid7_threat_command/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/ti_rapid7_threat_command/manifest.yml b/packages/ti_rapid7_threat_command/manifest.yml index 60cb02b20bf..3f16b2ba880 100644 --- a/packages/ti_rapid7_threat_command/manifest.yml +++ b/packages/ti_rapid7_threat_command/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: ti_rapid7_threat_command title: Rapid7 Threat Command -version: "2.3.0" +version: "2.3.1" description: Collect threat intelligence from Threat Command API with Elastic Agent. type: integration categories: ["security", "threat_intel"] @@ -87,8 +87,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: >- - i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_threatconnect/changelog.yml b/packages/ti_threatconnect/changelog.yml index e42410b67c7..9895c5327ae 100644 --- a/packages/ti_threatconnect/changelog.yml +++ b/packages/ti_threatconnect/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.7.0" changes: - description: Add in filter for dashboard to only show latest indicators. diff --git a/packages/ti_threatconnect/manifest.yml b/packages/ti_threatconnect/manifest.yml index 49999ae737a..e946ab63383 100644 --- a/packages/ti_threatconnect/manifest.yml +++ b/packages/ti_threatconnect/manifest.yml @@ -2,7 +2,7 @@ format_version: 3.0.3 name: ti_threatconnect title: ThreatConnect -version: "1.7.0" +version: "1.7.1" description: Collects Indicators from ThreatConnect using the Elastic Agent and saves them as logs inside Elastic type: integration categories: @@ -64,7 +64,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: Configuration for SSL communication if needed. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_threatq/changelog.yml b/packages/ti_threatq/changelog.yml index 47fd4ee41d4..9e3bb0bf00c 100644 --- a/packages/ti_threatq/changelog.yml +++ b/packages/ti_threatq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.30.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.30.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/ti_threatq/data_stream/threat/manifest.yml b/packages/ti_threatq/data_stream/threat/manifest.yml index 921fae28809..42058e3fa95 100644 --- a/packages/ti_threatq/data_stream/threat/manifest.yml +++ b/packages/ti_threatq/data_stream/threat/manifest.yml @@ -91,7 +91,8 @@ streams: description: Maximum number of records to pull in one request. - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/ti_threatq/manifest.yml b/packages/ti_threatq/manifest.yml index 1b9de37d94e..0fa69a642d7 100644 --- a/packages/ti_threatq/manifest.yml +++ b/packages/ti_threatq/manifest.yml @@ -1,6 +1,6 @@ name: ti_threatq title: ThreatQuotient -version: "1.30.0" +version: "1.30.1" description: Ingest threat intelligence indicators from ThreatQuotient with Elastic Agent. type: integration format_version: "3.0.2" diff --git a/packages/tines/changelog.yml b/packages/tines/changelog.yml index 7bce64fe260..dec378c2a45 100644 --- a/packages/tines/changelog.yml +++ b/packages/tines/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.1" changes: - description: Workaround missing dynamic template for options fields. diff --git a/packages/tines/data_stream/audit_logs/manifest.yml b/packages/tines/data_stream/audit_logs/manifest.yml index 402ef7184b5..ac71fd1a011 100644 --- a/packages/tines/data_stream/audit_logs/manifest.yml +++ b/packages/tines/data_stream/audit_logs/manifest.yml @@ -9,7 +9,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/tines/data_stream/time_saved/manifest.yml b/packages/tines/data_stream/time_saved/manifest.yml index f07c42ee091..0399175985c 100644 --- a/packages/tines/data_stream/time_saved/manifest.yml +++ b/packages/tines/data_stream/time_saved/manifest.yml @@ -9,7 +9,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/tines/manifest.yml b/packages/tines/manifest.yml index 54468feb815..a8ef83b3e6a 100644 --- a/packages/tines/manifest.yml +++ b/packages/tines/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.1 name: tines title: "Tines" -version: "1.14.1" +version: "1.14.2" description: "Tines Logs & Time Saved Reports" type: integration categories: diff --git a/packages/trellix_edr_cloud/changelog.yml b/packages/trellix_edr_cloud/changelog.yml index d750830c25b..30df9fc3d98 100644 --- a/packages/trellix_edr_cloud/changelog.yml +++ b/packages/trellix_edr_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.6.0" changes: - description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket. diff --git a/packages/trellix_edr_cloud/manifest.yml b/packages/trellix_edr_cloud/manifest.yml index d7653546bca..fd40239fcf5 100644 --- a/packages/trellix_edr_cloud/manifest.yml +++ b/packages/trellix_edr_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: trellix_edr_cloud title: Trellix EDR Cloud -version: "1.6.0" +version: "1.6.1" description: Collect logs from Trellix EDR Cloud with Elastic Agent. type: integration categories: @@ -130,7 +130,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/trellix_epo_cloud/changelog.yml b/packages/trellix_epo_cloud/changelog.yml index 12c885deaa5..25763141195 100644 --- a/packages/trellix_epo_cloud/changelog.yml +++ b/packages/trellix_epo_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.14.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.14.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/trellix_epo_cloud/manifest.yml b/packages/trellix_epo_cloud/manifest.yml index f5743bb7a7d..9be281f0744 100644 --- a/packages/trellix_epo_cloud/manifest.yml +++ b/packages/trellix_epo_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: trellix_epo_cloud title: Trellix ePO Cloud -version: "1.14.0" +version: "1.14.1" source: license: Elastic-2.0 description: Collect logs from Trellix ePO Cloud with Elastic Agent. @@ -88,7 +88,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/trend_micro_vision_one/changelog.yml b/packages/trend_micro_vision_one/changelog.yml index d9288133a6d..d23507f6050 100644 --- a/packages/trend_micro_vision_one/changelog.yml +++ b/packages/trend_micro_vision_one/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.24.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.24.1" changes: - description: Fixed inconsistent time interval issue leading to data loss in the detections data stream. diff --git a/packages/trend_micro_vision_one/manifest.yml b/packages/trend_micro_vision_one/manifest.yml index 30472d4887f..f8d800f561d 100644 --- a/packages/trend_micro_vision_one/manifest.yml +++ b/packages/trend_micro_vision_one/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: trend_micro_vision_one title: Trend Micro Vision One -version: "1.24.1" +version: "1.24.2" description: Collect logs from Trend Micro Vision One with Elastic Agent. type: integration categories: @@ -57,7 +57,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/trendmicro/changelog.yml b/packages/trendmicro/changelog.yml index 69f9cb4a8cb..9f0d9c34713 100644 --- a/packages/trendmicro/changelog.yml +++ b/packages/trendmicro/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.6.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.6.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/trendmicro/data_stream/deep_security/manifest.yml b/packages/trendmicro/data_stream/deep_security/manifest.yml index b30baf06637..8efac830818 100644 --- a/packages/trendmicro/data_stream/deep_security/manifest.yml +++ b/packages/trendmicro/data_stream/deep_security/manifest.yml @@ -47,7 +47,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/trendmicro/manifest.yml b/packages/trendmicro/manifest.yml index 68329755a49..284ed9a7297 100644 --- a/packages/trendmicro/manifest.yml +++ b/packages/trendmicro/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: trendmicro title: Trend Micro Deep Security -version: "2.6.0" +version: "2.6.1" description: Collect logs from Trend Micro Deep Security with Elastic Agent. type: integration categories: diff --git a/packages/vectra_detect/changelog.yml b/packages/vectra_detect/changelog.yml index dd7688295cd..d7b832439d2 100644 --- a/packages/vectra_detect/changelog.yml +++ b/packages/vectra_detect/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.12.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.12.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/vectra_detect/data_stream/log/manifest.yml b/packages/vectra_detect/data_stream/log/manifest.yml index 70e06d31c53..fde623b3171 100644 --- a/packages/vectra_detect/data_stream/log/manifest.yml +++ b/packages/vectra_detect/data_stream/log/manifest.yml @@ -37,7 +37,7 @@ streams: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/vectra_detect/manifest.yml b/packages/vectra_detect/manifest.yml index 97ced4a09a3..2a745350118 100644 --- a/packages/vectra_detect/manifest.yml +++ b/packages/vectra_detect/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: vectra_detect title: Vectra Detect -version: "1.12.0" +version: "1.12.1" source: license: Elastic-2.0 description: Collect logs from Vectra Detect with Elastic Agent. diff --git a/packages/vsphere/changelog.yml b/packages/vsphere/changelog.yml index 4b6a97c7d0c..062fb2e58e6 100644 --- a/packages/vsphere/changelog.yml +++ b/packages/vsphere/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.17.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.17.0" changes: - description: Add support for Shared Secrets /SSL Thumbprint Logins and add more granular filtering for file pipeline diff --git a/packages/vsphere/data_stream/log/manifest.yml b/packages/vsphere/data_stream/log/manifest.yml index 9c1c1240b20..7169e3ba28d 100644 --- a/packages/vsphere/data_stream/log/manifest.yml +++ b/packages/vsphere/data_stream/log/manifest.yml @@ -116,7 +116,7 @@ streams: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false \ No newline at end of file diff --git a/packages/vsphere/manifest.yml b/packages/vsphere/manifest.yml index 040b291b49c..6b8fccfd043 100644 --- a/packages/vsphere/manifest.yml +++ b/packages/vsphere/manifest.yml @@ -1,7 +1,7 @@ title: VMware vSphere format_version: "3.0.2" name: vsphere -version: "1.17.0" +version: "1.17.1" description: This Elastic integration collects metrics and logs from vSphere/vCenter servers type: integration categories: diff --git a/packages/websocket/changelog.yml b/packages/websocket/changelog.yml index c4846b06296..b74cb5b8982 100644 --- a/packages/websocket/changelog.yml +++ b/packages/websocket/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "0.1.1" changes: - description: Fix broken links for Websocket integration. diff --git a/packages/websocket/manifest.yml b/packages/websocket/manifest.yml index 65535f96fb3..d7c0a9b5111 100644 --- a/packages/websocket/manifest.yml +++ b/packages/websocket/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: websocket title: Custom Websocket logs -version: 0.1.1 +version: 0.1.2 description: Collect custom events from a socket server with Elastic agent. type: input categories: @@ -124,7 +124,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc, more examples found in the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config). + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/websphere_application_server/changelog.yml b/packages/websphere_application_server/changelog.yml index 210e0a8bf3c..afc4ea2415b 100644 --- a/packages/websphere_application_server/changelog.yml +++ b/packages/websphere_application_server/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.5.0" changes: - description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template. diff --git a/packages/websphere_application_server/manifest.yml b/packages/websphere_application_server/manifest.yml index 497ad8baea6..06cf7a0aeaf 100644 --- a/packages/websphere_application_server/manifest.yml +++ b/packages/websphere_application_server/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: websphere_application_server title: WebSphere Application Server -version: "1.5.0" +version: "1.5.1" description: Collects metrics from IBM WebSphere Application Server with Elastic Agent. type: integration categories: @@ -98,7 +98,7 @@ policy_templates: # xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr # 7RhLQyWn2u00L7/9Omw= # -----END CERTIFICATE----- - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/windows/changelog.yml b/packages/windows/changelog.yml index 41b622c74a5..17db244ee5c 100644 --- a/packages/windows/changelog.yml +++ b/packages/windows/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.7" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.3.6" changes: - description: Update links to getting started docs diff --git a/packages/windows/manifest.yml b/packages/windows/manifest.yml index ecd99055142..2efc0ed7f41 100644 --- a/packages/windows/manifest.yml +++ b/packages/windows/manifest.yml @@ -1,6 +1,6 @@ name: windows title: Windows -version: 2.3.6 +version: 2.3.7 description: Collect logs and metrics from Windows OS and services with Elastic Agent. type: integration categories: @@ -79,7 +79,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/wiz/changelog.yml b/packages/wiz/changelog.yml index 4219e5238c2..ed0a35333ca 100644 --- a/packages/wiz/changelog.yml +++ b/packages/wiz/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.7.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.7.0" changes: - description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error". diff --git a/packages/wiz/manifest.yml b/packages/wiz/manifest.yml index 49cc058e8a8..34e84a70a84 100644 --- a/packages/wiz/manifest.yml +++ b/packages/wiz/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: wiz title: Wiz -version: "2.7.0" +version: "2.7.1" description: Collect logs from Wiz with Elastic Agent. type: integration categories: @@ -91,7 +91,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/zeek/changelog.yml b/packages/zeek/changelog.yml index 95b6de507b4..983892cccdb 100644 --- a/packages/zeek/changelog.yml +++ b/packages/zeek/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.25.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "2.25.0" changes: - description: Deprecate third-party REST API import option. diff --git a/packages/zeek/manifest.yml b/packages/zeek/manifest.yml index 05014841216..54c9f70fcd0 100644 --- a/packages/zeek/manifest.yml +++ b/packages/zeek/manifest.yml @@ -1,6 +1,6 @@ name: zeek title: Zeek -version: "2.25.0" +version: "2.25.1" description: Collect logs from Zeek with Elastic Agent. type: integration icons: @@ -73,7 +73,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/zeronetworks/changelog.yml b/packages/zeronetworks/changelog.yml index 1a0f0f735e7..cea9c44ae65 100644 --- a/packages/zeronetworks/changelog.yml +++ b/packages/zeronetworks/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.17.2" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.17.1" changes: - description: Update links to getting started docs diff --git a/packages/zeronetworks/manifest.yml b/packages/zeronetworks/manifest.yml index 675a73d0161..ae9dd78d521 100644 --- a/packages/zeronetworks/manifest.yml +++ b/packages/zeronetworks/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.2" name: zeronetworks title: "Zero Networks" -version: "1.17.1" +version: "1.17.2" source: license: "Elastic-2.0" description: "Zero Networks Logs integration" @@ -46,7 +46,8 @@ policy_templates: default: https://portal.zeronetworks.com/api/v1 - name: ssl type: yaml - title: SSL + title: SSL Configuration + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/zscaler_zia/changelog.yml b/packages/zscaler_zia/changelog.yml index 602e0fc5924..f62c3c26d5c 100644 --- a/packages/zscaler_zia/changelog.yml +++ b/packages/zscaler_zia/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.6.4" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "3.6.3" changes: - description: Use source.nat.ip as alternate for geo IPs in firewall and web logs. diff --git a/packages/zscaler_zia/manifest.yml b/packages/zscaler_zia/manifest.yml index eecb5d9b0bf..3b261af168e 100644 --- a/packages/zscaler_zia/manifest.yml +++ b/packages/zscaler_zia/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: zscaler_zia title: Zscaler Internet Access -version: "3.6.3" +version: "3.6.4" description: Collect logs from Zscaler Internet Access (ZIA) with Elastic Agent. type: integration categories: @@ -74,7 +74,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false @@ -117,7 +117,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false diff --git a/packages/zscaler_zpa/changelog.yml b/packages/zscaler_zpa/changelog.yml index 486b80f5469..a66358d405a 100644 --- a/packages/zscaler_zpa/changelog.yml +++ b/packages/zscaler_zpa/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.20.1" + changes: + - description: Updated SSL description to be uniform and to include links to documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/12487 - version: "1.20.0" changes: - description: Do not remove `event.original` in main ingest pipeline. diff --git a/packages/zscaler_zpa/manifest.yml b/packages/zscaler_zpa/manifest.yml index 6cf33880549..f15820899d6 100644 --- a/packages/zscaler_zpa/manifest.yml +++ b/packages/zscaler_zpa/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.3" name: zscaler_zpa title: Zscaler Private Access -version: "1.20.0" +version: "1.20.1" source: license: Elastic-2.0 description: Collect logs from Zscaler Private Access (ZPA) with Elastic Agent. @@ -43,7 +43,7 @@ policy_templates: - name: ssl type: yaml title: SSL Configuration - description: i.e. certificate_authorities, supported_protocols, verification_mode etc. + description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details. multi: false required: false show_user: false