forked from opensearch-project/project-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.yml
524 lines (524 loc) · 21.7 KB
/
repos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
- shortname: org
pinned: true
categories:
- core
title: OpenSearch Project Org
description: The GitHub organization for the entire OpenSearch Project
url: https://github.com/opensearch-project
- shortname: os
categories:
- core
title: OpenSearch
description: " Open source distributed and RESTful search engine."
url: https://github.com/opensearch-project/OpenSearch
special_files:
- title: Contributing
url: https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md
- shortname: os-d
categories:
- core
title: OpenSearch Dashboards
description: " Open source visualization dashboards for OpenSearch."
url: https://github.com/opensearch-project/OpenSearch-Dashboards
special_files:
- title: Contributing
url: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md
- shortname: os-alerting
title: Alerting Plugin
description: " Get notified when your data meets certain conditions by setting
up monitors, alerts, and notifications"
categories:
- plugin
url: https://github.com/opensearch-project/alerting
special_files:
- title: Contributing
url: https://github.com/opensearch-project/alerting/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/alerting/blob/main/DEVELOPER_GUIDE.md
- shortname: os-d-alerting
title: Alerting Dashboards Plugin
description: " Manage your monitors, alerts and notifications in OpenSearch Dashboards"
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/alerting-dashboards-plugin
special_files:
- title: Contributing
url: https://github.com/opensearch-project/alerting-dashboards-plugin/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/alerting-dashboards-plugin/blob/main/DEVELOPER_GUIDE.md
- shortname: os-anomaly-detection
title: Anomaly Detection
description: Identify atypical data and receive automatic notifications
categories:
- plugin
url: https://github.com/opensearch-project/anomaly-detection
special_files:
- title: Contributing
url: https://github.com/opensearch-project/anomaly-detection/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/anomaly-detection/blob/main/DEVELOPER_GUIDE.md
- shortname: os-d-anomaly-detection
title: Anomaly Detection Dashboards Plugin
description: Manage your detectors and identify atypical data in OpenSearch Dashboards
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
special_files:
- title: Contributing
url: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/blob/main/DEVELOPER_GUIDE.md
- shortname: os-asynchronous-search
title: Asynchronous Search
description: " Run queries in the background and retrieve partial results along the way"
categories:
- plugin
url: https://github.com/opensearch-project/asynchronous-search
special_files:
- title: Contributing
url: https://github.com/opensearch-project/asynchronous-search/blob/main/CONTRIBUTING.md
- shortname: os-common-utils
title: Common Utils
description: null
categories:
- components
url: https://github.com/opensearch-project/common-utils
special_files:
- title: Contributing
url: https://github.com/opensearch-project/common-utils/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/common-utils/blob/main/DEVELOPER_GUIDE.md
- shortname: os-cross-cluster-replication
title: Cross-cluster Replication
description: Synchronize your data across multiple clusters for lower latencies
and higher availability
categories:
- plugin
url: https://github.com/opensearch-project/cross-cluster-replication
special_files:
- title: Contributing
url: https://github.com/opensearch-project/cross-cluster-replication/blob/main/CONTRIBUTING.md
- shortname: os-d-dashboards-notebooks
title: Dashboards Notebooks
description: Combine code snippets, live visualizations, and narrative text into
rich reports in OpenSearch Dashboards
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/dashboards-notebooks
special_files:
- title: Contributing
url: https://github.com/opensearch-project/dashboards-notebooks/blob/main/CONTRIBUTING.md
- shortname: os-d-dashboards-reports
title: Dashboards Reports
description: Export and automate PNG, PDF, and CSV reports in OpenSearch Dashboards
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/dashboards-reports
special_files:
- title: Contributing
url: https://github.com/opensearch-project/dashboards-reports/blob/main/CONTRIBUTING.md
- shortname: os-d-dashboards-visualizations
title: Dashboards Visualizations
description: Visualize the start, end, and duration of unique events in a
sequence in OpenSearch Dashboards
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/dashboards-visualizations
special_files:
- title: Contributing
url: https://github.com/opensearch-project/dashboards-visualizations/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/dashboards-visualizations/blob/main/DEVELOPER_GUIDE.md
- shortname: data-prepper
title: Data Prepper
description: Data Prepper is a component of the OpenSearch project that accepts,
filters, transforms, enriches, and routes data at scale.
categories:
- ingest
url: https://github.com/opensearch-project/data-prepper
special_files:
- title: Contributing
url: https://github.com/opensearch-project/data-prepper/blob/main/CONTRIBUTING.md
- shortname: os-geospatial
title: Geospatial
description: null
categories:
- plugin
url: https://github.com/opensearch-project/geospatial
special_files:
- title: Contributing
url: https://github.com/opensearch-project/geospatial/blob/main/CONTRIBUTING.md
- shortname: os-index-management
title: Index Management
description: " Automate periodic data operations, such as deleting indices at a
certain age or performing a rollover at a certain size"
categories:
- plugin
url: https://github.com/opensearch-project/index-management
special_files:
- title: Contributing
url: https://github.com/opensearch-project/index-management/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/index-management/blob/main/DEVELOPER_GUIDE.md
- shortname: os-d-index-management-dashboards-plugin
title: Index Management Dashboards Plugin
description: " Manage policies and jobs and automate periodic data operations in
OpenSearch Dashboards"
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/index-management-dashboards-plugin
special_files:
- title: Contributing
url: https://github.com/opensearch-project/index-management-dashboards-plugin/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/index-management-dashboards-plugin/blob/main/DEVELOPER_GUIDE.md
- shortname: os-job-scheduler
title: Job Scheduler
description: Run periodic jobs on the cluster from your plugin
categories:
- plugin
url: https://github.com/opensearch-project/job-scheduler
special_files:
- title: Contributing
url: https://github.com/opensearch-project/job-scheduler/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/job-scheduler/blob/main/DEVELOPER_GUIDE.md
- shortname: os-k-nn
title: k-NN
description: " Find the k-nearest neighbors (k-NN) for your vector data"
categories:
- plugin
url: https://github.com/opensearch-project/k-NN
special_files:
- title: Contributing
url: https://github.com/opensearch-project/k-NN/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/k-NN/blob/main/DEVELOPER_GUIDE.md
- shortname: logstash-output-opensearch
title: Logstash Output Opensearch
description: A Logstash plugin that sends event data to a OpenSearch clusters
and stores as an index.
categories:
- ingest
url: https://github.com/opensearch-project/logstash-output-opensearch
special_files:
- title: Contributing
url: https://github.com/opensearch-project/logstash-output-opensearch/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/logstash-output-opensearch/blob/main/DEVELOPER_GUIDE.md
- shortname: os-notifications
title: Notifications
description: Notifications plugin for OpenSearch enables other plugins to send
notifications via Email, Slack, Amazon Chime, Custom web-hook etc channels
categories:
- components
url: https://github.com/opensearch-project/notifications
special_files:
- title: Contributing
url: https://github.com/opensearch-project/notifications/blob/main/CONTRIBUTING.md
- shortname: opensearch-build
title: OpenSearch Build
description: " OpenSearch / OpenSearch-Dashboards Build Systems"
categories:
- components
url: https://github.com/opensearch-project/opensearch-build
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-build/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-build/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-cli
title: Opensearch CLI
description: A full-featured command line interface (CLI) for OpenSearch.
categories:
- tools
url: https://github.com/opensearch-project/opensearch-cli
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-cli/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-cli/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-devops
title: OpenSearch Devops
description: " We welcome all the community members to help develop third party
tools/automations/workflows for OpenSearch/OpenSearch-Dashboards."
categories:
- meta
url: https://github.com/opensearch-project/opensearch-devops
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-devops/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-devops/blob/main/DEVELOPER_GUIDE.md
- shortname: os-opensearch-plugin-template-java
title: OpenSearch Plugin Template (Java)
description: Template repo for creating OpenSearch plugins
categories:
- meta
url: https://github.com/opensearch-project/opensearch-plugin-template-java
- shortname: os-opensearch-plugins
title: OpenSearch Plugins
description: For all things OpenSearch plugins.
categories:
- meta
url: https://github.com/opensearch-project/opensearch-plugins
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONTRIBUTING.md
- shortname: performance-analyzer
title: Performance Analyzer
description: " Get detailed performance metrics from your cluster independently
of the Java Virtual Machine (JVM)"
categories:
- plugin
url: https://github.com/opensearch-project/performance-analyzer
special_files:
- title: Contributing
url: https://github.com/opensearch-project/performance-analyzer/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/performance-analyzer/blob/main/DEVELOPER_GUIDE.md
- shortname: performance-analyzer-rca
title: Performance Analyzer RCA
description: The Performance Analyzer RCA is a framework that builds on the
Performance Analyzer engine to support root cause analysis (RCA) of
performance and reliability problems for OpenSearch instances.
categories:
- components
url: https://github.com/opensearch-project/performance-analyzer-rca
special_files:
- title: Contributing
url: https://github.com/opensearch-project/performance-analyzer-rca/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/performance-analyzer-rca/blob/main/DEVELOPER_GUIDE.md
- shortname: perftop
title: PerfTop
description: " PerfTop: A client for the OpenSearch Performance Analyzer"
categories:
- tools
url: https://github.com/opensearch-project/perftop
special_files:
- title: Contributing
url: https://github.com/opensearch-project/perftop/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/perftop/blob/main/DEVELOPER_GUIDE.md
- shortname: os-security
title: Security
description: " Secure your cluster with TLS, numerous authentication backends,
data masking, audit logging as well as role-based access control on indices,
documents, and fields"
categories:
- plugin
url: https://github.com/opensearch-project/security
special_files:
- title: Contributing
url: https://github.com/opensearch-project/security/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/security/blob/main/DEVELOPER_GUIDE.md
- shortname: os-d-security
title: Security Dashboards Plugin
description: " Manage your internal users, roles, access control, and audit logs
from OpenSearch Dashboards"
categories:
- dashboards-plugin
url: https://github.com/opensearch-project/security-dashboards-plugin
special_files:
- title: Contributing
url: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/DEVELOPER_GUIDE.md
- shortname: sql
title: SQL
description: Query your data using familiar SQL or intuitive Piped Processing
Language (PPL)
categories:
- plugin
- dashboards-plugin
url: https://github.com/opensearch-project/sql
special_files:
- title: Contributing
url: https://github.com/opensearch-project/sql/blob/main/CONTRIBUTING.md
- shortname: meta
title: Project Meta
description: Tools to make it easy to manage processes across the opensearch-project org.
categories:
- meta
url: https://github.com/opensearch-project/project-meta
special_files:
- title: Contributing
url: https://github.com/opensearch-project/project-meta/blob/main/CONTRIBUTING.md
- shortname: documentation-website
title: Documentation Website
description: The documentation for OpenSearch, OpenSearch Dashboards, and their
associated plugins.
categories:
- website
url: https://github.com/opensearch-project/documentation-website
special_files:
- title: Contributing
url: https://github.com/opensearch-project/documentation-website/blob/main/CONTRIBUTING.md
- shortname: website
categories:
- website
title: OpenSearch Website
description: The source to opensearch.org
url: https://github.com/opensearch-project/project-website
special_files:
- title: Contributing
url: https://github.com/opensearch-project/project-website/blob/main/CONTRIBUTING.md
- shortname: opensearch-py
categories:
- client
title: OpenSearch-Py
description: Python Low Level Client for OpenSearch
url: https://github.com/opensearch-project/opensearch-py
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-py/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-py/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-js
categories:
- client
title: OpenSearch-Js
description: Node.js Client for OpenSearch
url: https://github.com/opensearch-project/opensearch-js
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-js/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-js/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-java
categories:
- client
title: OpenSearch-Java
description: Java High level Client for OpenSearch
url: https://github.com/opensearch-project/opensearch-java
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-java/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-java/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-go
categories:
- client
title: OpenSearch-Go
description: Go Client for OpenSearch
url: https://github.com/opensearch-project/opensearch-go
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-go/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-go/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-trace-analytics
categories:
- dashboards-plugin
title: Trace Analytics
description: Visualize and explore your trace data in OpenSearch Dashboards
url: https://github.com/opensearch-project/trace-analytics
special_files:
- title: Contributing
url: https://github.com/opensearch-project/trace-analytics/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/trace-analytics/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-ppl
categories:
- meta
title: PPL Specification
description: Query your data using familiar SQL or intuitive Piped Processing
Language (PPL)
url: https://github.com/opensearch-project/piped-processing-language
- shortname: dot-github
categories:
- meta
title: .github
url: https://github.com/opensearch-project/.github
special_files:
- title: Contributing
url: https://github.com/opensearch-project/.github/blob/main/CONTRIBUTING.md
- shortname: project-website-search
categories:
- website
title: OpenSearch Website Search
description: Provides the search experience for the OpenSearch documentation website
url: https://github.com/opensearch-project/project-website-search
special_files:
- title: Contributing
url: https://github.com/opensearch-project/project-website-search/blob/main/CONTRIBUTING.md
- shortname: helm-charts
categories:
- tools
title: OpenSearch Helm Charts
description: " A community repository for Helm Charts of OpenSearch Project."
url: https://github.com/opensearch-project/helm-charts
- shortname: opensearch-py-dsl
categories:
- client
title: OpenSearch-Py-DSL
description: High level Python client for OpenSearch
url: https://github.com/opensearch-project/opensearch-dsl-py
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-dsl-py/blob/main/CONTRIBUTING.md
- shortname: opensearch-dashboards-functional-test
categories:
- components
title: Opensearch Dashboards Functional Test
url: https://github.com/opensearch-project/opensearch-dashboards-functional-test
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/main/CONTRIBUTING.md
- shortname: opensearch-dashboards-test-library
categories:
- components
title: Opensearch Dashboards Test Library
url: https://github.com/opensearch-project/opensearch-dashboards-test-library
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-dashboards-test-library/blob/main/CONTRIBUTING.md
- shortname: opensearch-ci
categories:
- components
title: OpenSearch CI
url: https://github.com/opensearch-project/opensearch-ci
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-ci/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-ci/blob/main/DEVELOPER_GUIDE.md
- shortname: ansible-playbook
categories:
- tools
title: Ansible Playbook
description: " A community repository for Ansible Playbook of OpenSearch Project."
url: https://github.com/opensearch-project/ansible-playbook
special_files:
- title: Contributing
url: https://github.com/opensearch-project/ansible-playbook/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/ansible-playbook/blob/main/DEVELOPER_GUIDE.md
- shortname: opensearch-clients
categories:
- meta
title: OpenSearch Clients
description: For all things about OpenSearch clients.
url: https://github.com/opensearch-project/opensearch-clients
special_files:
- title: Contributing
url: https://github.com/opensearch-project/opensearch-clients/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/opensearch-clients/blob/main/DEVELOPER_GUIDE.md
- shortname: search-relevance-tools
categories:
- tools
title: OpenSearch Search Relevance Dashboards
description: Search Relevance tooling including the Search Comparison Tool
url: https://github.com/opensearch-project/dashboards-search-relevance
special_files:
- title: Contributing
url: https://github.com/opensearch-project/dashboards-search-relevance/blob/main/CONTRIBUTING.md
- title: Developer Guide
url: https://github.com/opensearch-project/dashboards-search-relevance/blob/main/DEVELOPER_GUIDE.md