Kibana / Opensearch Dashboards: Error when creating new index pattern (Bad Request)

This article is based on internal documentation from CyberSift, and since this seems to be a problem which others might run into, I've posted it here Problem scenario When attempting to (re-)create a new index pattern from Kibana / Opensearch Dashboards, we encounter the error Bad Request: Troubleshooting steps First point of call is the … Continue reading Kibana / Opensearch Dashboards: Error when creating new index pattern (Bad Request)

Nugget Post: “429 Too Many Requests” on Elasticsearch/Opensearch

In high volume environments, you may encounter the following error when ingesting data into your Open/Elasticsearch cluster: Error HTTP 429: Too Many Requests In NiFi, this would crop up as an uncaught exception: Digging into the Opensearch and client logs, you'd see errors along the lines of: Data too large, data for [<http_request>] would be … Continue reading Nugget Post: “429 Too Many Requests” on Elasticsearch/Opensearch