Workflow view

I'm thinking about a solution maybe in Kibana to have a kind of flowchart, activity diagram or businessProcess flow .

kind of activity diagram that i can create from a special part of data
i have some transactional data & i'm indexing some parameters

Base on the parameters that i have as the index , logically in know what happened , i mean how the process started, what's done after etc, but it's not so nice . it's text base in discover View (Kibana) so i thought maybe i can have something in Visualization view or a pluging etc to show as a flow

Can anybody help on this?

Awesome!

A good starting point is the visualization docs, https://www.elastic.co/guide/en/kibana/current/development-visualize-index.html. There's also a list of plugins that, including one called flow diagram that you may be able to model off of or use:
https://www.elastic.co/guide/en/kibana/current/known-plugins.html.

As a quick overview, the plugin system has extension points. A visualization for example, is an extension point. But it may be difficult to modify existing visualizations to support the flow, unless there's an extension point added for it (maybe click interactions). So a lot depends on the direction you want to go with this. Hope that helps, let me know if there's more questions.

Thanks Jon

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