Splunk Search

bytes_in and bytes_out - Does this mean just bytes or megabytes?

summitsplunk
Communicator

For example: stats sum(bytes_in) AS bytes_in, sum(bytes_out) AS bytes_out

is the sum going to be in bytes like the description or mb?

Tags (1)
0 Karma
1 Solution

jnudell_2
Builder

Hi Summitsplunk,
It depends on what your data source is and how it defines bytes, but in this case, I would think bytes is bytes, and not mb. You would have to use the normal calculation to get mb (ie; round( bytes_in / 1024, 2) )

View solution in original post

jnudell_2
Builder

Hi Summitsplunk,
It depends on what your data source is and how it defines bytes, but in this case, I would think bytes is bytes, and not mb. You would have to use the normal calculation to get mb (ie; round( bytes_in / 1024, 2) )

Vijeta
Influencer

will be in bytes. If you want in MB you need to divide it by (1024 * 1024)

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...