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

In log importer, allow filtering logs by host & datetime (new submodule commit + tests). #12267

Merged
merged 3 commits into from Nov 30, 2017
Merged

In log importer, allow filtering logs by host & datetime (new submodule commit + tests). #12267

merged 3 commits into from Nov 30, 2017

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Nov 10, 2017

matomo-org/matomo-log-analytics#196 (comment)
Adds the following options to the log importer:

  • --exclude-host: can supply multiple hosts to exclude from tracking.
  • --include-host: can supply multiple hosts to include (excluding all others).
  • --exclude-older-than: excludes visits older than a certain date.
  • --exclude-newer-than: excludes visits newer than a certain date.

@diosmosis diosmosis added the Needs Review PRs that need a code review label Nov 10, 2017
@sgiehl
Copy link
Member

sgiehl commented Nov 14, 2017

Two tests are failing. And did you change the file permissions of the test files on purpose?

@diosmosis
Copy link
Member Author

Those tests should pass in the next build, changed mode of all files in expected dir to 0644.

@mattab mattab added this to the 3.2.1 milestone Nov 22, 2017
@mattab mattab merged commit 6614909 into matomo-org:3.x-dev Nov 30, 2017
@diosmosis diosmosis deleted the log-analytics-filter branch December 1, 2017 03:12
@matomo-org matomo-org deleted a comment from MatomoForumBot Dec 4, 2017
@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants