Skip to content

Conversation

mashhurs
Copy link
Collaborator

@mashhurs mashhurs commented Dec 9, 2024

Description

Backport of #190 into 8.17

Cherry pick details

  • Sync up with ES main that PipelineConfiguration class getConfigAsMap() method renamed to getConfig().

  • Request modifiable donfig when creating a pipeline.

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

…ic#190)

* Sync up with ES main that PipelineConfiguration class getConfigAsMap() method renamed to getConfig().

* Request modifiable donfig when creating a pipeline.
Copy link
Member

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

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

@@ -1,2 +1,2 @@
LOGSTASH_PATH=../../logstash
ELASTICSEARCH_TREEISH=8.16
ELASTICSEARCH_TREEISH=8.x
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
ELASTICSEARCH_TREEISH=8.x
ELASTICSEARCH_TREEISH=8.17

@@ -1,15 +1 @@
if [ -z "$ELASTICSEARCH_TREEISH" ]; then
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We don't need to touch es-treeish as we utilize from gradle.properties, similarly no need to set target branch env var as this script target branches itself.

@mashhurs mashhurs marked this pull request as draft December 10, 2024 01:53
@mashhurs mashhurs changed the title Sync up with ES main on PipelineConfiguration class changes. (#190) [8.17] Backport of #190, dynamic CI pr/build/e2e jobs for target branch. Dec 10, 2024
@donoghuc donoghuc dismissed their stale review December 10, 2024 15:22

I was looking at the wrong branch in ES

@mashhurs mashhurs marked this pull request as ready for review December 12, 2024 21:51
@mashhurs mashhurs closed this Dec 12, 2024
@mashhurs mashhurs deleted the sync-with-es-on-8x branch December 12, 2024 21:53
@elasticmachine
Copy link
Collaborator

elasticmachine commented Dec 12, 2024

💔 Build Failed

Failed CI Steps

History

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backport PR-190 to 8.x when syncing plugin with ES 8.17

3 participants