Git Product home page Git Product logo

Comments (11)

rmbryan71 avatar rmbryan71 commented on June 29, 2024

there's no linode stack script for ELK and Digital Ocean does not have a config for it either, so I'm setting off down the path of finding piecemeal component installation instructions and following them on a fresh server.

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

There's a hosted Elastic stack solution from Elastic that includes Kibana and it's $45/month / first month is free.
What factors drive the decision to pay $20/month to host my own webserver where I build, install and configure all the parts of ELK myself, vs $45/month to buy hosting, software, updates and support from elastic?

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

I'm working my way through the free elasticsearch trial.

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

Installing ES on a repurposed linode fails, probably because of security lockdown steps I took before on this machine when I was trying to set it up as a webserver. Starting from scratch with a fresh machine on digitalocean. (May 29, 2018 8:08:11 AM)

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

https://www.howtoforge.com/tutorial/how-to-install-elastic-stack-on-centos-7/

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

I have elasticsearch running on 138.197.71.144:9200

As proof, http://138.197.71.144:9200/?pretty

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

I have kibana up and running on http://138.197.71.144:5601/app/kibana#?_g=()

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

Logstash is up and running

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

There are red items on the kibana dashboard, so I'm working on those now.

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

Kibana dashboard is green and I have 201 status replies from pushes of data from my machine to ES.

from deeplens-experiments.

rmbryan71 avatar rmbryan71 commented on June 29, 2024

It's up. A sample curl that sends data looks like:
curl -H 'Content-Type: application/x-ndjson' -XPOST '138.197.71.144:9200/_bulk?pretty' --data-binary @logs.jsonl

from deeplens-experiments.

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.