Skip to content

Commit

Permalink
try to sort out vale error
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed May 23, 2024
1 parent c251237 commit 2a39c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _search-plugins/ubi/dsl-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ returns
{% include copy.html %}

These can be performed on the OpenSearch Dashboards/Query Workbench:
http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench
[http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench](http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench)

Check failure on line 97 in _search-plugins/ubi/dsl-queries.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _search-plugins/ubi/dsl-queries.md#L97

[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.
Raw output
{"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_search-plugins/ubi/dsl-queries.md", "range": {"start": {"line": 97, "column": 16}}}, "severity": "ERROR"}

Check failure on line 97 in _search-plugins/ubi/dsl-queries.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _search-plugins/ubi/dsl-queries.md#L97

[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.
Raw output
{"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_search-plugins/ubi/dsl-queries.md", "range": {"start": {"line": 97, "column": 57}}}, "severity": "ERROR"}
2 changes: 1 addition & 1 deletion _search-plugins/ubi/sql-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 7

# Sample UBI SQL queries
These can be performed on the OpenSearch Dashboards/Query Workbench:
http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench
[http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench](http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench)

Check failure on line 11 in _search-plugins/ubi/sql-queries.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _search-plugins/ubi/sql-queries.md#L11

[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.
Raw output
{"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_search-plugins/ubi/sql-queries.md", "range": {"start": {"line": 11, "column": 16}}}, "severity": "ERROR"}

Check failure on line 11 in _search-plugins/ubi/sql-queries.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _search-plugins/ubi/sql-queries.md#L11

[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.
Raw output
{"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_search-plugins/ubi/sql-queries.md", "range": {"start": {"line": 11, "column": 57}}}, "severity": "ERROR"}

## Queries with zero results
Although it's trivial on the server side to find queries with no results, we can also get the same answer by querying the event side.
Expand Down

0 comments on commit 2a39c1d

Please sign in to comment.