Skip to content

Commit

Permalink
opensearch-project#291: Change description and help text for log source
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
  • Loading branch information
eugenesk24 committed Dec 6, 2021
1 parent 42b0eb2 commit ec73d8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const CreateApp = (props: CreateAppProps) => {
</EuiText>
<EuiSpacer size="s" />
<EuiText size="s" color="subdued">
Configure index patterns and timestamp fields
Configure your application base query
</EuiText>
</>
}
Expand All @@ -206,7 +206,7 @@ export const CreateApp = (props: CreateAppProps) => {
>
<EuiFormRow
label="PPL Base Query"
helpText="The default log event indices you query the most often. You can include one or multiple indices."
helpText="The default logs view in the application will be filtered by this query."
>
<EuiSelect
hasNoInitialSelection
Expand Down

0 comments on commit ec73d8e

Please sign in to comment.