Page MenuHomePhabricator
Feed Advanced Search

Mar 3 2017

20after4 updated the diff for D17384: Support multiple fulltext search clusters with 'cluster.search' config.

Address epriestley's feedback about tooltip and string concatenation

Mar 3 2017, 9:09 AM · Wikimedia, Clusters, Elasticsearch
20after4 updated the diff for D17384: Support multiple fulltext search clusters with 'cluster.search' config.
  • Fixed up the cli workflows for search init and search index
  • Misc other cleanup
Mar 3 2017, 8:58 AM · Wikimedia, Clusters, Elasticsearch
20after4 updated the summary of D17384: Support multiple fulltext search clusters with 'cluster.search' config.
Mar 3 2017, 3:08 AM · Wikimedia, Clusters, Elasticsearch
20after4 updated the diff for D17384: Support multiple fulltext search clusters with 'cluster.search' config.

Fix elasticsearch setup checks

Mar 3 2017, 3:08 AM · Wikimedia, Clusters, Elasticsearch
20after4 retitled D17384: Support multiple fulltext search clusters with 'cluster.search' config from WIP: Cluster "Search Servers" config and back-end abstraction to Support multiple fulltext search clusters with 'cluster.search' config.
Mar 3 2017, 2:59 AM · Wikimedia, Clusters, Elasticsearch

Feb 6 2017

20after4 claimed T9893: Support ElasticSearch 2.0 - 5.1.
Feb 6 2017, 5:36 AM · Elasticsearch, Search

Feb 2 2017

epriestley added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

Completely fine to make the engine aware of the viewer running the query, I think we just didn't have use cases for that when this stuff was written.

Feb 2 2017, 2:39 PM · Elasticsearch, Search
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

@epriestley: This all sounds excellent. I'll start by fixing any instances of

Feb 2 2017, 3:24 AM · Elasticsearch, Search
20after4 added a comment to T9460: Unable to search for open tasks using Elasticsearch.

I have this working downstream in Wikimedia's instance of phabricator, however, our fork is significantly modified. I intend to refactor this into something that is either a) mergeable upstream or b) installable as an extension but for now the code is on phabricator.wikimedia.org PhabricatorElasticFulltextStorageEngine.php

Feb 2 2017, 3:17 AM · Elasticsearch, Search

Feb 1 2017

epriestley added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

Broadly, I'm supportive.

Feb 1 2017, 12:54 AM · Elasticsearch, Search
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

So, @epriestley: How do you feel about me taking over elasticsearch backend and moving it out to an extension rather than keeping it in phabricator core? The other possibility is I could just fork the elastic backend and name it something different, as it seems phabricator already supports loading the engine extension dynamically.

Feb 1 2017, 12:09 AM · Elasticsearch, Search
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

@ramm: I'm already on it: https://phabricator.wikimedia.org/T155299

Feb 1 2017, 12:07 AM · Elasticsearch, Search

Dec 13 2016

epriestley added a parent task for T2632: MyISAM fulltext does not support non-latin languages and we don't warn you about it: T12003: Explain to users how fulltext queries are parsed and executed.
Dec 13 2016, 12:36 PM · Search
epriestley added a parent task for T6892: Invalid search result when I input less than 2 Korean character.: T12003: Explain to users how fulltext queries are parsed and executed.
Dec 13 2016, 12:36 PM · Elasticsearch

Dec 8 2016

Unknown Object (User) added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

BTW its probably time to make it 5.0, not 2.0

Dec 8 2016, 10:06 PM · Elasticsearch, Search
epriestley moved T2632: MyISAM fulltext does not support non-latin languages and we don't warn you about it from Backlog to v2 on the Search board.
Dec 8 2016, 7:03 PM · Search
epriestley moved T6552: Implement partial / wildcard searching (Elasticsearch) from Backlog to ElasticSearch on the Search board.
Dec 8 2016, 7:01 PM · Elasticsearch, Search
epriestley moved T8598: Incorrect Elasticsearch index from Backlog to ElasticSearch on the Search board.
Dec 8 2016, 6:49 PM · Elasticsearch, Search
epriestley moved T8602: "Merge Duplicate Tasks" shows results in wrong order with ElasticSearch from Backlog to ElasticSearch on the Search board.
Dec 8 2016, 6:49 PM · Elasticsearch, Search
epriestley moved T9460: Unable to search for open tasks using Elasticsearch from Backlog to ElasticSearch on the Search board.
Dec 8 2016, 6:49 PM · Elasticsearch, Search
epriestley moved T9893: Support ElasticSearch 2.0 - 5.1 from Backlog to ElasticSearch on the Search board.
Dec 8 2016, 6:49 PM · Elasticsearch, Search
epriestley renamed T8602: "Merge Duplicate Tasks" shows results in wrong order with ElasticSearch from "Merge Duplicate Tasks" shows results in wrong order to "Merge Duplicate Tasks" shows results in wrong order with ElasticSearch.
Dec 8 2016, 6:49 PM · Elasticsearch, Search

