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

Not getting anything on Audit tab #24

Closed
rossengeorgiev opened this issue Jul 7, 2017 · 4 comments
Closed

Not getting anything on Audit tab #24

rossengeorgiev opened this issue Jul 7, 2017 · 4 comments

Comments

@rossengeorgiev
Copy link

image

@malbarral
Copy link
Contributor

Hello @rossengeorgiev

How did you get this error? Did you update the App?

If you did, you have to remove the bundles rm -rf /usr/share/kibana/optimize/bundles and then restart Kibana.

Best regards,
Manuel

@rossengeorgiev
Copy link
Author

rossengeorgiev commented Jul 7, 2017

I'm on 5.4.0, and that tab hasn't ever worked I think. I went from Overview to Audit, and got the above.

I think this related to changes introduced in ES 5.x. I know your app has hack to insert a sample document with all fields to work around the issue. Perhaps, it is missing the auditd related fields?

The Audit dashboard show the same error.

@malbarral
Copy link
Contributor

Hi @rossengeorgiev,

Sorry for late response. As you say, we insert a sample alert when installing the Wazuh App.
If you did not insert the sample alert, insert it running this command in one of your ES node:

curl https://raw.githubusercontent.com/wazuh/wazuh-kibana-app/master/server/startup/integration_files/alert_sample.json | curl -XPUT "http://localhost:9200/wazuh-alerts-"`date +%Y.%m.%d`"/wazuh/sample" -H 'Content-Type: application/json' -d @-

When the alert is inserted, in the Kibana interface, go to Management > Index patterns > wazuh-alerts-*. Then, click on the Refresh icon.
image

Please, let us know if it works.
Best regards,
Manuel Albarral

@rossengeorgiev
Copy link
Author

rossengeorgiev commented Aug 1, 2017

Thanks @malbarral, that resolved the issue. Page works now, and so does the Audit dashboard.

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

2 participants