Combining metricbeat and filebeat data

Hi,

I have data of cpu usage in time(from metricbeat and sent to elastisearch directly) and some variable also changing in time taken from filebeat, parsed in logstash and sent to elastic search.

Now i want to combine these two measurements on one graph.

What should i do?

You can use timelion or Visual Builder to display multiple index-patterns in the same visualization.

If the document structure is the same between the 2 data sources, you could create an index naming scheme that allows for using both indices in a single index-pattern. For example, you could name the index from metricbeat beat-metric and the index from filebeat beat-file and then create a kibana index-pattern beat-* that will include both indices.

Thanks,
Nathan

Timelion suited exactly for my issue :smiley:. Thanks for help :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.