Earlier quoted context omitted.
My PoV: a bunch of startups chose to do open source because it’s good PR and marketing. Then it proved to be bad for their business model so they moved to something much closer to shared source. Personally, I don’t think there’s anything immoral or shameful about selling proprietary software or shared source or whatever. However, SSPL and TSL and friends are just not open source licenses. They’re more restrictive tha…
> not your rights as an end user. I'd love to have a license that grants FOSS rights to people but not to corporations. There are end users and then there are corporations monetizing FOSS and giving nothing back. On top of that the monetization is via SaaS which is a more closed computing model than commercial software. With SaaS you don't even have the data and everything you do is subject to total surveillance.
Elasticsearch is dead, long live Open Distro for Elasticsearch
21–30 of 60 posts
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#22PSA: This site is basically an ad. And not one about Elasticsearch at that. I don't understand what all the noise is about. The new license does not make ES closed source, as far as I can tell. They re-license under the MongoDB server side license, which reads a lot like a rephrased AGPL to me. None of you had any reasonable expectation of getting a free Elasticsearch to begin with, and decades worth of free maintena…
That is sure what "Apache 2.0: now and forever", as they previously promised, means to me.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#23I've been doing open source for 20+ years now and one thing that we still haven't seemed to get right is: a simple install process and good documentation.
ELK is dead to me, but not because of a license.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#24PSA: This site is basically an ad. And not one about Elasticsearch at that. I don't understand what all the noise is about. The new license does not make ES closed source, as far as I can tell. They re-license under the MongoDB server side license, which reads a lot like a rephrased AGPL to me. None of you had any reasonable expectation of getting a free Elasticsearch to begin with, and decades worth of free maintena…
AGPL is community oriented. With AGPL you have to contribute your modifications back even if you are only offering the application over the network and not in binary form. It extends the copyleft principle. It is still debated whether it even counts as open source.
SSPL is fascinating. Let me quote Section 13:
> If you make the functionality of the Program or a modified version available to third parties as a service, you must make the Service Source Code available via network download to everyone at no charge, under the terms of this License. Making the functionality of the Program or modified version available to third parties as a service includes, without limitation, enabling third parties to interact with the functionality of the Program or modified version remotely through a computer network, offering a service the value of which entirely or primarily derives from the value of the Program or modified version, or offering a service that accomplishes for users the primary purpose of the Program or modified version.
> “Service Source Code” means the Corresponding Source for the Program or the modified version, and the Corresponding Source for all programs that you use to make the Program or modified version available as a service, including, without limitation, management software, user interfaces, application program interfaces, automation software, monitoring software, backup software, storage software and hosting software, all such that a user could run an instance of the service using the Service Source Code you make available.
Emphasis mine. Basically “release the source for your entire stack.” That’s not the same thing as AGPL. Copyleft is concerned with linkage. This license seems to impose terms on entirely unrelated pieces of software. IANAL but I don’t even think this has been tested in court before.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#25Is anyone aware of an open source alternative for Kibana and Logstash (based on lucene)?
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#26Rephrased: Amazon played hardball with open source Elasticsearch, limiting elastic's ability to make money and forcing a license change. Now you should use Amazon's fork instead! This is not a good outcome for people who want an independent OSS ecosystem.
[1] https://www.elastic.co/blog/announcing-support-for-elastic-c...
Edit: added source
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#27Rephrased: Amazon played hardball with open source Elasticsearch, limiting elastic's ability to make money and forcing a license change. Now you should use Amazon's fork instead! This is not a good outcome for people who want an independent OSS ecosystem.
If you don't believe me, this is the line in the code where they 'fork' in their build script: https://github.com/opendistro-for-elasticsearch/opendistro-b...
It will be interesting to see if opendistro actually starts contributing to Lucene or adding value to the elastic code base or whether this 'fork' is effectively frozen in time and doomed to go nowhere due to a lack of actual development on the core product.
I seriously doubt that they are going to put any effort whatsoever in that. Because in two years of pretending they have a fork, there has been no serious code contributions from their side at all that I'm aware off. Correct me if I'm wrong.
If you want to back an OSS version of related technology, maybe use something like Apache Solr, which continues to provide many of the same features and is part of the same ecosystem of users and developers that work on Lucene, which also powers Elasticsearch and which of course continues to contribute a lot to Lucene; unlike Amazon.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#28Rephrased: Amazon played hardball with open source Elasticsearch, limiting elastic's ability to make money and forcing a license change. Now you should use Amazon's fork instead! This is not a good outcome for people who want an independent OSS ecosystem.
> This is not a good outcome for people who want an independent OSS ecosystem. I understand why this is not ideal for Elastic-the-company, but is it a bad outcome in the longer term? As someone who is happy open source exists but uses mostly proprietary software, this seems like a natural and expected response to an open source project adopting a more restrictive license.
A fork is a natural response to an OSS project license change. But when the company that _forces_ the license change also creates the fork, it's gross.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#29Earlier quoted context omitted.
My PoV: a bunch of startups chose to do open source because it’s good PR and marketing. Then it proved to be bad for their business model so they moved to something much closer to shared source. Personally, I don’t think there’s anything immoral or shameful about selling proprietary software or shared source or whatever. However, SSPL and TSL and friends are just not open source licenses. They’re more restrictive tha…
> not your rights as an end user. I'd love to have a license that grants FOSS rights to people but not to corporations. There are end users and then there are corporations monetizing FOSS and giving nothing back. On top of that the monetization is via SaaS which is a more closed computing model than commercial software. With SaaS you don't even have the data and everything you do is subject to total surveillance.
Re: Elasticsearch is dead, long live Open Distro for Elasticsearch
#30Is anyone aware of an open source alternative for Kibana and Logstash (based on lucene)?