Giter Club home page Giter Club logo

Comments (4)

robcowart avatar robcowart commented on June 14, 2024 1

It used to be possible to create your own GeoIP DB for the old Maxmind DB format. However that would require the old version of the GeoIP filter, which isn't compatible with the later versions of Logstash. You should be able to populate the GeoIP fields manually, including the necessary geo_point type location field by using the translate filter (to lookup data) and the mutate filter to set field values. This would have to be a custom addition, which you create for your needs, rather than something provided in ElastiFlow itself.

I am going to leave this open for now, as I might write an article that explains best practices for such customizations.

from elastiflow.

davama avatar davama commented on June 14, 2024

How can the geo-location be linked to IP addresses from the private of the network (10.x.x.x)?

You can have DNS LOC records but does logstash/elastiflow search for them? idk

from elastiflow.

danilvoe avatar danilvoe commented on June 14, 2024

I am going to leave this open for now, as I might write an article that explains best practices for such customizations.

It would be nice! Now it is not very clear in what place and most importantly how to properly implement my code.

from elastiflow.

robcowart avatar robcowart commented on June 14, 2024

This would be best solved using the cidr filter. The geoip filter does not support custom dictionaries.

from elastiflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.