Skip to content

[ BUG ] NGSIEM GetSearchStatusV1 doesn't support pagination #1383

@59e5aaf4

Description

@59e5aaf4

Describe the bug
GetSearchStatusV1 doesn't support pagination

To Reproduce
Try to use pagination. There's none.

Expected behavior
Either you:

  • implement paginationLimit + paginationOffset like in the web UI (they're not even used there lolol), or
  • implement the web UI behavior of re-launching the query with shorter time frames picked from the last event @timestamp ( happens when you scroll to force content to load in your browser )

This would

Environment (please complete the following information):

  • OS: Debian
  • Python: 3.13.5
  • FalconPy: 1.5.3

Additional context
I need to dump host telemetry for a handful of hosts for retention reasons ( involved in IR + legal stuff ) and scrolling in my browser is not an option. Also my previous code that reduces time windows in the mimicked webui client is, uh, barely functional so if there was an official way to enumerate pages of content that would be great 💖

Thanks !

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions