[09:21:43] Good morning. I have another question. We're using the opensearch 1.2.4 packages on datahubsearch1* - I'm trying to enable the opensearch-index-management plugin, but it can't be found. Is there any known way around this? Thanks. [14:24:29] btullis: at this time, there is no workaround. It has to be downloaded from the internet and installed. I envision building a deb package with the plugins we need, including that one, but it hasn't manifested yet. Would curator work for your use case in the interim? [14:31:45] cwhite: Thanks ever so much. For now I have manually added the opensearch-index-management and opensearch-job-scheduler (upon which it is dependent) to datahubsearch100[1-3]. Not ideal by a long shot, but working for now. [14:34:17] btullis: great! How did you go about getting the artifacts? I've requested upstream provide links to their plugins individually, but I haven't seen movement that direction yet. [14:36:30] curator might work technically, but at the moment I'm following third-party instructions for setting up the indices. I had omitted the ism policy until now, but when troubleshooting they asked me to go back and make sure that I had followed the instructions to the letter, including the ism policy. [14:36:30] https://github.com/datahub-project/datahub/blob/master/metadata-service/restli-servlet-impl/src/main/resources/index/usage-event/aws_es_index_template.json [14:37:49] I got the artifacts from the `opensearch-1.2.4-linux-x64.tar.gz`file downloaded from here: https://opensearch.org/downloads.html [14:38:25] * cwhite notices "opendistro" in the ism policy and wonders if that setting is valid for opensearch... [14:39:13] opendistro is not opensearch, but opensearch is the successor to opendistro [14:39:38] ahh, right on. that's a good place to get those artifacts. Thanks! [14:40:57] it's possible they maintained settings compatibility for ease of migration, but I don't know for sure. [15:14:10] I'm not sure on that either, but it seemed to apply the policy and index template cleanly, so I'll check back on it in a few days to see if it's doing the right thing. Thanks again.