Skip to content

Instantly share code, notes, and snippets.

@viatcheslavmogilevsky
Created November 14, 2024 22:04
Show Gist options
  • Save viatcheslavmogilevsky/ba43923e64a94ec8f8f720b84f57bbf4 to your computer and use it in GitHub Desktop.
Save viatcheslavmogilevsky/ba43923e64a94ec8f8f720b84f57bbf4 to your computer and use it in GitHub Desktop.
OpenSeatch tips

Opensearch tips

Regex filter example

{
  "regexp": {
    "request_ip": {
      "case_insensitive": true,
      "flags": "ALL",
      "value": "123\\..+"
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment