I have user logs i need to find user growth rate how to do this in kibana.
Hey there,
Some more information might increase your chances of getting a useful answer. A few starting questions:
- What do your logs look like?
- How are you planning to measure "growth"? (What metrics are you using to determine this?)
- How do you want to visualize this?
logs look like user_id,event,timestamp.
"(user at the end of time period - user at start of time period)/user at the start of period " using this formula.
using barchart or line chart
"(user at the end of time period - user at start of time period)/user at the start of period " using this formula.
If you are wanting to perform calculations like this, it sounds like a use case for bucket script aggregations. You can't currently do this using Kibana's core bar/line charts, however there is a way to do this in TSVB. This recent discussion has some links which should explain in more detail:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.