diff --git a/doc/news/interface_changes/DM-46087.ess.rst b/doc/news/interface_changes/DM-46087.ess.rst
new file mode 100644
index 000000000..290e7cf8b
--- /dev/null
+++ b/doc/news/interface_changes/DM-46087.ess.rst
@@ -0,0 +1 @@
+Add aircraft tracking data to the ESS.
diff --git a/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml b/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml
index ee81efdd1..12abd46de 100644
--- a/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml
+++ b/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml
@@ -1437,4 +1437,78 @@
1
+
+ ESS_aircraftTrack
+ Aircraft track read from DGAC radars.
+ -
+ timestamp
+ Time of data acqusition (TAI Unix seconds).
+ double
+ second
+ 1
+
+ -
+ track
+ The id of the radar and aircraft.
+ string
+ unitless
+ 1
+
+ -
+ transponder
+ The id of the aircraft assigned by the secondary surveillance radar (SSR).
+ string
+ unitless
+ 1
+
+ -
+ azimuth
+ The azimuth of the aircraft.
+ double
+ degree
+ 1
+
+ -
+ altitude
+ The altitude of the aircraft.
+ float
+ m
+ 1
+
+ -
+ speed
+ The speed of the aircraft.
+ float
+ m/s
+ 1
+
+ -
+ latitude
+ The latitude position of the aircraft.
+ double
+ degree
+ 1
+
+ -
+ longitude
+ The longitude position of the aircraft.
+ double
+ degree
+ 1
+
+ -
+ velocityX
+ The velocity of the aircraft in the x axis.
+ float
+ m/s
+ 1
+
+ -
+ velocityY
+ The velocity of the aircraft in the Y axis.
+ float
+ m/s
+ 1
+
+