Skip to content

Commit 47b04ee

Browse files
authored
fix: update wording and mark required in Telegraf configuration modal (#3077)
1 parent ff574af commit 47b04ee

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

src/dataLoaders/components/collectorsWizard/select/TelegrafUIRefreshCollectorsStep.tsx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,23 @@ export class SelectCollectorsStep extends PureComponent<Props, State> {
6262
Where do you want to collect data from?
6363
</h3>
6464
<h5 className="wizard-step--sub-title">
65-
Telegraf is an open-source data collection agent for collecting
66-
and reporting metrics. Simply choose one of the plugin libraries
67-
to start writing data into influxDB. LINK.
65+
<a
66+
href="https://www.influxdata.com/time-series-platform/telegraf/"
67+
target="_blank"
68+
rel="noopener noreferrer"
69+
>
70+
Telegraf
71+
</a>{' '}
72+
is an open-source data collection agent for collecting and
73+
reporting metrics. Simply choose a bucket and one of the plugin
74+
libraries to start writing data into InfluxDB. View Telegraf{' '}
75+
<a
76+
href="https://docs.influxdata.com/telegraf/latest/plugins/"
77+
target="_blank"
78+
rel="noopener noreferrer"
79+
>
80+
plugin documentation.
81+
</a>
6882
</h5>
6983
</Grid.Column>
7084
</Grid.Row>

src/dataLoaders/components/collectorsWizard/select/TelegrafUIRefreshSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class TelegrafUIRefreshSelector extends PureComponent<Props, State> {
142142
<>
143143
<Grid.Row>
144144
<Grid.Column widthSM={Columns.Six}>
145-
<FormElement label="Bucket">
145+
<FormElement label="Bucket" required={true}>
146146
<BucketDropdown
147147
selectedBucketID={selectedBucket?.id}
148148
buckets={sortedBuckets}

0 commit comments

Comments
 (0)