Update middleware and deps
This commit is contained in:
parent
0b5e242ed0
commit
a3d6b786e1
28 changed files with 2246 additions and 2272 deletions
|
|
@ -8,9 +8,7 @@ const globalIndex = ".kibana_1";
|
|||
const dataIndexName = "sample_tagged_tickets";
|
||||
const userMetadataIndexName = "user_metadata";
|
||||
|
||||
// const baseURL = `https://${process.env.OPENSEARCH_USERNAME}:${process.env.OPENSEARCH_PASSWORD}@${process.env.OPENSEARCH_URL}`;
|
||||
|
||||
const baseURL = `https://localhost:9200`;
|
||||
const baseURL = `https://${process.env.OPENSEARCH_USERNAME}:${process.env.OPENSEARCH_PASSWORD}@${process.env.OPENSEARCH_URL}`;
|
||||
|
||||
const createClient = () => new Client({
|
||||
node: baseURL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue