- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
* applied flux formatting to code examples in the flux docs
* formatted flux examples in influxdb enterprise
* updated query examples in data file
* updated flux example formatting in cloud
* format flux examples in influxdb oss 2.1
feat: troubleshoot write errors (#3003). Fix link in Flux reference.
feat: add rejected_points logging to write-data/troubleshoot (#3003)
feat: add suggested use of explicit bucket schema (#3003).
fix: shortcuts and tense. Add HTTP 422.
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
fix: update bucket-schema doc to link to troubleshoot. Update OSS.
fix: add rejected_points measurement to cloud system-bucket schema. Had to duplicate the content; couldn't make cloud-only tag work with the list.
chore: replace duplicated content with cloud-only tag now that it works for lists.
Co-authored-by: Scott Anderson <scott@influxdata.com>