Edoardo Tenani

Results 110 comments of Edoardo Tenani

Quite old, but now I've structured my approach for new Wordpress setup: Using [newvhosts.sh](https://gist.github.com/3040185) I create folder and database for my new work. Then using [wp-cli](http://wp-cli.org/) I download wordpress and...

Me and a colleague stumbled upon this issue today. Using the provided example we have been able to **reproduce** this issue on task `v3.15.2` and `v3.20.0` but **not** on `v3.21.0`.

@aldas thanks for your reply! From a framework user perspective this behaviour is surprising. The fact that it happens only when a middleware is added to the group make it...

I've been working in confirming index templates and pipelines are aligned between the integration and the plugin. For ingest pipelines, I redacted a [document](https://docs.google.com/document/d/1Ovp09f9rQSFZPvPa8-23PmvUQdPGEzV3pyM-HqoQSK8/edit) highlighting the differences. Work is in...

I created https://github.com/elastic/apm-server/issues/13237 to track updating the documentation, so we can track it separately from this task. To close this what's left is running the benchmark to verify ingestion performances,...

I'm closing this issue as I'm tackling the benchmarks to confirm performance parity in https://github.com/elastic/apm-managed-service/issues/692

I just opened https://github.com/elastic/apm-server/issues/13181 to keep track of an undesired Kibana behavior when upgrading an integration package where data streams have been removed. This can be considered a blocker for...

@axw old index templates could be deleted by removing the integration though, but is it desirable? We already move forward with increasing the priorities in https://github.com/elastic/elasticsearch/pull/108885. To my understanding that...

@axw thanks for the additional details! That clarifies > What's the reason for removing and reinstalling the integration? Do we expect users upgrading from older version to retain the integrations...

Today I run this scenario: - start 8.14 stack (from apm-server repo `8.14` branch, using docker-compose edited with data persistence) - ingest data with apmsoak - stop stack - switch...