Constantin Titi Dumitrescu
Constantin Titi Dumitrescu
Yes I can confirm the exact issue described above by @pavel-kurnosov . I have an account and a sub-account with two applications with the same name (we migrated over to...
Just encountered the same issue. I've noticed on other projects where 'composer require' wouldn't work with Drupal 9 that people were recommending adding the project line directly in composer.json (`"drupal/console":...
Sorry should've mentioned - initially 3.8 but had some errors and following recommendation from someone in another issue i upgraded to 3.10
Solr will get installed under the folder `#{node['solr']['dir']}-#{node['solr']['version']}` - so for example `/opt/solr-5.5.3/` If you add your solr version it should work (not that you are checking for /var/solr/data/test folder...
Actually, in theory everything is working correctly, I guess the agent is supposed to send the data as string. The 'processing' would be done on the other end. Following this...
I wasn't going to comment until I figured it out completely, but I haven't had time to look too much into it recently. Based on the mapping from the Cloudformation...
Sorry, I have only ever looked into this one more time since I commented last year as I didn't have much time to pursue this solution, but I do remember...
I thought so too. There might be a way of doing it by using a lambda function and processing the input before sending it on to Elasticsearch (ie. https://aws.amazon.com/blogs/database/serverless-scaling-for-ingesting-aggregating-and-visualizing-apache-logs-with-amazon-kinesis-firehose-aws-lambda-and-amazon-elasticsearch-service), but...
I was looking for this as well and looks like there's already a PR open for it: https://github.com/cloudflare/cloudflare-php/pull/139 Seems to be in progress though it's got majority of the endpoints...
Had the exact same issue today on a fresh install (running php 7.2 as well) and the version constraint update from above fixed it.