Coder Social home page Coder Social logo

Application error about openuba HOT 3 OPEN

gacwr avatar gacwr commented on May 21, 2024
Application error

from openuba.

Comments (3)

mds-vsu avatar mds-vsu commented on May 21, 2024 2

@Jovonni thank you for rapid reply.
I'm working on master thesis with UEBA topic and want to try your software. Will be glad to contribute with something.
I still have the feeling that frontend displays just placeholders.
I'm attached some screenshots of other application sections

I got this when trying to switch to "Models"
image

Settings, Cases and Anomalies just displays a Header, like "Settings page", "Anomalies page", and no other information
image

from openuba.

Jovonni avatar Jovonni commented on May 21, 2024 1

Yes, all configuration in this version is done via the actual source code. We haven't wired up all of the pages yet in the code you have. Our current release is further on that.

Don't rely on the UI to change anything right now. The only page that is started to be connected to backend is the models page, as that is receiving data via the context API.

Still working on that.

Regarding that renderer error, can you describe the behavior leading up to that?

We can check that API call it is referencing.

The model page is pulling in the two mode groups in the configuration file.

For testing, we have been customizing everything via the source code, not UI. More on the UI connecting to the backend soon, but it isn't needed to proceed through the workflow.

from openuba.

Jovonni avatar Jovonni commented on May 21, 2024

Hey @mds-vsu , these doesn't have anything to do with connecting to the dev server. This warning is purely related to the DOM hierarchy within react.

see:
https://stackoverflow.com/questions/55625431/warning-validatedomnesting-a-cannot-appear-as-a-descendant-of-a

This has been on our radar, and is a simple fix, just haven't gotten to fixing it yet. It doesn't hurt development though, as it is only within react.

Will label it, and keep open until we address it. I am glad to see you can successfully build the frontend. Please either let us know how we can make the documentation better, or if you want to create a pull request and help out.

If you want to look more into this, look at the SystemLog context consumer (this is using the react context api, and you will see the provider in the same file as well):

const SystemLogStatus = (props) => {
const [show, setShow] = React.useState(false);
return (
<SystemLogContext.Consumer>
{({system_log_status}) => (
<>
<p className="systemlogp">
System Status From Server: {system_log_status}
</p>
</>
)}
</SystemLogContext.Consumer>
)
}

This context implementation is setup to feed frontend related display information via context. Thanks for posting the issue, and feel free to join our discord (if you need some quicker help). We are still actively building on our first release.

:)

from openuba.

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.