Skip to content

Adds HtmlStripProcessor and UriPartsProcessor #2835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Adds HtmlStripProcessor and UriPartsProcessor #2835

merged 1 commit into from
Aug 30, 2024

Conversation

flobernd
Copy link
Member

Adds HtmlStripProcessor and UriPartsProcessor.

Related to #2231
Related to elastic/elasticsearch-net#7881

Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
ingest.delete_geoip_database 🟢 1/1 1/1
ingest.delete_pipeline 🟢 15/15 15/15
ingest.geo_ip_stats 🟢 1/1 1/1
ingest.get_geoip_database 🟢 4/4 4/4
ingest.get_pipeline 🔴 22/22 21/22
ingest.processor_grok 🟢 1/1 1/1
ingest.put_geoip_database 🟢 3/3 3/3
ingest.put_pipeline 🔴 50/59 59/59
ingest.simulate 🔴 6/9 9/9

You can validate these APIs yourself by using the make validate target.

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

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

Thanks! Processors are our biggest gap currently. I checked that those additions match with the Elasticsearch documentation.

Unfortunately, we don't have specific YAML tests for those processors, so we can't validate those changes more.

@flobernd flobernd merged commit bcea602 into main Aug 30, 2024
7 checks passed
@flobernd flobernd deleted the processors branch August 30, 2024 11:38
github-actions bot pushed a commit that referenced this pull request Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants