elastic / elastic/integrations
[stale-issues] Stale issues report — 1 issue likely resolved
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 209
Description
## Resolved Issues Report
The following open issue appears to already be resolved based on code evidence in the current repository.
### 1. #18973 — [cloudflare_logpush.network_analytics] convert_json_ipv4_options fails on multi-value IPv4Options strings (e.g. "7,0")
**Evidence:**
- The ingest pipeline now explicitly splits comma-separated IPv4 options before conversion:
- `packages/cloudflare_logpush/data_stream/network_analytics/elasticsearch/ingest_pipeline/default.yml:697-701`
- followed by numeric conversion at `.../default.yml:702-707`
- The pipeline test fixture includes the exact problematic input (`"IPv4Options":"7,0"`):
- `packages/cloudflare_logpush/data_stream/network_analytics/_dev/test/pipeline/test-pipeline-network-analytics.log:7`
- The expected test output now validates the parsed numeric array result:
- `packages/cloudflare_logpush/data_stream/network_analytics/_dev/test/pipeline/test-pipeline-network-analytics.log-expected.json:1334-1336` (`"options": [7, 0]`)
- Issue thread indicates implementation intent already landed (`"This PR splits the fields that contain comma-separated values."`):
- `https://github.com/elastic/integrations/issues/18973#issuecomment-4494374291`
**Recommendation:** Close as completed
## Suggested Actions
- [ ] Review and close #18973 — CSV IPv4Options parsing behavior and regression expectation are present in the current codebase
> [!NOTE]
>
> 🔒 Integrity filter blocked 91 items
>
> The following items were blocked because they don't meet the GitHub integrity level.
>
> - [#17662](https://github.com/elastic/integrations/issues/17662) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17650](https://github.com/elastic/integrations/issues/17650) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17649](https://github.com/elastic/integrations/issues/17649) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17609](https://github.com/elastic/integrations/issues/17609) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17607](https://github.com/elastic/integrations/issues/17607) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17605](https://github.com/elastic/integrations/issues/17605) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17604](https://github.com/elastic/integrations/issues/17604) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17583](https://github.com/elastic/integrations/issues/17583) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17570](https://github.com/elastic/integrations/issues/17570) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17566](https://github.com/elastic/integrations/issues/17566) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17557](https://github.com/elastic/integrations/issues/17557) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17530](https://github.com/elastic/integrations/issues/17530) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17518](https://github.com/elastic/integrations/issues/17518) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17517](https://github.com/elastic/integrations/issues/17517) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17514](https://github.com/elastic/integrations/issues/17514) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - [#17505](https://github.com/elastic/integrations/issues/17505) `search_issues`: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
> - ... and 75 more items
>
> To allow these resources, lower `min-integrity` in your GitHub frontmatter:
>
> ```yaml
> tools:
> github:
> min-integrity: approved # merged | approved | unapproved | none
> ```
>
>
---
[What is this?](https://ela.st/github-ai-tools) | [From workflow: Stale Issues](https://github.com/elastic/integrations/actions/runs/26898887605)
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
> - [x] expires on Jun 5, 2026, 4:44 PM UTC
Contributor guide
Assessment
This issue has not been assessed yet.