Code Monkey home page Code Monkey logo

Comments (3)

crazyhandpuppet avatar crazyhandpuppet commented on June 1, 2024

If I go to http://remoteIP:5601/api/wazuh-api/checkAPI I get:
statusCode 404
error "Not Found"
message "Not Found"
but I also get the same thing on a unit that is working so that may be normal.

from wazuh-api.

crazyhandpuppet avatar crazyhandpuppet commented on June 1, 2024

Ack. I forgot to make the URL https instead of http. It's connecting now. You can close or remove this.

from wazuh-api.

CODE-REaD avatar CODE-REaD commented on June 1, 2024

Thank you @crazyhandpuppet, for leaving this comment intact. More precisely, after following instructions at https://documentation.wazuh.com/3.11/installation-guide/securing_api.html#securing-api, Step 1, Enable HTTPS, the location that needed to be changed from http to https was in /usr/share/kibana/plugins/wazuh/wazuh.yml:

#-------------------------------- API entries -----------------------------------
#The following configuration is the default structure to define an API entry.
#
#hosts:
#  - <id>:
#     url: http(s)://<url>
#     port: <port>
#     user: <user>
#     password: <password>

hosts:
  - default:
      url: https://localhost          <---
      port: 55000
      user: myUser
      password: myPass

from wazuh-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.