Skip to content
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

Add support for Graylog's Geolocation and other string field -based data sources #276

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2020

  1. Add support for Graylog Geolocation plugin

    Creates a new Location Data option ("string"), which makes it possible
    to query coordinates that are stored as a string in a single field.
    
    The field should be formatted as "latitude,longitude".
    
    Graylog's Geolocation plugin stores data this way instead of as a
    geohash. This has made it difficult for Graylog users to use this plugin.
    jkavan committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    4436633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66aa1ef View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    292584c View commit details
    Browse the repository at this point in the history