Skip to content

Commit

Permalink
docs/11792-add-link-to-ssl-online-reference
Browse files Browse the repository at this point in the history
merged main. Fixed conflicts
  • Loading branch information
StacieClark-Elastic committed Jan 29, 2025
2 parents 71c23f8 + 5adcdf8 commit f08ccc6
Show file tree
Hide file tree
Showing 91 changed files with 2,753 additions and 1,546 deletions.
7 changes: 4 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,15 @@
/packages/o365_metrics @elastic/obs-infraobs-integrations @elastic/security-service-integrations
/packages/o365_metrics/data_stream/active_users @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/groups_activity_group_detail @elastic/security-service-integrations
/packages/o365_metrics/data_stream/mailbox_usage @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/mailbox_usage_detail @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/mailbox_usage_quota_status @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/onedrive_usage @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/onedrive_usage_account_detail @elastic/security-service-integrations
/packages/o365_metrics/data_stream/outlook_activity @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/outlook_app_usage @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/outlook_app_usage_version_counts @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/sharepoint_site_usage @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/teams_device_usage_user_counts @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/teams_user_activity_user_counts @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/teams_user_activity_user_detail @elastic/security-service-integrations
/packages/o365_metrics/data_stream/viva_engage_groups_activity_group_detail @elastic/security-service-integrations
/packages/o365_metrics/data_stream/yammer_device_usage @elastic/obs-infraobs-integrations
/packages/o365_metrics/data_stream/viva_engage_device_usage_user_counts @elastic/obs-infraobs-integrations
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.4
require (
github.com/blang/semver v3.5.1+incompatible
github.com/cli/go-gh/v2 v2.11.2
github.com/elastic/elastic-package v0.109.0
github.com/elastic/elastic-package v0.109.1
github.com/elastic/go-licenser v0.4.2
github.com/elastic/package-registry v1.27.0
github.com/magefile/mage v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 h1:sx1lpZuTG5suJuvgix4FWQFCLFFbzkoOmPoHWYOPLCY=
github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0/go.mod h1:2/30n+2QRzRzus4TPVUV1T3U/j8g2ItUgvP0pcpjLGk=
github.com/elastic/elastic-package v0.109.0 h1:qR4dLHkX2+vPnbSE6ccexEGO7I84pNTmAmNQt+gz2So=
github.com/elastic/elastic-package v0.109.0/go.mod h1:vmVYISfxBrl0ejjKbm/AG0drjrmevysVg2ZIP7yewLo=
github.com/elastic/elastic-package v0.109.1 h1:ATZVgYOCI6L5Yr0NxjSX+MsuK4UvXkpu9tDkO4K2vgo=
github.com/elastic/elastic-package v0.109.1/go.mod h1:vmVYISfxBrl0ejjKbm/AG0drjrmevysVg2ZIP7yewLo=
github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=
github.com/elastic/go-elasticsearch/v7 v7.17.10/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A=
Expand Down
7 changes: 6 additions & 1 deletion packages/apache/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# newer versions go on top
- version: "1.26.1"
- 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
type: enhancement
link: https://github.com/elastic/integrations/pull/12504
- version: "1.26.0"
changes:
- description: "Deprecate third-party REST API import option."
Expand Down
6 changes: 3 additions & 3 deletions packages/apache/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.4
format_version: 3.1.5
name: apache
title: Apache HTTP Server
version: "1.26.1"
version: "1.27.1"
source:
license: Elastic-2.0
description: Collect logs and metrics from Apache servers with Elastic Agent.
Expand All @@ -11,7 +11,7 @@ categories:
- observability
conditions:
kibana:
version: "^8.13.0"
version: "^8.13.0 || ^9.0.0"
elastic:
subscription: basic
screenshots:
Expand Down
11 changes: 6 additions & 5 deletions packages/azure_billing/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ To collect billing metrics from a billing account (instead of a subscription):
Take note of the following values, which you will use later when specifying settings.

* `Tenant ID`: use the "Tenant ID" from your Microsoft Entra ID.
* Only one of the following:
* `Subscription ID`: use the "Subscription Id" content if you decide to collect metrics from a subscription.
* `Department Id`: use the "Department Id" content if you decide to collect metrics from a department.
* `Billing account ID`: use the "Billing account ID" content if you decide to collect metrics from a billing account.
* `Subscription ID`: use the "Subscription Id" to access Azure APIs.

* Only one of the following (Optional):
* `Department ID`: use the "Department Id" content if you decide to collect metrics from a department.
* `Billing account ID`: use the "Billing account ID" content if you decide to collect metrics from a billing account.

Your App Registration is now ready for the Elastic Agent.

Expand Down Expand Up @@ -208,7 +209,7 @@ There are three supported scopes for this integration:
* Department
* Billing Account

The integration uses the Subscription ID as the default scope for the billing data.
>Note: The integration uses the Subscription ID as the default scope for the billing data.
To change the scope, expand the data stream section named **Collect Azure Billing metrics** in the integration settings and set one of the two available options (if you set both, the billing account scope take precedence over the department):

Expand Down
5 changes: 5 additions & 0 deletions packages/azure_billing/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.7.4"
changes:
- description: Fix billing scope for Subscription ID in documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12432
- version: "1.7.3"
changes:
- description: Update links to getting started docs
Expand Down
11 changes: 6 additions & 5 deletions packages/azure_billing/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ To collect billing metrics from a billing account (instead of a subscription):
Take note of the following values, which you will use later when specifying settings.

* `Tenant ID`: use the "Tenant ID" from your Microsoft Entra ID.
* Only one of the following:
* `Subscription ID`: use the "Subscription Id" content if you decide to collect metrics from a subscription.
* `Department Id`: use the "Department Id" content if you decide to collect metrics from a department.
* `Billing account ID`: use the "Billing account ID" content if you decide to collect metrics from a billing account.
* `Subscription ID`: use the "Subscription Id" to access Azure APIs.

* Only one of the following (Optional):
* `Department ID`: use the "Department Id" content if you decide to collect metrics from a department.
* `Billing account ID`: use the "Billing account ID" content if you decide to collect metrics from a billing account.

Your App Registration is now ready for the Elastic Agent.

Expand Down Expand Up @@ -208,7 +209,7 @@ There are three supported scopes for this integration:
* Department
* Billing Account

The integration uses the Subscription ID as the default scope for the billing data.
>Note: The integration uses the Subscription ID as the default scope for the billing data.
To change the scope, expand the data stream section named **Collect Azure Billing metrics** in the integration settings and set one of the two available options (if you set both, the billing account scope take precedence over the department):

Expand Down
2 changes: 1 addition & 1 deletion packages/azure_billing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure_billing
title: Azure Billing Metrics
version: "1.7.3"
version: "1.7.4"
description: Collect billing metrics with Elastic Agent.
type: integration
icons:
Expand Down
5 changes: 5 additions & 0 deletions packages/cisco_duo/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.2"
changes:
- description: Avoid obsolete cursor data in activity, telephony_v2.
type: bugfix
link: https://github.com/elastic/integrations/pull/12492
- version: "2.3.1"
changes:
- description: Fix broken links in Security Service integrations packages.
Expand Down
12 changes: 6 additions & 6 deletions packages/cisco_duo/data_stream/activity/agent/stream/cel.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ program: |
:
state.with({
"mintime": string(1000 * int(
state.?cursor.last_published.optMap(t,
state.?cursor.last_response_ts.optMap(t,
t.parse_time(time_layout.RFC3339Nano)
).orValue(
now - duration(state.initial_interval)
Expand Down Expand Up @@ -109,19 +109,19 @@ program: |
:
optional.none(),
"cursor": {
?"last_published": (has(body.?response.items) && size(body.response.items) > 0) ?
?"last_response_ts": (has(body.?response.items) && size(body.response.items) > 0) ?
optional.of(
body.response.items.map(i, i.ts).max().as(last_timestamp,
!has(dyn(state).?cursor.last_published) ?
!has(dyn(state).?cursor.last_response_ts) ?
last_timestamp
: (last_timestamp < dyn(state).cursor.last_published) ?
dyn(state).cursor.last_published
: (last_timestamp < dyn(state).cursor.last_response_ts) ?
dyn(state).cursor.last_response_ts
:
last_timestamp
)
)
:
dyn(state).?cursor.last_published,
dyn(state).?cursor.last_response_ts,
}
}
:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ program: |
:
state.with({
"mintime": string(1000 * int(
state.?cursor.last_published.optMap(t,
state.?cursor.last_response_ts.optMap(t,
t.parse_time(time_layout.RFC3339Nano)
).orValue(
now - duration(state.initial_interval)
Expand Down Expand Up @@ -106,19 +106,19 @@ program: |
:
optional.none(),
"cursor": {
?"last_published": (has(body.?response.items) && size(body.response.items) > 0) ?
?"last_response_ts": (has(body.?response.items) && size(body.response.items) > 0) ?
optional.of(
body.response.items.map(i, i.ts).max().as(last_timestamp,
!has(dyn(state).?cursor.last_published) ?
!has(dyn(state).?cursor.last_response_ts) ?
last_timestamp
: (last_timestamp < dyn(state).cursor.last_published) ?
dyn(state).cursor.last_published
: (last_timestamp < dyn(state).cursor.last_response_ts) ?
dyn(state).cursor.last_response_ts
:
last_timestamp
)
)
:
dyn(state).?cursor.last_published,
dyn(state).?cursor.last_response_ts,
}
}
:
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco_duo/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: cisco_duo
title: Cisco Duo
version: "2.3.1"
version: "2.3.2"
description: Collect logs from Cisco Duo with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/gcp_vertexai/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.0"
changes:
- description: Enhancements to the Vertex AI dashboard.
type: enhancement
link: https://github.com/elastic/integrations/pull/12451
- version: "0.3.1"
changes:
- description: Remove zone and fix default value in regions filter.
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp_vertexai/data_stream/metrics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ streams:
description: List of GCP regions to fetch data from
multi: true
required: false
show_user: true
default:
- us-central1
show_user: true
Binary file modified packages/gcp_vertexai/img/gcp-vertexai-overview-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f08ccc6

Please sign in to comment.