Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion http-event-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ hooky.seyosh.org {
```
Make sure your proxying web server is running.

## Running the Application
## Run the HTTP Collector App

Start the *http-event-collector* application:

Expand All @@ -65,6 +65,25 @@ Use username and password in the web UI where you are proxying onto port 8001

The token is the "token" field in your splunk audit log stream in GitHub.

## Send a test message

```bash
python test-sender.py --token mytoken
```

## Check the app

### Login
Login to the app with your username and password:

<img width="1115" alt="event collector login" src="https://github.com/user-attachments/assets/53dd0769-5e8d-44aa-af5b-4434df7f2481" />

### Check the search page
Should contain an event. Press the Show/Hide button to see details of the test message:

<img width="1260" alt="event collector search page" src="https://github.com/user-attachments/assets/e9915c22-a81e-438a-ab23-7d0694c0eb9d" />


## API Endpoints

### Receive and Forward Event
Expand Down