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

Comprehensive report for multi json files on Embedded SQLite Database mode #93

Closed
Kamalifar opened this issue Jan 9, 2019 · 7 comments
Labels

Comments

@Kamalifar
Copy link

I use the evebox in Embedded SQLite Database mode in windows release version with the below command:

evebox -v -D . --datastore sqlite --input /var/log/suricata/eve.json

I have some files that I've already backed up from suricata (json file). I'd like to create a comprehensive report from all my files.

How can I do it?

@jasonish
Copy link
Owner

jasonish commented Jan 9, 2019

At this time reporting is only available with an Elastic Search backend. Its on the some day/maybe list. Probably when I work further on the PostgreSQL support, SQLite will also benefit from that.

@Kamalifar
Copy link
Author

Kamalifar commented Jan 9, 2019

I added the json files one by one, manually. the evebox command line displays that committing the events when I replace the eve.json with another one.

In your opinion, does this gather all logs and integrate them or some logs may be overwritten?

@jasonish
Copy link
Owner

What was your command line for adding them one by one?

@Kamalifar
Copy link
Author

Kamalifar commented Jan 15, 2019

I copied a eve.json file and ran this command first:

evebox -v -D . --datastore sqlite --input /var/log/suricata/eve.json

then I wait for committing all records then replaced another eve.json and so on.

@jasonish
Copy link
Owner

That should keep them all available then.

@Kamalifar
Copy link
Author

That's great. Thanks a lot.

@jasonish
Copy link
Owner

Closing as a support request. Issue #95 opened for reporting with SQLite.

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

No branches or pull requests

2 participants