Skip to content

[Filebeat] Replace copy_from with templated value (backport #26631)#26964

Merged
andrewkroh merged 1 commit into7.xfrom
mergify/bp/7.x/pr-26631
Jul 20, 2021
Merged

[Filebeat] Replace copy_from with templated value (backport #26631)#26964
andrewkroh merged 1 commit into7.xfrom
mergify/bp/7.x/pr-26631

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Jul 19, 2021

This is an automatic backport of pull request #26631 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

* Replace copy_from with templated value

To ensure compatibility with Elasticsearch versions <7.13 this removes usage of `copy_from` in `set` processors.

Relates #26629

* panw: replace copy_from usage with script

Replaces the usage of a set processor with copy_from (ES 7.13+)
with a painless script that performs the same operation and it's
backwards compatible.

* cyberarkpas: Replace usage of copy_from with script

This updates the ID-mapping script to set fields instead of constructing
and op-list that is latter processed with foreach/set.

* Update CHANGELOG.next.asciidoc

Co-authored-by: Adrian Serrano <adrisr83@gmail.com>

Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
(cherry picked from commit a7b0110)
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 19, 2021
@botelastic
Copy link
Copy Markdown

botelastic bot commented Jul 19, 2021

This pull request doesn't have a Team:<team> label.

@andrewkroh andrewkroh self-assigned this Jul 19, 2021
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-07-19T17:11:03.275+0000

  • Duration: 98 min 46 sec

  • Commit: b9d9638

Test stats 🧪

Test Results
Failed 0
Passed 14246
Skipped 2326
Total 16572

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 14246
Skipped 2326
Total 16572

@andrewkroh andrewkroh merged commit 3ec07ce into 7.x Jul 20, 2021
@mergify mergify bot deleted the mergify/bp/7.x/pr-26631 branch July 20, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Filebeat Filebeat needs_team Indicates that the issue/PR needs a Team:* label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants