Skip to content

shrria/audit-log-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audit-log-go

example

Tech Stack

  • Elasticsearch
  • Kibana

How to Run

    1. Start Elasticsearch and Kibana in Docker cd deployment docker compose up
    1. Get Password & Token from Elasticsearch docker exec -it es01 /usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic docker exec -it es01 /usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s kibana
    1. Login to Kibana at http://localhost:5601
    1. Copy CA Certificate from Elasticsearch to local docker cp es01:/usr/share/elasticsearch/config/certs/http_ca.crt ../cert
    1. Start Go Application (Don't forget to change the password in elasticsearch.go file) go build -o audit-log-go ./audit-log-go

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages