Windows 10 system how to setup

i am the new one for opensearch, i have installed opensearch 2.19, and now i want get the log from one pc, it is windows 10 system, so i can not success to install opensearch-cli,

the target, we are running application called A, it has some log in c:\a\log, i don’t know can i use opensearch to catch the log from pc to opensearch server.

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Describe the issue:can not install client successful in windows 10 system.

Configuration:opensearch 2.19 version on rocky 10 system. and now i can access xxx:5601 success.

Relevant Logs or Screenshots: i am following this website to setup,but the system shows me : failed to get config file due to: creating default config file is not supported for windows. please create manually

question: i don’t know, is this opensearch-cli client? how to setup it

@marshal Just to be clear, you’re trying to use opensearch-cli to ingest the data from a Windows 10 machine into OpenSearch?

If that’s the case, opensearch-cli was designed to manage an OpenSearch cluster and not ingest the data.

To ingest the data from Windows 10 OS, you have two options

  1. FluentBit → Data Prepper → Opensearch
  1. Filebeat → Logstash(with OpenSearch output plugin) → OpenSearch

thank you, i am going to try it. :grinning_face::grinning_face:

1 Like