The list was left accessible on an Elasticsearch cluster that had no password on it.

X leaked because of misconfigured elasticsearch is pretty much a meme at this point…

  • ksynwa@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    4 years ago

    What does elasticsearch actually do? I went to their website and it’s written in corporate speak which I don’t understand.

    • Dreeg Ocedam@lemmy.ml
      link
      fedilink
      arrow-up
      8
      ·
      4 years ago

      If I understand correctly it’s a form of database that specializes in full text indexing, to allow build basic search engines for within a website.

      • Jedrax@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        4 years ago

        So like that stupid google search toolbar that bad websites will use that only searches their website?

        • Dreeg Ocedam@lemmy.ml
          link
          fedilink
          arrow-up
          4
          arrow-down
          2
          ·
          4 years ago

          Or the search feature such as the one inside of lemmy. I think the search in MDN is powered by elasticsearch.

          It’s not stupid, it’s very useful on a lot of websites actually. But given the licensing issues with ElasticSearch I think it makes more sense to just use PostgreSQL’s full text search features instead of ElasticSearch, and I think that’s what lemmy does. It’s also likely simpler to setup since if you’re already using PostgreSQL it doesn’t add any dependency.