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

GeoIP Mapping Fix #1

Open
dcsteve24 opened this issue Feb 27, 2019 · 0 comments
Open

GeoIP Mapping Fix #1

dcsteve24 opened this issue Feb 27, 2019 · 0 comments

Comments

@dcsteve24
Copy link

Still learning the ins and outs of Github and not sure how to pull/fix your repo. Thanks for the snippit as I've spent most the day trying to figure out this and yours almost worked out of the box. The only thing broke in yours was the geolocation and that was just missing a small piece.

Yours:

	geoip {
		source => "[auditd][log][addr]"
		target => "[auditd][geoip]"
	}

Should be:

	geoip {
		source => "[auditd][log][addr]"
		target => "[auditd][log][geoip]"
	}

As soon as I added [log] it worked! Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant