Skip to content

Commit

Permalink
[filebeat][azure-blob-storage] - Cleaned up documentation errors & fi…
Browse files Browse the repository at this point in the history
…xed a minor bug. (#36714)

* fixed a logical bug, updated docs

* updated changelog
  • Loading branch information
ShourieG committed Oct 2, 2023
1 parent ee55f1d commit 050cbf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
- Fixed some race conditions in tests {pull}36185[36185]
- Re-enable HTTPJSON fixed flakey test. {issue}34929[34929] {pull}36525[36525]
- Make winlogbeat/sys/wineventlog follow the unsafe.Pointer rules. {pull}36650[36650]
- Cleaned up documentation errors & fixed a minor bug in Filebeat Azure blob storage input. {pull}36714[36714]

==== Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ filebeat.inputs:
containers:
- name: container_1
file_selectors:
- regex: '/CloudTrail/'
- regex: '/Monitoring/'
- regex: 'docs/'
- regex: '/Security-Logs/'
----
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/input/azureblobstorage/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func (j *job) readJsonAndPublish(ctx context.Context, r io.Reader, id string) er
if err := j.splitEventList(j.src.ExpandEventListFromField, item, offset, j.hash, id); err != nil {
return err
}
continue
}

data, err := item.MarshalJSON()
Expand Down

0 comments on commit 050cbf5

Please sign in to comment.