mhaskar / mhaskar/Bughound

Configure to ELK Stack with SSL

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
130
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Hi, want to ask,
how to configure to interate with my existing ELK with SSL and username password with BugHound ?

example the script input on filebeat.yml or auditbeat.yml
```
output.elasticsearch:
hosts: ["https://localhost:9200"]
ssl.certificate_authorities: ["xx.crt"]
username: "elastic"
password: "password"
```

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking how Bughound connects to Elasticsearch and whether its configuration references filebeat.yml or auditbeat.yml. Document the SSL certificate authority, username, password, and Elasticsearch host requirements, with a verified configuration example and a clear way to confirm the connection works.

Written by the indexing model from the issue text.

Assessment

Tech stack
elasticsearch, python
Domain
devops, security
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.