mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +00:00
Deprecate the Log Analytics callback plugin (#11505)
* Deprecate the Log Analytics callback plugin The Azure Monitor "HTTP Data Collector API" has been deprecated by Microsoft. The old API has been replaced by the new "Logs Ingestion API", which will require a new callback plugin due to major differences between the APIs. * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
106bcfb0e4
commit
f6af698ce9
3 changed files with 10 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ options:
|
|||
ini:
|
||||
- section: callback_loganalytics
|
||||
key: shared_key
|
||||
deprecated:
|
||||
removed_in: 14.0.0
|
||||
why: The "HTTP Data Collector API" used by the plugin has been deprecated in Azure Monitor and replaced with the "Logs Ingestion API".
|
||||
alternative: Please migrate to the P(community.general.loganalytics_ingestion#callback) plugin.
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue