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

fixing image broken link and add ouput image in quick start #10

Merged
Merged
Show file tree
Hide file tree
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
fixing image broken link and add ouput image in quick start
  • Loading branch information
rifkiyupra committed Mar 2, 2025
commit 835c2f95003bf06244e2d2f95884ee84d8f9cb7f
4 changes: 2 additions & 2 deletions docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This section discuss about how to install Mata Elang Platform.

- Integration with OpenCTI
- [OpenCTI Installation](https://docs.opencti.io/latest/deployment/installation/)
- [OpenCTI Connector Configuration](Addons/OpenCTI-Connector-Configuration.md)
- [Report Generator](Addons/Report-Generator-Configuration-and-Installation.md)
- [OpenCTI Connector Configuration](/docs/addons/opencti-connector/OpenCTI-Connector-Configuration.md)
- [Report Generator](/docs/addons/report-generator/Report-Generator-Configuration-and-Installation.md)


## User Manual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ mataelang-schema-registry-1 confluentinc/cp-schema-registry:7.8.0
mataelang-sensor-api-1 ghcr.io/mata-elang-stable/sensor-snort-service:latest "/go/bin/app server …" sensor-api 11 seconds ago Up 10 seconds 0.0.0.0:50051->50051/tcp, :::50051->50051/tcp
mataelang-sensor-event-stream-op-1 ghcr.io/mata-elang-stable/event-stream-aggr:latest "/go/bin/app -v" sensor-event-stream-op 11 seconds ago Up 10 seconds
```

🔑 You can access dashboard on http://localhost:5601
![image](../../static/uploads/d143583d02f5f501f135a9c935f97f6e/image.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can install OpenCTI to integrate with Mata Elang by following this official

:white_check_mark: Defense Center installed.

[Defense Center Installation](../Installation-and-Configuration/Defense-Center-Installation.md).
[Defense Center Installation](../../Installation-and-Configuration/Defense-Center-Installation.md).

:white_check_mark: OpenCTI installed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Here is how you could generate Mata Elang v2 Statistic Report.
Open your browser and go to [Mata Elang Report Generator](https://report.mataelang.net/dashboard)

## Insert Your Defense Center's Credential
![Mata Elang Report Generator Login Page](../static/uploads/f2b14d8688ccc4b8b6e8e193b7159b6d/rg-login-page.png)
![Mata Elang Report Generator Login Page](../../../static/uploads/f2b14d8688ccc4b8b6e8e193b7159b6d/rg-login-page.png)
You need to insert your account credential to proceed.

## Choosing The Report You Want to Save
![Mata Elang Report Generator Dashboard](../static/uploads/1bbfdf784c04c664047c29092272040e/rg-dashboard.png)
![Mata Elang Report Generator Dashboard](../../../static/uploads/1bbfdf784c04c664047c29092272040e/rg-dashboard.png)

At your Mata Elang Report Generator Dashboard, you can download and save the report as PDF file. You can find each report's template name, and it's date of creation.
3 changes: 2 additions & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,5 @@ Using the official Docker repository is recommended to get the latest version an

## Accessing the Dashboard

After successfully installing the Mata Elang Defense Center, you can access the dashboard by visiting [http://localhost:5601](http://localhost:5601) in your web browser.
After successfully installing the Mata Elang Defense Center, you can access the dashboard by visiting [http://localhost:5601](http://localhost:5601) in your web browser with username: admin and password: SecurePassword@123.
![image](../static/uploads/d143583d02f5f501f135a9c935f97f6e/image.png)