diff --git a/x-pack/packages/kbn-data-forge/src/data_sources/fake_hosts/index.ts b/x-pack/packages/kbn-data-forge/src/data_sources/fake_hosts/index.ts index f626ebdd8c425..becee1697c0c8 100644 --- a/x-pack/packages/kbn-data-forge/src/data_sources/fake_hosts/index.ts +++ b/x-pack/packages/kbn-data-forge/src/data_sources/fake_hosts/index.ts @@ -91,6 +91,7 @@ export const generateEvent: GeneratorFunction = (config, schedule, index, timest '@timestamp': timestamp.toISOString(), host: { name: `host-${index}`, + mac: ['00-00-5E-00-53-23', '00-00-5E-00-53-24'], network: { name: `network-${index}`, ingress: { @@ -134,6 +135,7 @@ export const generateEvent: GeneratorFunction = (config, schedule, index, timest '@timestamp': timestamp.toISOString(), host: { name: `host-${index}`, + mac: ['00-00-5E-00-53-23', '00-00-5E-00-53-24'], network: { name: `network-${index}`, },