social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

501
active users

#elasticsearch

4 posts4 participants1 post today

I know I give #Elasticsearch a lot of crap, but I've got a sales meeting with the Elastic folks to this morning to talk about their SIEM offering (which I love) and I'm totally geeking out about it. I can't wait for my manager to see it and understand why I love it so much.

Unfortunately our last sales meeting was with Crowdstrike and they're pretty flashy and impressive so we'll see what happens.

#getFedihired - Know #MongoDB and/or #ElasticSearch and/or GNU/Linux #sysadm ? Expecially if you know #Ansible and/or #python and #shell scripting

A couple US or India #WFH positions opening up for 24/7 support ( includes #weekend and #holiday shifts )

US roles are US daytimes, India roles are the other 16 hours of day

DM me if you're interested ( job listings coming soon )

We should also have some SRE and dev positions and a MongoDB DBA position soon

🚀✨ Wow, #PostgreSQL just got a shiny new toy to play well with others! Apparently, adding #BM25 ranking makes it 3x faster than Elasticsearch—because, you know, exaggerated #performance boasts never get old. 🤔🔍 So, strap on folks, because your slightly quicker searches in databases are the next big thing! 😂📚
blog.vectorchord.ai/vectorchor #Elasticsearch #database #search #speed #HackerNews #ngated

#elasticsearch 9 is approaching and you can give it a spin 🌪️
more on features later (and also the release strategy with the remaining 8.x minors). but this is the easiest way to get going:
1. use start-local, which will give you 8.17.2 right now: curl -fsSL elastic.co/start-local | sh
2. stop it and remove all state: docker compose down -v
3. in the .env file, change the version line (1st line) to: ES_LOCAL_VERSION=9.0.0-beta1
4. spin up 9: docker compose up

Wiele osób na pytanie o mechanizm wyszukiwania tekstów od razu odpowiada "ElasticSearch". Rzeczywiście, jest to bardzo popularne rozwiązanie, ale czy nie warto też zainteresować się OpenSearchem, który stanowi ciekawą, w pełni otwartą, alternatywę?

#OpenSearch #ElasticSearch

bigdataboutique.com/blog/elast

bigdataboutique.comElasticsearch vs OpenSearch - 2025 updateIn-depth comparison of project status, performance, vector search capabilities, and more between Elasticsearch and OpenSearch
Continued thread

Also, doesn't help that I'm getting fairly quickly productive with its #logsQL. I more than familiar with #Loki and #ElasticSearch for these things, but #victorialogs really does feel a bit easy to understand how to query and filter.

Though once I have like a month with it, I will likely find the short cases that breaks this love and question why not use SQL. 😝

I been messing around trying self hosted options for logs. Mostly to scratch an itch, but also to know what is available in the market.

#openObserve is nice, but feels pretty clunky for what I want. Found this thing called #seq, which is kind of brilliant. But right now, I've settled with #victorialogs from #victoriametrics.

It can ingest #elasticsearch formatted logs. But you get the ease that #loki was trying to do. I have to say, I'm impressed. 😄

docs.victoriametrics.com/victo

docs.victoriametrics.comLogsQLDocumentation for VictoriaMetrics, VictoriaLogs, Operator, Managed VictoriaMetrics and vmanomaly

What Happens to Relicensed #OpenSource Projects and Their Forks?
Contributor impact varies after projects adopt more restrictive licenses, finds Community Health Analytics in Open Source Software (CHAOSS) research on #Elasticsearch, #Redis, #Terraform and their forks.
So "Looking at all of these projects together, we see that the forks from relicensed projects tend to have more organizational diversity than the original projects," they conclude.
thenewstack.io/what-happens-to

The New Stack · What Happens to Relicensed Open Source Projects and Their Forks?Contributor impact varies after projects adopt more restrictive licenses, finds CHAOSS research on Elasticsearch, Redis, Terraform and their forks.
Continued thread

For those interested, setting up #ElasticSearch was fairly straightforward. I mostly followed the official instructions at docs.joinmastodon.org/admin/el, with two minor modifications:

1. I installed OpenJDK (latest version in the Ubuntu repository)
2. I installed ElasticSearch 8.

Two things tripped me up:

(a) ES v8 requires TLS by default, even when binding only to localhost. This means that:
• When using curl, you have to use --cacert to specify the path to the self-signed certificate generated by ES & prepend localhost with https://

docs.joinmastodon.orgConfiguring full-text search - Mastodon documentationSetting up Elasticsearch to search for statuses (authored, favourited, or mentioned), public indexable status, and accounts