Skip to content
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3bdb544
Add dashboards for log categories Application Logs, Audit Logs, Conso…
giorgi-imerlishvili-elastic Sep 28, 2025
562e559
Merge branch 'azure_app_service' of github.com:giorgi-imerlishvili-el…
giorgi-imerlishvili-elastic Sep 28, 2025
04eb3aa
update changelog
giorgi-imerlishvili-elastic Sep 28, 2025
03a4362
update dashboard
giorgi-imerlishvili-elastic Oct 1, 2025
4d41407
fix Missing azure.subscription_id
giorgi-imerlishvili-elastic Oct 3, 2025
7d4b520
fix Expects JSON object but is unparsed JSON string #11169
giorgi-imerlishvili-elastic Oct 3, 2025
77d0d6d
change version and add change logs
giorgi-imerlishvili-elastic Oct 3, 2025
16bb255
change kibana migration version
giorgi-imerlishvili-elastic Oct 4, 2025
56c34f2
kibana dashboard fix
giorgi-imerlishvili-elastic Oct 4, 2025
110421a
Merge branch 'main' into azure_app_service
giorgi-imerlishvili-elastic Oct 5, 2025
59c2da8
Revert "fix Expects JSON object but is unparsed JSON string #11169"
giorgi-imerlishvili-elastic Oct 7, 2025
f9c172f
Revert "fix Missing azure.subscription_id"
giorgi-imerlishvili-elastic Oct 7, 2025
6533bd7
split PR
giorgi-imerlishvili-elastic Oct 7, 2025
9ba47ac
add screenshot of dashboard to manifest
giorgi-imerlishvili-elastic Oct 7, 2025
644194f
remove time filter from logs panel
giorgi-imerlishvili-elastic Oct 8, 2025
0b441f5
remove log level panels from audit logs and IPsec audit logs
giorgi-imerlishvili-elastic Oct 11, 2025
6bf3603
change screenshot
giorgi-imerlishvili-elastic Oct 13, 2025
c675251
Merge branch 'main' into azure_app_service
giorgi-imerlishvili-elastic Oct 13, 2025
ad65356
changes based on feedback
giorgi-imerlishvili-elastic Oct 21, 2025
b9dc050
Merge branch 'azure_app_service' of github.com:giorgi-imerlishvili-el…
giorgi-imerlishvili-elastic Oct 21, 2025
86dab2b
change metric field titles
giorgi-imerlishvili-elastic Oct 24, 2025
342631b
update dashboard
giorgi-imerlishvili-elastic Oct 28, 2025
22f75d2
Merge branch 'main' into azure_app_service
giorgi-imerlishvili-elastic Oct 29, 2025
f0fc8eb
update dashboard
giorgi-imerlishvili-elastic Oct 29, 2025
8042fc4
update dashboard
giorgi-imerlishvili-elastic Oct 29, 2025
8e86e91
update dashboard
giorgi-imerlishvili-elastic Oct 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/azure_app_service/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.8.0"
changes:
- description: Add dashboard for log categories Application Logs, Audit Logs, Console Logs, HTTP Logs, IPsec Audit Logs and Platform Logs.
type: enhancement
link: https://github.com/elastic/integrations/pull/15487
- version: "0.7.0"
changes:
- description: Add a flag `fips_compatible` to control whether the package is allowed in the ECH FedRAMP High environment.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion packages/azure_app_service/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: azure_app_service
title: "Azure App Service"
version: "0.7.0"
version: "0.8.0"
source:
license: "Elastic-2.0"
description: "Collect logs from Azure App Service with Elastic Agent."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add the screenshots attribute in the manifest file and include references to the dashboard image, similar to how it's done in other integrations.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please make sure screenshots contain the whole dashboard, and also please add those same screenshots to the PR page (right now the screenshot in the PR description is truncated)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Expand Down Expand Up @@ -70,6 +70,11 @@ icons:
title: App Service Logo
size: 32x32
type: image/svg+xml
screenshots:
- src: /img/azure_app_service-overview-dashboard-screenshot.png
title: Overview dashboard screenshot
size: 2994x7034
type: image/png
policy_templates:
- name: app_service_logs
title: Azure App Service logs
Expand Down