-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove unneeded files and layout sidebar (#315)
- Loading branch information
Showing
6 changed files
with
18 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
<!-- docs/_sidebar.md --> | ||
|
||
* [Home](/) | ||
* [Online Training](/learning.md) | ||
* [OpenSearch Architecture](/architecture.md) | ||
* [Data Indices and Lifecycle](/indextemplate.md) | ||
* [OpenSearch Common Schema](/commonschema.md) | ||
* [Onboarding Process](/onboarding.md) | ||
* [Funbucks for Flentbit Configuration](/fluentbit.md) | ||
* [Lambda Testing](/testing.md) | ||
* [Deployment](/deployment.md) | ||
* Onboarding Planning | ||
** [Onboarding Process](/onboarding.md) | ||
|
||
* Output Application Events | ||
** [Funbucks for Flentbit Configuration](/fluentbit.md) | ||
|
||
* Events to OpenSearch Documents | ||
** [Testing Event Stream Processing](/testing.md) | ||
** [Deployment](/deployment.md) | ||
|
||
* Reference | ||
** [APM Architecture](/architecture.md) | ||
** [Data Indices and Lifecycle](/indextemplate.md) | ||
** [Data Schema](/commonschema.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
# OpenSearch Architecture | ||
# APM Architecture | ||
|
||
## Environment | ||
|
||
OpenSearch Production: [https://apm.io.nrs.gov.bc.ca/_dashboards](https://apm.io.nrs.gov.bc.ca/_dashboards) | ||
|
||
## Diagrams | ||
![Data Collection](./images/datacollection.png) | ||
|
||
![Data Management](./images/datamanagement.png) | ||
|
||
## Log Consumption Architecture | ||
![AWS ESC Web Service Architecture](./images/logconsumption.png) | ||
|
||
## Deployment | ||
OpenSearch is deployed using Terraform onto the AWS SEA using GitHub Actions. See: [nr-apm-stack](https://github.com/BCDevOps/nr-apm-stack) | ||
``` | ||
Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files. | ||
Product website: https://www.terraform.io/ | ||
``` |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"event.kind":"event", "message":"Started BackendStartApiApplication in 4.673 seconds (process running for 5.013)", "organization.id":"[email protected]", "ecs.version":"8.8", "organization.name":"TeamSPAR", "event.category":"web", "log.file.path":"/logs/postgres-api.log", "event.dataset":"application.log.utc", "event.sequence":19758, "labels.project":"spar-postgres-api", "service.name":"spar_postgres_api", "host":{"os":{}, "hostname":"encsabcamlt0324"}, "service.type":"postgres_api", "service.environment":"development", "agent.type":"fluentbit", "@timestamp":"2023-08-01T17:59:03.520Z", "agent.version":"2.1", "log.level":"INFO", "agent.name":"nr-spar-202", "event.ingested":"diagnostic", "@metadata.keyAsPath":"true", "log.logger":"c.b.g.b.BackendStartApiApplication"} |