Open IT Experts for Enterprise

Zylk empresa de desarrollo de ecommerce

ELK

Banner Alfresco

Using Elastic APM for Alfresco Performance Monitoring

Alfresco Observability with Elastic APM Last days I played with Elastic APM for gaining some insights on the performance of our Alfresco production instance. The setup is quite straight-foward, although obviously, you need some infraestructure for it: An Elastic Search cluster (with Kibana). An Elastic APM Server (listening on port 8200, and binded with your Elastic Search cluster). …

Using Elastic APM for Alfresco Performance Monitoring Leer más »

Elastic logo

Un día en la ElasticON

Un resumen de mi participación en el ElasticON Tour de Barcelona El pasado martes asistí en Barcelona a un evento del Elastic{ON} Tour, donde el equipo de Elastic Iberia comandado por Ignacio Suárez, Matias Cascallares y Regina Sáenz nos presentó el roadmap y novedades del popular motor de búsqueda analítica y su stack de aplicaciones. Tras una introducción histórica …

Un día en la ElasticON Leer más »

Elastic

Basic security for Elastic Search is now free

Open Source Elastic Stack finally meets security As you probably know, Elastic Search is a distributed, document-oriented search and analytics engine, which supports structured and unstructured queries with a schemaless model ahead of time. Elastic Search is used as a search engine, and often for web-scale log analytics or real-time application monitoring. In the past, we …

Basic security for Elastic Search is now free Leer más »

elasticalf

Auditing added content in Alfresco repository II

Alfresco Activity Console in Elastic Search In the last post about «Auditing added content in Alfresco repository», we talked about how to create a simple audit console based on an Alfresco behaviour. Let’s give some details for this example. The idea is quite simple, for Alfresco creation events, to write an event log in catalina.out, such the following one: …

Auditing added content in Alfresco repository II Leer más »

elasticalf

Auditing added content in Alfresco repository

Alfresco Activity Console in Elastic Search One of the most important questions for many customers, once they are working with a document management system (now content services), is to know how they are using it. They want to obtain basic usage metrics about their business processes and custom content types to understand quantitatively how critical they are. Sometimes even …

Auditing added content in Alfresco repository Leer más »

Banner elastic

Analyzing Tomcat log access data with Docker ELK resources

Monitoring Alfresco access logs In last Alfresco Devcon, I presented some basic configuration for Alfresco monitoring with Elastic stack (ELK). A very nice automated setup for testing this configuration in ELK 6.1 is via the docker compose setup given in this github project: $ git clone https://github.com/deviantony/docker-elk $ cd docker-elk This is an opportunity of …

Analyzing Tomcat log access data with Docker ELK resources Leer más »

elastic

Kibana dashboard for monitoring Alfresco Community via OOTB Support Tools

Monitoring Alfresco CE with ELK stack Some weeks ago I wrote a post about how to set up a basic Kibana dashboard representing System Performance and Active Sessions in Alfresco Enterprise via JMX metrics from a logstash JMX input. As you probably know, no such Alfresco JMX objects are available in Alfresco Community, such as active …

Kibana dashboard for monitoring Alfresco Community via OOTB Support Tools Leer más »

elasticalf

Simple Kibana dashboard for monitoring Alfresco Logs

Some days ago I wrote a post about how to set up a basic Kibana dashboard in Alfresco Enterprise with JMX metrics, from a logstash JMX input. Today I’m gonna add some simple configuration for creating a dashboard for Alfresco logs. The architecture for ELK is the same of the previous post, with logstash running in your Alfresco instance and a dedicated Elastic Search and Kibana server.