Moving from elasticsearch single node to cluster #1078
|
i'm pretty familiar with elasticsearch 8.. less familiar with docker. I need to build a es cluster with a t-pot hive install. so.. in theory i'd like it to look something like this: ---- Main Tpot22-Hive Install on ssd drive(node 1, master data node) (hot node) ILM policy to move data from hot nodes to warm nodes after 60 days. my questions:
|
Replies: 2 comments 6 replies
|
@lcia-projects 1. Can T-Pot Hive be converted from a single-node Elasticsearch deployment to a cluster?Yes, but it would require manually customizing the Elasticsearch deployment. T-Pot ships with a single Elasticsearch node as part of its Docker Compose stack. The officially documented scaling model is Hive + Sensor, where additional hosts run honeypots and forward logs to the Hive—not multiple Elasticsearch data nodes. I couldn't find documentation describing a supported multi-node Elasticsearch cluster within T-Pot itself. :contentReference[oaicite:0]{index=0} So, from what I can tell, you'd be maintaining a custom Elasticsearch deployment alongside T-Pot. 2. Are
|
|
thank you, you re-enforced what i'm doing. this has been my approach |
@lcia-projects
What you're proposing is certainly possible from an Elasticsearch perspective, but it goes beyond the deployment model that T-Pot is designed and documented for.
1. Can T-Pot Hive be converted from a single-node Elasticsearch deployment to a cluster?
Yes, but it would require manually customizing the Elasticsearch deployment.
T-Pot ships with a single Elasticsearch node as part of its Docker Compose stack. The officially documented scaling model is Hive + Sensor, where additional hosts run honeypots and forward logs to the Hive—not multiple Elasticsearch data nodes. I couldn't find documentation describing a supported multi-node Elasticsearch cluster within T-Pot itself. :c…