Open IT Experts for Enterprise

Zylk empresa de desarrollo de ecommerce

Nombre del autor:Cesar Capillas

Solr banner

SOLR client APIs

Using python API for SOLR In SOLR, you may find different client APIs for your favourite programming language such as Java, Python, Ruby, Perl or Javascript. Basically, client apps can reach Solr by creating HTTP requests and parsing the corresponding HTTP responses, encapsulating much of the work of sending requests and parsing responses, and making …

SOLR client APIs 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 »

Alfresco azul

Using Zeppelin for Alfresco Data Analysis

Whole Lotta Apache Apache Zeppelin is an open web-based notebok that enables interactive data analytics, from data ingestion, data exploration, reporting and visualizations, until sharing or collaboration features. Interactive browser-based notebooks enable to be more productive by developing, organizing, executing, and sharing data code and visualizing results without referring to the command line. It supports …

Using Zeppelin for Alfresco Data Analysis Leer más »

devcon

My Alfresco Devcon Notes

Some thoughts about Alfresco Devcon 2018 Back to Bilbao from Alfresco Devcon 2018. Many years participating in Alfresco events, connecting with old friends, collaborating with Alfresco Community and learning the new dominating technologies surrounding Alfresco for the upcoming years such Docker, Kubernetes, ADF, AWS or microservices.  What to say… I enjoyed a lot with many …

My Alfresco Devcon Notes Leer más »

More on monitoring dashboards for Alfresco using SOLR, Banana and Apache Zeppelin

Using an Apache stack for indexing your logs and metrics In the previous posts I talked about ELK stack for monitoring Alfresco. But another possibility for loading metrics or logs information, extracted by logstash, is a SOLR index server (instead of Elastic Search), which is part of Alfresco architecture by default, and in principle, it would seem more natural …

More on monitoring dashboards for Alfresco using SOLR, Banana and Apache Zeppelin 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 »

Alfresco

See you in Alfresco Devcon 2018

Last week, it was published the Alfresco Devcon 2018 conference program, that will celebrate in Lisbon next January. Many Alfresco experts of the community, customers, partners, and employees will participate on this fantastic event, around Alfresco related technologies.

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.

Alfresco

Docker image for Nagios setup for Alfresco Community

Dockerfile for Alfresco monitoring Recently, I started to play with Docker and Vagrant. Many docker images are available in Alfresco Community projects, and recently Alfresco published a very interesting Vagrant Sandbox for the complete platform. My first Docker image is now published on github for a basic setup of Nagios/Icinga for Alfresco (Community and Enterprise). The Dockerfile is …

Docker image for Nagios setup for Alfresco Community Leer más »

Alfresco

Basic Nagios setup for Alfresco Community

Using OOTB Support Tools addon for monitoring Alfresco Today I publish a basic Nagios setup for monitoring Alfresco Community with the help of OOTB Support Tools addon, including recent commands about SOLR indices. https://github.com/zylklab/alfresco-nagios Other links: https://github.com/toniblyx/alfresco-nagios-and-icinga-plugin https://www.zylk.net/actualidad/monitoring-alfresco-in-nagios-via-ootb-support-tools-addon/ https://www.zylk.net/actualidad/more-on-monitoring-alfresco-in-nagios-via-ootb-support-tools/ https://github.com/OrderOfTheBee/ootbee-support-tools

Simple tips about Alfresco logs

Today I put together some basic tips about Alfresco logs in Alfresco installations. 1) Rotate catalina.out 2) Logs always under $TOMCAT/logs directory 3) Clean logs periodically 4) Disable Tomcat localhost logs 5) Disable manager and host-manager logs

beecon 2017

We are speaking at Beecon 2017

Next week we will participate in Alfresco Developer Conference (Beecon 2017), presenting two lighting talks: 1) Javascript API based developments for improving your Alfresco experience & 2) Sinadura ECM: Protocol-based signatures for Alfresco

More on Monitoring Alfresco in Nagios via OOTB support tools

Alfresco monitoring for Nagios via NRPE protocol Last day we talked about monitoring Alfresco in Nagios via OOTB support tools addon using curl commands directly to the main webscripts, and parsing the obtained JSON information. Although this direct monitoring may be valid in many situations (if services available from monitoring server, if https..), other possibility is to run curl …

More on Monitoring Alfresco in Nagios via OOTB support tools Leer más »