Sep 29 2016

20after4 added a comment to T9779: ./bin/search init error with elasticsearch 2.0.

I doubt that upstream is interested in adding yet another configuration option, however, in case anyone runs across this issue, the following patch will make phabricator work with newer elasticsearch versions (2+)

Sep 29 2016, 10:11 PM · Elasticsearch
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

@epriestley:
So far innodb is working. I can't say if it's worse than myisam really, seems pretty similar. Stemming would help a lot but the main complaint I have is the ranking algorithm seems really bad. It doesn't return the most relevant results first. myisam had the same problem though.

Sep 29 2016, 7:14 PM · Elasticsearch, Search

Sep 28 2016

epriestley added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

We're planning to put application-level stemming on the MySQL index (see T6740). Are there problems with the InnoDB search that you're aware of that aren't fixable with application adjustments?

Sep 28 2016, 12:05 PM · Elasticsearch, Search
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

With InnoDB now mostly finished indexing, search seems to be working and the service isn't getting killed by locked tables. More info at the link I pasted above ^

Sep 28 2016, 8:56 AM · Elasticsearch, Search
20after4 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

Wikimedia is considering another stab at elasticsearch because we just hit a fairly serious scalability issue with myisam (https://phabricator.wikimedia.org/T146673) and it looks like innodb isn't a lot better. In addition to that, the mysql fulltext engines don't seem to handle stemming or even simple prefix matching.

Sep 28 2016, 5:21 AM · Elasticsearch, Search

Sep 12 2016

Unknown Object (User) added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

We actually have some problems with our phabricator install.
We use it with mysql, but in a Galera (PXC) cluster and it does not work well with myisam tables.

Sep 12 2016, 5:31 AM · Elasticsearch, Search

Mar 4 2016

rxdt added a comment to T5282: Provide documentation on setting up ElasticSearch.

If there aren't docs yet, anyone willing to speak quickly on what elasticsearch integration entails?

Mar 4 2016, 8:15 AM · Elasticsearch, Documentation

Jan 15 2016

epriestley added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

T10161 is a case of another install that selected ElasticSearch without a specific reason, based on a general belief that it is better in some intangible way.

Jan 15 2016, 2:05 PM · Elasticsearch, Search
epriestley triaged T10161: Fulltext indexing produces invalid JSON documents in Elasticsearch as Wishlist priority.
Jan 15 2016, 2:04 PM · Elasticsearch, Bug Report
epriestley closed T8306: Understanding phd, memory limitations, elasticsearch index slowness as Invalid.

Just closing this since it's a huge fishing expedition that we can't help with, see Contributing Bug Reports and Support Resources.

Jan 15 2016, 1:36 PM · Elasticsearch
epriestley updated subscribers of T9893: Support ElasticSearch 2.0 - 5.1.
Jan 15 2016, 1:34 PM · Elasticsearch, Search
epriestley merged task T9889: Object selector dialog does not work in Elasticsearch 2.0 into T9893: Support ElasticSearch 2.0 - 5.1.
Jan 15 2016, 1:34 PM · Elasticsearch

Jan 13 2016

yangkai added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

pasted_file (477×970 px, 77 KB)

Why when I search, JSON mistakes, how should solve.

Jan 13 2016, 7:24 AM · Elasticsearch

Jan 10 2016

epriestley merged task T9526: Support IAM credentials for Elasticsearch into T5155: Evaluate support for AWS IAM Roles in S3 Client.
Jan 10 2016, 3:09 PM · Search, Elasticsearch
epriestley added a comment to T9526: Support IAM credentials for Elasticsearch.

I'm going to merge this into T5155, since the root issue here is philosophical opposition to the use of IAM Roles to manage credentials in the upstream. Two possible pathways forward outside of upstream support are:

Jan 10 2016, 3:08 PM · Search, Elasticsearch

Jan 9 2016

epriestley added a comment to T9526: Support IAM credentials for Elasticsearch.

Can you just use an IP-based access policy instead?

Jan 9 2016, 4:30 PM · Search, Elasticsearch

Dec 30 2015

0 added a comment to T9893: Support ElasticSearch 2.0 - 5.1.

If you're using ElasticSearch on your install, can you let us know why you're choosing to configure it over the builtin MySQL search?

Dec 30 2015, 4:03 AM · Elasticsearch, Search

Dec 8 2015

chad added a comment to T9933: Strange elasticsearch mapping types for unix epoch dates.

Integrating Phabricator into an external (unsupported) tool is considered by us to be custom application development. We only can take upstreamable feature requests that state a core problem when using Phabricator itself. I don't know what these apps are nor why you want to use them. It could be there are already upstream plans to provide similar features.

Dec 8 2015, 3:16 PM · Elasticsearch, Feature Request
kosfar added a comment to T9933: Strange elasticsearch mapping types for unix epoch dates.

Sorry to say, but this has nothing to do with custom development. As long as you want to feed elasticsearch with phabricator events, my feature request/suggestion was to do it in a way that is usable by elasticsearch-friendly tools without resorting to hacks and customizations on the elasticsearch side ( which is ok to do at some extent, but right now leaves phabricator in a state requesting to fix index mappings on the elasticsearch side - at least).

Dec 8 2015, 3:01 PM · Elasticsearch, Feature Request
chad closed T9933: Strange elasticsearch mapping types for unix epoch dates as Invalid.

our goal is to visualize phabricator events using Kibana and/or Grafana using elasticsearch as a data source.

Dec 8 2015, 2:46 PM · Elasticsearch, Feature Request
kosfar added a comment to T9933: Strange elasticsearch mapping types for unix epoch dates.

Hi epriestley,
just added all relevant details. Everything is on the task now.

Dec 8 2015, 2:32 PM · Elasticsearch, Feature Request
kosfar updated the task description for T9933: Strange elasticsearch mapping types for unix epoch dates.
Dec 8 2015, 2:32 PM · Elasticsearch, Feature Request
epriestley added a comment to T9933: Strange elasticsearch mapping types for unix epoch dates.

When submitting a feature request, please describe the root problem you are trying to solve. See Contributing Feature Requests.

Dec 8 2015, 1:55 PM · Elasticsearch, Feature Request
kosfar added a comment to T9933: Strange elasticsearch mapping types for unix epoch dates.

Hi epriestley,
I switched this to Feature Request and added Elasticsearch on the projects lists.

Dec 8 2015, 1:53 PM · Elasticsearch, Feature Request
kosfar edited projects for T9933: Strange elasticsearch mapping types for unix epoch dates, added: Feature Request, Elasticsearch; removed Bug Report.
Dec 8 2015, 1:51 PM · Elasticsearch, Feature Request

Dec 4 2015

epriestley placed T9889: Object selector dialog does not work in Elasticsearch 2.0 up for grabs.
Dec 4 2015, 4:50 PM · Elasticsearch
joebloggs87 assigned T9889: Object selector dialog does not work in Elasticsearch 2.0 to joe.
Dec 4 2015, 4:50 PM · Elasticsearch
Basheer closed T9894: Object selector dialog does not work in Elasticsearch 1.7.2 as Resolved.
Dec 4 2015, 11:37 AM · Elasticsearch
Basheer added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

A quick update here, as per our analysis we came to know that the current issue was arised due to the elastic search related issue and we have fixed it. Now everything is working fine. :-)

Dec 4 2015, 11:36 AM · Elasticsearch
Basheer added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

Upgraded the phabricator search to elastic search using the following command.

Dec 4 2015, 11:04 AM · Elasticsearch
chad added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

Unfortunately, given the lack of reproducible instructions and no other reports, there isn't anything currently for the upstream to do on this ticket except to ask whoever is having it, to provide us with more details. If we can't reproduce something, there isn't really much more we can do. The onus is on you to help with that effort.

Dec 4 2015, 7:41 AM · Elasticsearch
chad added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

Upgraded the phabricator search features to elasticsearch.

Dec 4 2015, 7:38 AM · Elasticsearch
Basheer added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

I have updated the phabricator tio recent version on Dec 2.

Dec 4 2015, 6:35 AM · Elasticsearch

Dec 3 2015

chad added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

Specifically, we need full steps to reproduce the issue. These need to be, from start to finish, full steps any engineer either one day or one year from now can follow and achieve the same error:
https://secure.phabricator.com/book/phabcontrib/article/bug_reports/#include-reproduction-ste

Dec 3 2015, 4:56 PM · Elasticsearch
chad updated subscribers of T9894: Object selector dialog does not work in Elasticsearch 1.7.2.
Dec 3 2015, 4:51 PM · Elasticsearch
chad removed a parent task for T9894: Object selector dialog does not work in Elasticsearch 1.7.2: T9889: Object selector dialog does not work in Elasticsearch 2.0.
Dec 3 2015, 4:50 PM · Elasticsearch
chad removed a subtask for T9889: Object selector dialog does not work in Elasticsearch 2.0: T9894: Object selector dialog does not work in Elasticsearch 1.7.2.
Dec 3 2015, 4:50 PM · Elasticsearch
chad added a comment to T9894: Object selector dialog does not work in Elasticsearch 1.7.2.

This ticket doesn't provide steps to reproduce the issue. Is Contributing Bug Reports unclear on this matter? Can we provide better documentation somehow?

Dec 3 2015, 4:46 PM · Elasticsearch
Basheer created T9894: Object selector dialog does not work in Elasticsearch 1.7.2.
Dec 3 2015, 4:39 PM · Elasticsearch
chad added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

Thanks for the reply. I have downgraded Elasticsearch to 1.7.2 still it not working. Now it shows as "Loading..." rather than getting "No Data".

Dec 3 2015, 4:26 PM · Elasticsearch
Basheer added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

Thanks for the reply. I have downgraded Elasticsearch to 1.7.2 still it not working. Now it shows as "Loading..." rather than getting "No Data".

Dec 3 2015, 4:24 PM · Elasticsearch
epriestley reopened T9893: Support ElasticSearch 2.0 - 5.1 as "Open".
Dec 3 2015, 3:53 PM · Elasticsearch, Search
nwaf1990 merged task T9893: Support ElasticSearch 2.0 - 5.1 into T9892: I want to be sent email when a build fails for any commit in a repository.
Dec 3 2015, 3:50 PM · Elasticsearch, Search
epriestley triaged T9889: Object selector dialog does not work in Elasticsearch 2.0 as Low priority.
Dec 3 2015, 2:47 PM · Elasticsearch
epriestley added a project to T9893: Support ElasticSearch 2.0 - 5.1: Elasticsearch.
Dec 3 2015, 2:21 PM · Elasticsearch, Search
epriestley renamed T9889: Object selector dialog does not work in Elasticsearch 2.0 from Phabricator search is not working perfectly after upgrading search features to elasticsearch to Object selector dialog does not work in Elasticsearch 2.0.
Dec 3 2015, 2:21 PM · Elasticsearch
epriestley added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

We don't currently support ElasticSearch 2.0. I'm collecting issues we've seen with it in T9893.

Dec 3 2015, 2:17 PM · Elasticsearch
epriestley updated the task description for T5282: Provide documentation on setting up ElasticSearch.
Dec 3 2015, 2:16 PM · Elasticsearch, Documentation
epriestley added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

@ru31337, that issue isn't related to this one and isn't "wontfix". Please see Contributing Bug Reports for instructions on how to report bugs. Choosing an existing similar task, changing it to "wontfix" and dumping your issue into it won't get it fixed.

Dec 3 2015, 2:09 PM · Elasticsearch
epriestley added a parent task for T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0: T9893: Support ElasticSearch 2.0 - 5.1.
Dec 3 2015, 2:08 PM · Elasticsearch
epriestley added a parent task for T9779: ./bin/search init error with elasticsearch 2.0: T9893: Support ElasticSearch 2.0 - 5.1.
Dec 3 2015, 2:08 PM · Elasticsearch
epriestley added a parent task for T9889: Object selector dialog does not work in Elasticsearch 2.0: T9893: Support ElasticSearch 2.0 - 5.1.
Dec 3 2015, 2:08 PM · Elasticsearch

Dec 2 2015

Basheer added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

I just upgraded Phabricator, now the version is,

Dec 2 2015, 4:47 PM · Elasticsearch
chad added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

Your install is fairly out of date. See https://secure.phabricator.com/book/phabcontrib/article/bug_reports/#common-fixes

Dec 2 2015, 4:15 PM · Elasticsearch
Basheer added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

Phabricator Version d878f215617bb5a97bd5ea4145566308cb68d7e3

Dec 2 2015, 4:00 PM · Elasticsearch
epriestley changed the edit policy for T9889: Object selector dialog does not work in Elasticsearch 2.0.
Dec 2 2015, 3:53 PM · Elasticsearch
chad added a comment to T9889: Object selector dialog does not work in Elasticsearch 2.0.

