This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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> -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"total_rows": 2, | |
"indexes": [ | |
{ | |
"ddoc": null, | |
"name": "_all_docs", | |
"type": "special", | |
"def": { | |
"fields": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |