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

Change GeoIP field name for dest_ip to not overlap with GeoIP for src_ip #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 15, 2019

  1. Change GeoIP field name for dest_ip to not overlap with GeoIP for src_ip

    This commit renames the `geoip` field for `dest_ip` to `geoip_dest` in
    `logstash.conf` and creates a new mapping in `elasticsearch6-template.json`.
    
    In logstash configuration, GeoIP is used for both `dest_ip` and `src_ip`
    if both are present. However, the `target` field have the same name
    (`geoip`) for both, so in the end the `dest_ip` GeoIP will overwrite the
    `src_ip` one.
    Enrico204 committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1f507fd View commit details
    Browse the repository at this point in the history