Skip to content

Commit

Permalink
Correct typo in OSD name
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jan 8, 2024
1 parent 7c5466e commit ae91996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/bin/getlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def main():
fieldDict[field] = ''.join(fieldDict[field])

if (len(hitsList) == 0):
print("Error: No fields matched provided fieldnames. Please verify the field on OpenSearch-dashboards.\n")
print("Error: No fields matched provided fieldnames. Please verify the field on OpenSearch Dashboards.\n")
sys.exit()

##Output as proper filetype, JSON or CSV
Expand Down

0 comments on commit ae91996

Please sign in to comment.