-
Notifications
You must be signed in to change notification settings - Fork 507
METRON-646: Add index templates to metron-docker #441
Conversation
8b682bc
to
2035912
Compare
Hi @kylerichardson - I don't want to throw cold water on your effort, but I am hesitant to create a third deployment code base for Besides just the index templates, we'd have to add and support a lot of other functionality too. Seems like we should have a goal to move towards a single deployment mechanism that works across multiple platforms (Docker, Metal, etc). I don't even know if this is feasible, but it may be worth a community discussion. I'll kick something off. |
Good point, @nickwallen. My hope for metron-docker is as a lightweight alternative to vagrant for development. That said, I would hate to see it become a large overhead for the community.
Thanks for starting a dev list discussion. I'll post my thoughts there.
…-Kyle
On Feb 5, 2017, at 4:09 PM, Nick Allen ***@***.***> wrote:
Hi @kylerichardson - I don't want to throw cold water on your effort, but I am hesitant to create a third deployment code base for metron-docker (in addition to MPack and Ansible.) Do you think that is what this is or would become?
Besides just the index templates, we'd have to add and support a lot of other functionality too. Seems like we should have a goal to move towards a single deployment mechanism that works across multiple platforms (Docker, Metal, etc).
I don't even know if this is feasible, but it may be worth a community discussion. I'll kick something off.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
bump... I read back through the discuss thread from the dev list and we didn't land on any specifics. There seems to be general agreement that metron-docker:
How do we want to move this forward? I have this and a follow-on PR ready to go for adding HDFS into metron-docker. |
@kylerichardson I will get this reviewed today |
Works great. I have just one very small request. Can you update the Usage section of the README (where it lists the UI addresses) to point to the Elasticsearch head plugin instead of just "http://192.168.99.100:9200/"? That will keep someone from having to go research how to access that plugin. Other than that this gets my +1. Thanks for the contribution. |
Thanks, @merrimanr! I'll get that change pushed out later today. Waiting on
#462 to be merged to fix the build errors we're seeing and then I'll rebase
and push.
…On Wed, Feb 22, 2017 at 11:38 AM, merrimanr ***@***.***> wrote:
Works great. I have just one very small request. Can you update the Usage
section of the README (where it lists the UI addresses) to point to the
Elasticsearch head plugin instead of just "http://192.168.99.100:9200/"?
That will keep someone from having to go research how to access that plugin.
Other than that this gets my +1. Thanks for the contribution.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#441 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ6R3fCV7799J8-ypEuDmvuX0LNY_U_kks5rfGRvgaJpZM4L3l4p>
.
|
2035912
to
1856bdb
Compare
+1 from me |
Enhance metron-docker environment by automatically deploying index templates to elasticsearch as part of the container startup.
I've also included a maven clean goal for the metron-docker project for easier build/rebuild.
Test plan and rebase with master to follow shortly.