Skip to content

Commit

Permalink
x-pack/filebeat/input/o365audit: deprecate input
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Apr 15, 2024
1 parent 8105935 commit 9962724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
*Filebeat*

- Deprecate `syslog` input in favor of `syslog` processor. {issue}37555[37555] {pull}38277[38277]
- Deprecate `o365audit` input in favor of `CEL` input. {issue}37719[37719] {pull}38922[38922]

*Heartbeat*

Expand Down
4 changes: 4 additions & 0 deletions x-pack/filebeat/docs/inputs/input-o365audit.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[id="{beatname_lc}-input-{type}"]
=== Office 365 Management Activity API input

deprecated:[8.14.0]

The o365audit input is deprecated. Similar functionality can be achieved using the <<filebeat-input-cel,`CEL input`>> .

++++
<titleabbrev>Office 365 Management Activity API</titleabbrev>
++++
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/o365audit/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func Plugin(log *logp.Logger, store cursor.StateStore) v2.Plugin {
return v2.Plugin{
Name: pluginName,
Stability: feature.Experimental,
Deprecated: false,
Deprecated: true,
Info: "O365 logs",
Doc: "Collect logs from O365 service",
Manager: &cursor.InputManager{
Expand Down

0 comments on commit 9962724

Please sign in to comment.