Skip to content

Commit e5af7eb

Browse files
authored
Fix dead links (opensearch-project#1872)
* Fix dead links Signed-off-by: Simeon Widdis <[email protected]> * Fix more dead links Signed-off-by: Simeon Widdis <[email protected]> * Add playground to ignore due to too many redirects Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
1 parent 1944d0b commit e5af7eb

File tree

13 files changed

+17
-32
lines changed

13 files changed

+17
-32
lines changed

.github/ISSUE_TEMPLATE/integration_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Describe the integration resource log protocol you are interesting in [ [`access
1616

1717
**What is the integration target protocol ?**
1818

19-
Describe the target protocol you are interested to ingest [ for example [`logs.mapping`](https://github.com/opensearch-project/opensearch-catalog/blob/main/schema/observability/logs/logs.mapping) , [`http.mapping`](https://github.com/opensearch-project/opensearch-catalog/blob/main/schema/observability/logs/http.mapping) ]
19+
Describe the target protocol you are interested to ingest [ for example [`logs.mapping`](https://github.com/opensearch-project/opensearch-catalog/blob/c40d1e87199528d3853c0c3fa308524c76ac6c2c/schema/observability/logs/logs-1.0.0.mapping) , [`http.mapping`](https://github.com/opensearch-project/opensearch-catalog/blob/c40d1e87199528d3853c0c3fa308524c76ac6c2c/schema/observability/logs/http-1.0.0.mapping) ]
2020

2121
**Which agents would you use to ship this data ?**
2222

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
opensearch-dashboards
2+
kubernetes.default.svc.cluster.local
3+
observability.playground.opensearch.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Observability is collection of plugins and applications that let you visualize d
5454
[cypress-test-badge]: https://img.shields.io/badge/Cypress%20tests-in%20progress-yellow
5555
[cypress-test-link]: https://github.com/opensearch-project/opensearch-build/issues/1124
5656
[cypress-code-badge]: https://img.shields.io/badge/Cypress%20code-blue
57-
[cypress-code-link]: https://github.com/opensearch-project/dashboards-observability/blob/main/dashboards-observability/.cypress/CYPRESS_TESTS.md
57+
[cypress-code-link]: https://github.com/opensearch-project/dashboards-observability/blob/main/.cypress/CYPRESS_TESTS.md
5858
[opensearch-it-badge]: https://img.shields.io/badge/OpenSearch%20Plugin%20IT%20tests-in%20progress-yellow
5959
[opensearch-it-link]: https://github.com/opensearch-project/opensearch-build/issues/1124
6060
[opensearch-it-code-badge]: https://img.shields.io/badge/OpenSearch%20IT%20code-blue

public/components/notebooks/docs/dev/Build_Documentation.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
## Setup OpenSearch & OpenSearch Dashboards dev environment and use the plugin with Zeppelin
44

5-
- Please follow [README.md](../../../../../../DEVELOPER_GUIDE.md) for build instructions.
5+
- Please follow [README.md](../../../../../DEVELOPER_GUIDE.md) for build instructions.
66

7-
- **[Optional] If using Zeppelin Backend Adaptor:**
8-
- Setup Zeppelin as mentioned in [Apache Zeppelin Setup: Zeppelin Backend Adaptor](./Zeppelin_backend_adaptor.md#apache-zeppelin-setup)
9-
- Edit [this line](https://github.com/opensearch-project/dashboards-notebooks/blob/dev/common/index.ts#L19) to `SELECTED_BACKEND = 'ZEPPELIN';`
10-
- Edit [this line](https://github.com/opensearch-project/dashboards-notebooks/blob/dev/common/index.ts#L21) for adding Zeppelin endpoint `zeppelinURL = 'http://localhost:8080';`
117
- Start OpenSearch Dashboards
128

139
- More on [Usage of Plugin](./Usage_Documentation.md)

public/components/notebooks/docs/dev/OpenSearch-Dashboards-Notebooks-Design-Proposal.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ OpenSearch Dashboards Notebooks enable data-driven, interactive data analytics a
138138
- Zeppelin Backend will provide one stop shop for interpreters, runtime-environments and storage adaptors
139139
- Cons:
140140
- Users will not be free to customize Zeppelin Backend runtime-environment/storage adaptors
141-
- Need to develop a new storage adaptor for Zeppelin to store notebooks as OpenSearch indices [POC details](../poc/docs/Zeppelin_OpenSearch_Storage.md)
141+
- Need to develop a new storage adaptor for Zeppelin to store notebooks as OpenSearch indices
142142
- Difficult to maintain releases, as we have to sync version currency/patches to Zeppelin code repository
143143

144144
**4.4.2 Version 2:** In this architecture, Backends are switchable with two options of Default backend (Markdown, Visualization support) or Apache Zeppelin Backend (25+ interpreter support)
@@ -200,7 +200,6 @@ OpenSearch Dashboards Notebooks enable data-driven, interactive data analytics a
200200
3. Once a backend service is connected all the interpreters, environments and data sources provided by the service are automatically extended in notebooks
201201
4. Uses [Hapi Wreck](https://hapi.dev/module/wreck/) to connect a backend service with a HTTP endpoint
202202
5. Example Adaptor: **Zeppelin Backend Server**
203-
![Zeppelin Server](images/zeppelin_architecture.png)
204203
- Open source, provided by [Apache Zeppelin](http://zeppelin.apache.org/)
205204
- Provides all communication to and from a notebook & supports 25+ interpreters
206205
- Connects via a HTTP endpoint to the Plugin backend
@@ -242,9 +241,7 @@ OpenSearch Dashboards Notebooks enable data-driven, interactive data analytics a
242241

243242
### **7.1** POC: [Embeddable API & Usage](../poc/docs/OpenSearch Dashboards_Embeddable_Documentation.md)
244243

245-
### **7.2** POC: [Zeppelin OpenSearch Storage](../poc/docs/Zeppelin_OpenSearch_Storage.md)
246-
247-
### **7.3** Screenshots:
244+
### **7.2** Screenshots:
248245

249246
- **Default Backend**
250247

@@ -273,6 +270,4 @@ OpenSearch Dashboards Notebooks enable data-driven, interactive data analytics a
273270

274271
## 8. References
275272

276-
### **8.1** [More Zeppelin and Backend Adaptor](Zeppelin_backend_adaptor.md)
277-
278-
### **8.2** [Nteract.io](https://nteract.io/) React components: [components.nteract.io](https://components.nteract.io/)
273+
### **8.1** [Nteract.io](https://nteract.io/) React components: [components.nteract.io](https://components.nteract.io/)

public/components/notebooks/docs/dev/Usage_Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ NOTE: Please select a paragraph before using these buttons
3636

3737
## Import Example Notebooks
3838

39-
- Import sample notebooks from [example_notebooks folder](https://github.com/opensearch-project/dashboards-notebooks/tree/dev) based on your backend
39+
- Import sample notebooks from [example_notebooks folder](https://github.com/opensearch-project/dashboards-observability/tree/1944d0b7de350de01b31c894868ab05165ad25bc/public/components/notebooks/docs/example_notebooks) based on your backend
4040
- A notebook from one backend is incompatible to the other

server/adaptors/integrations/__data__/repository/amazon_elb/info/INGESTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a brief overview of a sample ingestion pipeline for the AWS ELB integrat
1010

1111
### OpenSearch and FluentBit Setup
1212

13-
1. Look at [docker-compose.yaml](<[docker-compose.yaml](https://github.com/opensearch-project/data-prepper/blob/93d06db5cad280e2e4c53e12dfb47c7cbaa7b364/examples/log-ingestion/docker-compose.yaml)https://github.com/opensearch-project/data-prepper/blob/93d06db5cad280e2e4c53e12dfb47c7cbaa7b364/examples/log-ingestion/docker-compose.yaml>) to create FluentBit and OpenSearch Docker images and run them in the `opensearch-net` Docker network.
13+
1. Look at [docker-compose.yaml](https://github.com/opensearch-project/data-prepper/blob/d2aa114f538da2f05d887b9c1ad4b77486267776/examples/log-ingestion/docker-compose.yaml) to create FluentBit and OpenSearch Docker images and run them in the `opensearch-net` Docker network.
1414
2. Create the FluentBit as follows:
1515

1616
```

server/adaptors/integrations/__data__/repository/amazon_elb/info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ AWS ELB access logs integration includes dashboards, visualisations, queries and
2828

2929
### Dashboard
3030

31-
<img width="1267" alt="dashboard1" src="https://github.com/danieldong51/dashboards-observability/assets/58446449/aaae3758-80c8-410e-b542-6ad78284425e">
31+
![ELB Dashboard](../static/dashboard1.png)

server/adaptors/integrations/__data__/repository/amazon_rds/assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS RDS Integration Assets
22

3-
API: http://osd:5601/api/saved_objects/_import?overwrite=true
3+
API: http://opensearch-dashboards:5601/api/saved_objects/_import?overwrite=true
44

55
- [Assets](aws_rds-1.0.0.ndjson)
66

server/adaptors/integrations/__data__/repository/amazon_rds/info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ AWS RDS integration includes dashboards, visualizations, queries, and index mapp
2424

2525
The Dashboard uses the index alias `logs-aws-rds` for shortening the index name - be advised.
2626

27-
![](../static/dashboard_rds1.png)
27+
![](../static/dashboard.png)
2828

2929
This integration provides you with a comprehensive view of your RDS instances, enabling you to monitor performance and resources effectively, troubleshoot problems quickly, and make data-driven decisions.

server/adaptors/integrations/__data__/repository/amazon_s3/info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ AWS S3 integration includes dashboards, visualizations, queries, and an index ma
1616

1717
The Dashboard uses the index alias `logs-aws-s3` for shortening the index name - be advised.
1818

19-
![AWS S3 Dashboard](../static/dashboard_s3.png)
19+
![AWS S3 Dashboard](../static/dashboard.png)

server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS VPC Flow Logs Integration Assets
22

3-
API: http://osd:5601/api/saved_objects/_import?overwrite=true
3+
API: http://opensearch-dashboards:5601/api/saved_objects/_import?overwrite=true
44

55
- [Assets](aws_vpc_flow-1.0.0.ndjson)
66

server/adaptors/integrations/__data__/repository/otel-services/info/DemoLandingPage.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,14 @@ The purpose of this demo is to demonstrate the different capabilities of OpenSea
1212
### Services
1313
[OTEL DEMO](https://opentelemetry.io/docs/demo/services/) Describes the list of services that are composing the Astronomy Shop.
1414

15-
The main services that are open to user interactions:
15+
The main service is open to user interactions:
1616

1717
- [Dashboards](https://observability.playground.opensearch.org/)
1818

19-
- [Demo Proxy](https://observability.playground.demo-proxy.opensearch.org/)
20-
21-
- [Demo loader](https://observability.playground.demo-loader.opensearch.org/)
22-
23-
- [Demo feature-flag](https://observability.playground.demo-feature-flag.opensearch.org/)
24-
2519
### Screenshots
2620
_**The shopping App**_
2721
![](https://opentelemetry.io/docs/demo/screenshots/frontend-1.png)
2822

29-
_**The feature flag**_
30-
![](https://opentelemetry.io/docs/demo/screenshots/feature-flag-ui.png)
31-
3223
_**The load generator**_
3324
![](https://opentelemetry.io/docs/demo/screenshots/load-generator-ui.png)
3425

0 commit comments

Comments
 (0)