What version of Phabricator are you running.. See Contributing Bug Reports

Dec 2 2015, 3:26 PM · Elasticsearch
chad added a project to T9889: Object selector dialog does not work in Elasticsearch 2.0: Elasticsearch.
Dec 2 2015, 3:26 PM · Elasticsearch

Nov 13 2015

clippit created T9779: ./bin/search init error with elasticsearch 2.0.
Nov 13 2015, 6:29 AM · Elasticsearch

Nov 9 2015

ru31337 changed the status of T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0 from Resolved to Wontfix.

Index _status in 2.0 replaced _stats https://www.elastic.co/guide/en/elasticsearch/reference/2.0/indices-status.html

Nov 9 2015, 12:54 AM · Elasticsearch

Nov 2 2015

kozejonaz added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

Thanks for testing the patch, should be in HEAD now. Let us know if you run into anything else.

Not sure what @tycho.tatitscheff ran into.

Nov 2 2015, 5:08 PM · Elasticsearch
tycho.tatitscheff added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

@epriestley i think I didn't delete index first.
Just bin/search index --all.

Nov 2 2015, 4:42 PM · Elasticsearch
epriestley added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

Thanks for testing the patch, should be in HEAD now. Let us know if you run into anything else.

Nov 2 2015, 4:22 PM · Elasticsearch
epriestley closed T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0 as Resolved by committing rP4e112537b255: Probable fix for ElasticSearch 2.0 type strictness.
Nov 2 2015, 4:21 PM · Elasticsearch
kozejonaz added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

@epriestley/@tycho.tatitscheff: We managed to test D14370 now, and it totally fixes our problem!

Nov 2 2015, 4:12 PM · Elasticsearch
tycho.tatitscheff added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

I patched with D14370 and still get an issue. I can retry but I pretty sure I did think corectly.

Nov 2 2015, 11:41 AM · Elasticsearch
kozejonaz added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

I tested and i does not fix !

Well, I didn't move to elastic 2.0 but restarting elasticsearch, reindexing rerestarting and reruning plugin doesn't leave me the same error.

Nov 2 2015, 10:26 AM · Elasticsearch

Oct 31 2015

kozejonaz added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

D14370 likely fixes this, although I don't have ElasticSearch 2.0 locally and haven't tested it. I'd guess this will give you a clean bill of health:

  • Apply the patch;
  • run bin/search index --all to rebuild all indexes;
  • run the ElasticSearch tool again.

Can you let me know if that works?

Oct 31 2015, 12:28 PM · Elasticsearch

Oct 30 2015

tycho.tatitscheff added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

I tested and i does not fix !

Oct 30 2015, 5:16 PM · Elasticsearch
epriestley added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

Oh, I think I misremembered and it does foreground by default. You can use --background to improve performance, and monitor from /daemon/.

Oct 30 2015, 5:03 PM · Elasticsearch
epriestley added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

Note that index --all queues stuff into the background, so you may need to wait a while before it finishes. You can use --foreground (slower) or monitor progress from /daemon/ in the web UI.

Oct 30 2015, 5:03 PM · Elasticsearch
epriestley added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

D14370 likely fixes this, although I don't have ElasticSearch 2.0 locally and haven't tested it. I'd guess this will give you a clean bill of health:

Oct 30 2015, 5:02 PM · Elasticsearch
epriestley added a revision to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0: D14370: Probable fix for ElasticSearch 2.0 type strictness.
Oct 30 2015, 5:00 PM · Elasticsearch

Oct 29 2015

kozejonaz added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

After a closer look there seem to be quite a lot of inconsistencies for the different .when fields.

Oct 29 2015, 3:16 PM · Elasticsearch
kozejonaz updated the task description for T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.
Oct 29 2015, 3:07 PM · Elasticsearch
tycho.tatitscheff added a comment to T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.

Uhm I tested the same last month when 2.0 was still beta then conclude that phabricator only supported 1.x.
I will follow the resolution of this.

Oct 29 2015, 3:04 PM · Elasticsearch
kozejonaz created T9670: Conflicting field mappings for phabricator index when upgrading to Elasticsearch 2.0.
Oct 29 2015, 2:58 PM · Elasticsearch

Oct 7 2015

joshuaspence added a subtask for T9526: Support IAM credentials for Elasticsearch: T5155: Evaluate support for AWS IAM Roles in S3 Client.
Oct 7 2015, 5:13 PM · Search, Elasticsearch