Giter Site home page Giter Site logo

Comments (9)

ninSmith avatar ninSmith commented on July 28, 2024

Hi,

Try with ES 5.1 and see if it works

from hippocampe.

ag-michael avatar ag-michael commented on July 28, 2024

@ninSmith TheHive apparently needs at least ES 5.6 https://github.com/TheHive-Project/TheHiveDocs/blob/master/installation/install-guide.md#build-it-yourself

Not only that, I need to run a Kibana front end that supports csv exporting (even 5.6 does not support this). I can only upgrade at this point, can't downgrade. If you're wanting to see if the problem will get resolved this way, I can test Hippocampe with a test ES instance and let you know the results.

from hippocampe.

kx499-zz avatar kx499-zz commented on July 28, 2024

I had the same issue on 5.2 - resolved it by nuking the hippocampe index and starting over

from hippocampe.

kx499-zz avatar kx499-zz commented on July 28, 2024

I think the trick is to not create a default index in kibana until you run shadowbook and it completes. Honestly not sure though. Somehow the .kibana index and hippocampe index cause conflicts in the mappings. My best guess, not an ES guru by any stretch

from hippocampe.

kx499-zz avatar kx499-zz commented on July 28, 2024

Additionally, if you want to use visualizations in kibana you need to update field types for description for search, source, and dashboard types. here's the example for search.

PUT /_all/_mapping/search?update_all_types
{
"properties": {
"description": {
"type": "text"
}
}
}

from hippocampe.

ag-michael avatar ag-michael commented on July 28, 2024

@kx499 how can I nuke the hippocampe index? I'm new to ES.

Visualizations are not important for me, but I do need hippocampe to use the ES instance as Kibana.

from hippocampe.

kx499-zz avatar kx499-zz commented on July 28, 2024

curl -X DELETE "localhost:9200/hippocampe"

from hippocampe.

ag-michael avatar ag-michael commented on July 28, 2024

@ninSmith ES 5.6 works for me. However, I had to setup a dedicated ES instance. I wasn't able to test with Kibana.

Please leave this issue open, I will try to upgrade production ES to 5.6, get rid of kibana ,setup hippocampe and then reinstall Kibana.

from hippocampe.

ag-michael avatar ag-michael commented on July 28, 2024

I wanted to update and say I won't be having any free time soon to pursue troubleshooting this issue.
I'll leave it open in case the project is still interested in resolving this.

from hippocampe.

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.