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 the 'Anonymous IP' database to the geoip processor #107287

Merged
merged 14 commits into from
Apr 11, 2024

Commits on Apr 9, 2024

  1. Sort this list

    Put the default fields for the city database in the same order as the
    valid fields for the city database. Interestingly, the 'TIMEZONE' (and
    the 'IP') are the only valid non-default properties.
    joegallo committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aa380c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e2326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1f7ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c93df1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb74ce View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. latitude and longitude are not actually usable properties

    Rather, they're the object properties under which those values will be
    written within a containing 'location' object, if the 'location'
    property has been selected.
    joegallo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9f03fa1 View commit details
    Browse the repository at this point in the history
  2. Reword: GeoIP2 means something specific

    and use a more general term instead. Maxmind seems to consistently
    refer to the GeoLite2 databases as 'GeoLite2 databases' and to their
    commercial offerings as 'GeoIP2 databases' -- both of them are 'IP
    geolocation databases' (which appears to me to be a generic term that
    applies to both their free and commercial databases as well as the
    things that others in the industry might provide).
    joegallo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1195d2d View commit details
    Browse the repository at this point in the history
  3. We don't 'ship with' any databases

    nor are any 'included in the module'.
    joegallo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    055d08c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96905b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec27601 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    736807e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a69634f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    e9ccc8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9934f5 View commit details
    Browse the repository at this point in the history