Skip to content

Instantly share code, notes, and snippets.

View thamenato's full-sized avatar

Thales Menato thamenato

View GitHub Profile
@thamenato
thamenato / couchdb.log
Last active December 11, 2017 12:26
Couchdb 2.1.1 Error while indexing view
This file has been truncated, but you can view the full file.
[info] 2017-12-11T12:06:47.140789Z couchdb@lobbyto <0.23474.0> -------- Index shutdown by monitor notice for db: shards/c0000000-dfffffff/sigalei-prod.1512784289 idx: _design/legislator_mandate
[info] 2017-12-11T12:06:47.140893Z couchdb@lobbyto <0.23546.0> -------- Index shutdown by monitor notice for db: shards/c0000000-dfffffff/sigalei-prod.1512784289 idx: _design/actions_hoc
[info] 2017-12-11T12:06:47.140875Z couchdb@lobbyto <0.23538.0> -------- Index shutdown by monitor notice for db: shards/c0000000-dfffffff/sigalei-prod.1512784289 idx: _design/actions_house_date
[info] 2017-12-11T12:06:47.141018Z couchdb@lobbyto <0.23490.0> -------- Index shutdown by monitor notice for db: shards/c0000000-dfffffff/sigalei-prod.1512784289 idx: _design/house_year_slcode
[info] 2017-12-11T12:06:47.141096Z couchdb@lobbyto <0.23506.0> -------- Index shutdown by monitor notice for db: shards/c0000000-dfffffff/sigalei-prod.1512784289 idx: _design/committee_bills
[info] 2017-12-11T12:06:47.141132Z couchdb@lobbyto <0.23482.0> --
{
"total_rows": 2,
"indexes": [
{
"ddoc": null,
"name": "_all_docs",
"type": "special",
"def": {
"fields": [
{
@thamenato
thamenato / main.tf
Last active December 4, 2023 23:14
Terraform ECS log router fluentbit to Grafana Cloud Loki
# https://registry.terraform.io/modules/terraform-aws-modules/ecs/aws/latest
# aws ecs module definitions
# ...
container_definitions = {
"log-router" = {
image = "public.ecr.aws/aws-observability/aws-for-fluent-bit:stable"
essential = true
cpu = "128"
memory = "128"