punk-security / smbeagle

SMBeagle - Fileshare auditing tool.
Apache License 2.0
698 stars 82 forks source link

Issue whilr importing the ndjson file #66

Closed HirenVikhram closed 2 years ago

HirenVikhram commented 2 years ago

We are getting and issue when we import the export.ndjson file in kibana

Error Message: "dashboard" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]:

hieronymusma commented 2 years ago

I ran into the same issue. To fix this, you have to update the versions inside your docker-compose.yml. docker.elastic.co/elasticsearch/elasticsearch:7.14.2 -> docker.elastic.co/elasticsearch/elasticsearch:7.15.0 docker.elastic.co/kibana/kibana:7.14.2 -> docker.elastic.co/kibana/kibana:7.15.0

danieloateslee commented 2 years ago

@hieronymusma & @HirenVikhram thanks for the update ... I will investigate and get back to you shortly.

HirenVikhram commented 2 years ago

Thank you for resolving this issue sir.

Regards, Hiren Vikhram S

On Mon, Jun 27, 2022 at 10:46 PM Maurice Hieronymus < @.***> wrote:

I ran into the same issue. To fix this, you have to update the versions inside your docker-compose.yml. docker.elastic.co/elasticsearch/elasticsearch:7.14.2 -> docker.elastic.co/elasticsearch/elasticsearch:7.15.0 docker.elastic.co/kibana/kibana:7.14.2 -> docker.elastic.co/kibana/kibana:7.15.0

— Reply to this email directly, view it on GitHub https://github.com/punk-security/SMBeagle/issues/66#issuecomment-1167630904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUPH7KZPWZI2H5DFYDEAHSLVRHOWRANCNFSM5YMSEZKQ . You are receiving this because you authored the thread.Message ID: @.***>

danieloateslee commented 2 years ago

Confirmed and I will update the docker-compose file.