Hi Dennis,
it's working now. However you might want to trim the values after exploding by comma. Current behavior:
Setting: `localhost, 12.34.45.56` results in:
```
discovery.seed_hosts:
- localhost
- ' 12.34.45.56'
```
but setting: `localhost,12.34.45.56` results in
```
discovery.seed_hosts:
- localhost
- 12.34.45.56
```
Regards,
Martin
Activity Newest / Oldest
Dennis
Awesome, thank you!
Dennis
Status changed to: Live
Martin
Hi Dennis,
it's working now. However you might want to trim the values after exploding by comma. Current behavior:
Setting: `localhost, 12.34.45.56` results in:
```
discovery.seed_hosts:
- localhost
- ' 12.34.45.56'
```
but setting: `localhost,12.34.45.56` results in
```
discovery.seed_hosts:
- localhost
- 12.34.45.56
```
Regards,
Martin
Dennis
Status changed to: Under review
Dennis
Could you try again now? We've issued a fix!
Dennis
Status changed to: In progress
Dennis
Status changed to: Planned