docs/extend/getting-started/add-data.md
Building a feature and need an easy way to test it out with some data? Below are three options.
Kibana ships with sample data that you can install at the click of the button. If you are building a feature and need some data to test it out with, sample data is a great option. The only limitation is that this data will not work for Security or Observability solutions (see #62962).
Kibana can import CSV, NDJSON, log files, GeoJSON, and shapefiles through the Upload a file feature (provided by the File Upload and Data Visualizer plugins). Where the entry point appears depends on the solution view:
These entry points all route to one of two URLs:
/app/home#/tutorial_directory/fileDataViz/app/ml/filedatavisualizerThe makelogs script generates sample web server logs. Make sure Elasticsearch is running before running the script.
node scripts/makelogs --auth <username>:<password>
:::{warning} Internal only Security and Observability solution applications only work if data exists in particularly named indices, abiding by our ECS format. If you would like to use these applications with realistic data, check out the oblt_cli tool. This tool sets you up to connect to a remote Elasticsearch cluster that contains the appropriate data via CCS. :::