Skip to content

Commit

Permalink
[indxer] Update ES component template for transaction info mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Jun 23, 2024
1 parent 50ed2f8 commit 107ed19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-vega-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: starcoin-indexer
image: starcoin/starcoin_indexer:halley_fix_db_1
image: starcoin/starcoin_indexer:halley_fix_db_2
ports:
- containerPort: 8300
env:
Expand Down
3 changes: 3 additions & 0 deletions kube/mappings/txn_info.mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@
"ignore_above" : 256
}
}
},
"decoded_payload": {
"type" : "text"
}
}
}
Expand Down

0 comments on commit 107ed19

Please sign in to comment.