Skip to content

This is a project adopting the logs of FileMaker 16 Server to beats filebeat shipper for elasticsearch aka elk-stack

License

Notifications You must be signed in to change notification settings

TyrfingMjolnir/filebeat-module-filemaker16server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

This repo is deprecated

Use this one: https://github.com/TyrfingMjolnir/Elasticsearch-FileMaker-Logging

filebeat-module-filemaker16server

This is a project adopting the logs of FileMaker 16 Server to the filebeat shipper for elasticsearch aka elk-stack

The purpose of this module is to give you as the user the ability to browse your FileMaker 16 Server logs visually using kibana, or elasticsearch in other ways to analyze your logs.

This piece of software was written by Arne Rolf Heier and Gjermund Gusland Thorsen; even though we claim the copyright this software is free for you to use and modify as long as the original authors are credited. This piece of software comes with no warranty what so ever. Use it at your own risk.

Current status is: access, deployment, event, fmdapi, stats, wpe, and wpe_debug -logs are ready for testing.

Pre-requisite

sudo bin/elasticsearch-plugin install x-pack --batch
sudo bin/elasticsearch-plugin install ingest-geoip --batch

How to install

cd ~/Documents/

or if you do not care about the github and the possibility to update the github repo; just download your github project to tmp and the files you are not installing will be gone the next time you reboot your machine.

cd /tmp/
git clone https://github.com/TyrfingMjolnir/filebeat-module-filemaker16server
mv filemaker /path/to/filebeat/module/

Some notes

http://help.filemaker.com/app/answers/detail/a_id/6551/~/tracking-activity-in-log-files-in-filemaker-server https://www.elastic.co/guide/en/beats/devguide/current/filebeat-modules-devguide.html

To reset the pipeline grok interpretation after making a change to the module:

curl -XDELETE http://localhost:9200/_ingest/pipeline/filebeat-5.6.2--filemaker-pipeline

Note to self

Remember \\\ in filebeat = \ in logstash for escaping.

About

This is a project adopting the logs of FileMaker 16 Server to beats filebeat shipper for elasticsearch aka elk-stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published