Hi All,
I am trying to build a dashboard in splunk which would tell me the no.of commits, pullrequest, commit id etc in each repo.
I am reading the bitbucket-access.log to get this data by reading raw data, which will read the word commits and pull requests in the log, looks like this has some duplication, has anyone done this before?
what is the best way to get these info?